It all sort of works - with one exception. Namely, the two fields are blank. I try to fill them from within the event handler for the form - at frmOpenEvent. But that code never receives control! I tried doing it on frmLoadEvent - but that event doesn't seem to be broadcast to forms opened with FrmDoDialog, either.
Manually call FrmDrawForm in your dialog code, then init the fields, then do FrmDoDialog. The form won't be redrawn if its already drawn.
-- Ben Combee, Senior Software Engineer, palmOne, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Forum Archives: http://news.palmos.com/read/all_forums/ -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
