versha wrote:

i have made a palm application to get time in a form and have updated the time every second .... my program runs fine...but just for 40 seconds after that it stops displaying any data .
i have tried keeping EvtGetEvent(&event, 0) with value 0 , 60 , 100 ...but none solves my problem.
kindly help
thank you
versha


If is works fine for a while then stops, then you might want to look for places where you have assigned a variable with too small a structure, so that maybe the value rolls over the top and becomes negative, thus stopping things. Or you are locking some record and forgetting to unlock it afterwards, and eventually you cannot lock it anymore because the system only allows a certain number of locks on the same memory (13 times, I think?).

Bob.

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

Reply via email to