In your application, detect the keyDownEvent and handle this event when the home softkey is pressed. You can look in the data structures to see what information is passed along with this event. Also, you can debug your app and use a breakpoint within this to find out the number value of the home softkey or any other keys you're interested in finding. The value is probably also in an include file somewhere. -- Tim Kostka http://www.nuprograms.com
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > > > Hi ! > > First, I am happy to join this forum, because if I have doubts about > something, it means I am trying to work with it... and to try develop to > Palm is great! 8) > > > Well, I am using CodeWarrior, and I need to avoid my application to exit > wen the user taps on the "home" icon. > > I tried to overload POL::CPalmApp::ExitInstance, and made it return 1, but > it did not work. > > Could anyone please help me? > > Thanks, > Canellas > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
