Suspending your app?
How and what do I need to do to make my app be able to resume its' last state correctly? My app basically has a main form which creates other forms depending on user input. So lets say I'm in a new form, and then I hit the home button, I will be sent to the homescreen. When I return to the application it will return the the last form I was on, but when I click say "cancel" and close() the form it will close this current form and go back to the homescreen instead of returning the the main form.
So, could someone explain to me exactly what is happening? is my app actually exiting when I hit the home key and when returning to the app and being on the last form you were in, is that form just somekind of cached memory?
And could someone tell me how I could go about making my app be able to resume normally.
[837 byte] By [
trixter] at [2007-12-17]