SetTimer_
Posted: Sun Jul 12, 2009 8:53 pm
I tried using setTimer_ but it does not seem to be supported. What else can I do to create a timer?

setTimer_ is a WINDOWS-API and not running on Mac.spacebuddy wrote:I tried using setTimer_ but it does not seem to be supported. What else can I do to create a timer?
You should use the PB command AddWindowTimer() which was added in PB 4.40.spacebuddy wrote:I tried using setTimer_ but it does not seem to be supported. What else can I do to create a timer?