From: "EMILIO MIRANDA ZARATE" <[EMAIL PROTECTED]>

> Thanks for the help , but maybe I didnt describe the problem very well ,
when
> I press the "launcher" button appear a message of fatal exception..
> that is the reason because I wanted to know about this button

So, that means your app is crashing when it exits.  There are several
possible causes.

1.  Are you using the standard event loop which continues until it receives
an appStopEvent event, or have you modified that in some way?
2.  Does your response to a normal launch code consist of AppStart(),
FrmGotoForm(), AppEventLoop(), and AppStop(), or have you modified that in
some way?
3.  Does your AppStop() end with FrmCloseAllForms() ?
4.  Do you attempt to end your app in any other way?

There are, of course, an infinite number of ways your app could be crashing
when it exits but these are some of the areas to look at.



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

Reply via email to