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/
