Ben Combee wrote: > > My guess is that the code is calling setText to alter a > field before the form that holds that field has been > drawn. This is verboten; a form should be drawn before > you try to alter the contents of its fields.
Really? I thought that the problem is drawing the Field before drawing the Form, not setting the Field's text...?
Setting the text of a field can trigger a redraw with logic that doesn't always check to see if the form is visible.
--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
