If the field values are changed by code (as opposed to by user action), you will need 
to explicitly redraw them.

-----Original Message-----
From: Palm Developer [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 17, 2002 11:00 AM
To: Palm Developer Forum
Subject: RE: FrmDoDialog continued problems (fwd)




On Tue, 17 Dec 2002, Robert McKenzie wrote:

>
> FormPtr frm = FrmInitForm(FORM_ID);
> FrmSetActiveForm(frm);
> /* set fields etc here, WITHOUT calling FldDrawField */
>
> /* now call this! */
> FrmDrawForm(frm);
>
> control = FrmDoDialog(frm);
>
> -bob mckenzie, palmsource pdx

That solved the problem of drawing the fields before the form is ready. Now,
however, the fields are not re-drawn when the values in them are updated.

Is there any way to correct this without expicitly re-drawing fields?

Si.






-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/


--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to