Hi there,

> I would  like to timeout an application (exit the application) if the user
> has not accessed in a certain amount of time (say 5 minutes).
>
I guess you would want to keep the time, everytime the user interacts with the 
program, update
that time to the current time. On the mainloop, frequently check to see if it is time 
out or not,
if time out, then queue the close event to exit the program.

tnn


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

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

Reply via email to