It's possible to use timing object in app without window object ?!
App start schedule process and don't window and i use timer event to start process.
It's possible to use timing object in app without window object ?!
App start schedule process and don't window and i use timer event to start process.
The main one created text files which were manually imported into our accounting software the next day.
i would also use sleep instead of timer since you want to release cpu cycles back to the OS.
do while true
sleep(60) //wake up every 60 seconds
of_runprocess()
loop
a window might be better since sleep would prevent your app from getting notifications to end until it wakes up