I've been looking at various threads here about timers. I haven't seen what I want to do, so maybe somebody has some ideas on this.
I have a "utility application" that does a series of tasks every six hours. The rest of the time it sleeps. It runs on a server and is usually not in view.
What I want to do is create a window with menu items that let me "force an update", "view the log", and "exit". In addition, I want to have it run the subroutine every six hours.
The issue is the menu items must be clickable while the timer is running, and allow those functions to be called.
Has anyone worked with this who might know of some sample code ?
Thanks
Tim