Hi, Why don�t you just register for a silent alarm that will occur in the moment of autologout. You just have to push the alarm ending date forward.....
Another possible way is to store the time when the last event happened, and then to periodically (like every 100msec, and on every pass of the event loop) check, if the user should still remain logged in! If not, just terminate the app.... Hope this helps Piyush jain wrote: I am try many thing to implement Autologout Time ........ In this regard there is no API i am finding helpful ........ right now i am using one counter( Global Variable ) which is incremented when i am in default case ( in form Event Handler function , but what happned when i am performing other event in the form , the logout time is not consitent ( because i am in default case more frequently ) .. Can anybody suggest any alternative solution to this problem ...so that my logout is consistent . -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
