First I had some issues with PB-threads and later on decided to use API-timers. (thanks to Balrick)
Everything is fine except for one little thing:
When I hold down right or left mouse button located on the title bar of the window (or child window) the timer stops.
I tested same thing with another random freeware timer downloaded from the internet and that one got the same thing.
Strange thing is that when I used PB-threads I didn't see that behaviour.
Probably this is normal. Also it is not a big issue but maybe someone knows more about it or has some tips for me..
Used API:
Code: Select all
SetTimer_(WindowID(#Window_1), #Timer_2, 500, @Run_Alarm())http://riz.uwnet.nl


