On Tue, 17 Dec 2002, Robert McKenzie wrote:
> Simple fix: > > 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 Ah! I'll give that a try, thanks. Si. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
