--- In [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: > > It is an old problem and long time ago a made a post here already but > > never got any response to it. But the problem is still around and > > destroys very often all my timer values. > > There is (or was at least) an option to be able to set (I thought it was for > timers) the ability to be able to tell timers to either use an internal > counter (
The criticisms of PowerPro's implementation of timers are valid. The option to use a simple counter, incremented once per second, no longer exists. It tended to lose 2-3 seconds per minute which is why I stopped using it. I don't plan any changes to timers for now. I think there may be more accurate ways of timing using the multimedia facilities of Windows, but I don't they there are easy to work with. Possible workarounds: You may be able to use HookSystemEvents to start and stop timers at start and end of hibernation and sleep. You cold also possibly solve another issue by using the PProshutdown command list to stop timers at shutdown. Another ideas would be for someone to write a plugin to provide an alternative implementation of timers. ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/JV_rlB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
