Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Timeout and Quit
Message
From
19/01/2001 09:40:05
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00464531
Message ID:
00465682
Views:
14
>You could also add your timer to the _SCREEN object:
>_SCREEN.AddObject("oTimer","mytimer")
>and reference it with _SCREEN.oTimer if you need to. No PUBLIC variables involved!

Or just make it a private variable. In any case Hubert, to decide wether or not you need to shut down, every 5 minutes look at teh X and Y positions of the mouse, as well as the LastKey(). If they are the same after 5 minutes, assume there has been no activity.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform