I'm not a POL expert. Programming directly to the SDK, AppStop() typically invokes FrmCloseAllForms(), sending a frmCloseEvent message to all open forms. Maybe you need to add FrmCloseAllForms() in your map entry?

--Mike Y.



On Tue, 28 Oct 2003 19:00:30 +0530, anilb <[EMAIL PROTECTED]> wrote:

Hi!!!,

I havnt used this appStopEvent in any of my high level forms.Now i implemented this message event and just returning false But clicking on home or other application button,My application is unable to exit at multiple levels of form display.

//This is what i did in 1 of the multi level form....

EVENT_MAP_ENTRY(appStopEvent, OnQuitOpen)
Boolean OnQuitOpen(EventType* pEvent, Boolean& bHandled)
{

//FrmCustomAlert(OPEN_ALERT,"test","","");
 bHandled=false;
 return false;
}

am i doing anything wrong?.I cud able to get the alert messages but the application wasnt able to exit from that stage??

Thanx in advance

Best Regards
Anil





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

Reply via email to