Thanks Matt - that what I've tried to do with SysNotifyBroadcastFromInterrupt from the interupt code. I receive the notification in the 'help' app but always get the dreaded 'Fatal Exception' alert when trying to display the help screen. The help screen is, at least, partially diplayed - the lower 2/3s is over written by the fatal exception alert , Current code starts like this:

 frmP = FrmInitForm (MainForm);
 logWrite("\nAbout to draw form'", true);
 FrmDrawForm (frmP);
 logWrite("\nAbout to set active", true);
 FrmSetActiveForm (frmP);
 logWrite("\nHeading for 'reset'", true);

logWrite puts the message in the hotsync log as a trace - I see the 'About to draw form' message - the fatal exception occurs before the logWrite for 'About to set active' but after the form is visible on the screen - it seems to occur in the FrmDrawForm function. Am I doing something wrong here



--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to