> Manually call FrmDrawForm in your dialog code, then init the > fields
You mean, instead of using FrmInitForm? Or in addition to it? Ah, well, it doesn't matter. I switched from using fields to using labels and setting them dynamically at runtime, using FrmHideObject/FrmCopyLabel/FrmShowObject after FrmInitForm but before FrmDoDialog. This way I don't need to rely on catching the form open event to initialize the contents of the form. It's good enough, although not exactly the same - for instance, unlike the contents of fields, the labels cannot be marked and copied to the clipboard. Regards, Vesselin -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
