> How do I get my application to continue where it > left off if I momentarily have to use the > calculator, for example? Right now if I leave > the application I made and I want to go back, > I have to start over.
You will have to store enough state somewhere (prefs?) when your application exits (=gets appStopEvent) so that you can later restore the application to the state that it was in when it ultimately gets relaunched. Oliver __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
