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