OnTimeRx

OnTimeRxOnTimeRx

Developer’s Description

OnTimeRx is described by many as a genuine lifesaver, which quickly becomes an important and vital part of your healthcare routine, either used alone or as a bundle. Use it for alerts on your monitor or use it to enter and synchronize your OnTimeRx data with your Palm and Pocket PC. You can set reminders for each pill and each Rx refill, health-related activities, routine blood work and medical procedures, and anything you want to be reminded to do.

Finally – snooze timer that will stop your music even when you close the timer app itself. With Snooze It! Elite you can set a timeout period, close the application and use your phone as normal. *(see note below)

Main Features:
– Background timer that stops music even when application is closed
– Two types of timer – specific time and timeout period
– Stops all kind of music
– Can clear last played song from volume bar and lock screen
– You can set default timeout
– Supports 12/24-hours format depending on phone settings

Snooze It! Elite is the only application that does not require you to keep it running.

Close Threshold for Metro Apps is a handy and reliable utility designed to allow you to adjust the way Metro Apps close on your Windows 8 computer.

The application provides you with simple means to speed up the closing of Metro Apps using mouse or touch gestures. In addition, it’s completely portable, which means you can run it from a local folder or from a removable drive.

Note: Windows 8 is available for download via this page.

 

Do you have to do routine work of watching some folder in case there have appeared any file and then you have to resend it? Now you can get down to something more interesting. Just download SendMail and let it do everything for you.
For example Send Mail can receive the faxes, place them in one folder and in certain time resend them to the addresses you need. You may choose the periods of time in which SendMail will send the faxes.

You have more problems? SendMail is here to help you. For example you have to send some file through scheduler or in some other way. SendMail will simplify the task.

 

OnTimer

The function is called in EAs during the Timer event generated by the terminal at fixed time intervals.

void  OnTimer(void);

Return Value

No return value

Note

The Timer event is periodically generated by the client terminal for an EA, which activated the timer using the EventSetTimer() function. Usually, this function is called in the OnInit() function. When the EA stops working, the timer should be eliminated using EventKillTimer(), which is usually called in the OnDeinit() function.

Each Expert Advisor and each indicator work with its own timer receiving events solely from this timer. During mql5 application shutdown, the timer is forcibly destroyed in case it has been created but has not been disabled by EventKillTimer() function.

If you need to receive timer events more frequently than once per second, use EventSetMillisecondTimer() for creating a high-resolution timer.

In general, when the timer period is reduced, the testing time is increased, as the handler of timer events is called more often. When working in real-time mode, timer events are generated no more than 1 time in 10-16 milliseconds due to hardware limitations.

Only one timer can be launched for each program. Each mql5 application and chart have their own queue of events where all newly arrived events are placed. If the queue already contains Timer event or this event is in the processing stage, then the new Timer event is not added to mql5 application queue.

Sample EA with the OnTimer() handler

 

ZylTimer is a high resolution, long-term Delphi / C++Builder timer program which provides better precision than the standard Delphi / C++ Builder TTimer component.

TTimer component which ships with Delphi / C++Builder uses the Windows Message Queue to generate the OnTimer event. Due to this approach it’s impossible to get accurate timer intervals smaller than 50 milliseconds.

ZylTimer is a thread based timer and due to this architecture provides a real precision of 1 millisecond which is inevitable in time critical applications. The OnTimer event is always fired in time which is not available for the standard TTimer, when there are too many messages processed.

The standard TTimer component uses the SetTimer API function, so the interval is limited to 2147483647 milliseconds (about 25 days). ZylTimer is a thread based timer and the interval could be set even to hundred years if necessary.

Leave a Reply

Your email address will not be published. Required fields are marked *