davearia Posted May 29, 2005 Posted May 29, 2005 Hi All, I am having a go at writing some code for my PDA. The code does not close when I close the window. For example if I attempt to overwrite the app with new code I am warned of a sharing violation. I have to do a soft reset to end the process. In code how to do I ensure the process is dead when the user closes the page? Many thanks, Dave. :D :D :D Quote
EFileTahi-A Posted June 2, 2005 Posted June 2, 2005 davearia, try to be more specific with your problem. Write a long beautifull text with all the info you can gather. Do this and I'm sure someone will help you. Quote
davearia Posted June 2, 2005 Author Posted June 2, 2005 The solution I ended up with was creating a button and putting application.end() in the click event. :D Thanks, Dave. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.