Lets double check, take a look at your switch/case statements in the handlers. Take note of the times you return true or false and watch for all the necessary break statements. If the handlers are just a dozen or so lines of code, maybe you could post it. Many eyes succeed where few fail.
----- Original Message ----- From: "Ricardo Marques" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, September 12, 2003 11:35 AM Subject: Re: (newbie need help)My app doesn't return to the aplications screen (Home). > My code is just like the recipes available for switching forms. Even so my > app gets stuck like I said previously > > "Dave Lippincott" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > > > Does any of your form handlers intercept OS button message? It sounds > like > > you intercept messages and at some point, forget to reset the handler to > > allow the messages to pass back to the OS. Check and see if a handler is > > passing 'true' somewhere is should be passing 'false' and thus allow the > OS > > to handle the message. > > As for memory leaks, use Pose. Debugging on the emulator will uncover any > > leaks. > > > > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
