The exit button is the one shaped like a house on the lower left of the screen so you don't need to add another.
----- Original Message ----- From: "Joe" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, February 27, 2002 8:16 AM Subject: Re: how to exit from an App with a 'exit' button > --- Dinesh Kumar wrote: > > In my app the GUI has an exit button.what function can > > be used for that i've tried SysAppExit and exit(0).it > > doesn't works. > > Palm OS apps don't use an exit button. > > If someone is forcing you to put an exit button on your app, you can > add an appStopEvent event to the event queue and when that arrives in > the event loop, your app will exit. > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
