On Tue, 17 Dec 2002, Ben Combee wrote:
> > Actually, two changes: > > 1) Don't call FrmSetActiveForm unless you need it for your field setting code > 2) Call FrmDrawForm to draw the dialog before modifying its fields. > > If you pre-draw the form, things should work just fine. It will still be > erased at the conclusion of FrmDoDialog. > > -- > Ben Combee <[EMAIL PROTECTED]> Ben and Robert, Thanks for your help. By calling FrmDrawForm() before any fields get modified and before FrmDoDialog() is called, the Dialogs work correctly. Si. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
