Dr. Vesselin Bontchev wrote:
oldForm = FrmGetActiveForm();
at the beginning and
FrmSetActiveForm(oldForm);
at the end - perhaps this is the way to avoid the blank screen when my application exits? When an alarm triggers and your application (that is servicing the alarm) hasn't shown any user interface yet, does FrmGetActiveForm return the active form of the application that was interrupted by the alarm (e.g., possibly that of the Launcher)?
Yes, that's why I put the call into it. I guess, the emulator with debug ROM warned me about the missing active form after my form was closed. Have you tried the emulator together with a debug ROM? It does quite a lot of checks and if it runs with the debug ROM it runs almost everywhere :-)
Regards Henk
-- ------------------------------------------------------------------------- Henk Jonas [EMAIL PROTECTED] Palm OS Â certified developer
Please contact me, if you need an off-side contract worker. -------------------------------------------------------------------------
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
