[EMAIL PROTECTED] wrote:
I have an app I developed originally under PalmOS 1.0 and have maintained 
since. It runs now on my Tungsten E on PalmOS 5.4, but has some very strange 
symptoms. When you install it, after the HotSync the device never returns from 
the Cleaning Up message. If I press the reset key and hold the up arrow then I 
can get back, and the app seems fine. However, after this both the little clock 
button and the little brightness button in the graffiti area don't work. Also, 
pressing the select button in the middle of the nav buttons doesn't turn the 
device on. On some systems, my users have told me that they can't even install 
the app - it locks up hard and they have to do a hard reset to wipe the device 
to get it back. I've run this app on the Simulator and I don't get so much as a 
single warning. I've poured over the code, but I just can't even get an idea 
what I might be doing wrong....

Kent Smotherman


About the hotsync issue: check your PilotMain for global variable access or calling code outside the first segment (if you use multiple segments at all) The clock and brightness buttons as well as the center button on the fnav are posting key down event, if I remember correclty, just check you handling of them. Do you handle them at all? You better leave them alone, or only capture the one you really need. Ever tried the app on a debug emulator with PalmOS ROM 4.1? Tried gremlins to find hidden bugs?

Regards
Henk

--
-------------------------------------------------------------------------
  Henk Jonas                                            [EMAIL PROTECTED]
  Palm OS ® certified developer

  Please contact me, if you need an off-site contract worker.
-------------------------------------------------------------------------

--
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to