Mailing Lists: Apple Mailing Lists
Image of Mac OS face in stamp
Timing of an event (update)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Timing of an event (update)



As Mark (thanks) already stated, I tried the idle handler. As seen here:

on idle
set totalSeconds to (time of (current date))
if totalSeconds is greater than (last_update + (update_time * 60)) then
parse_deviant()
set last_update to totalSeconds
end if
end idle

But it seems, the handler is never being run (I put a beep command as first item in there, but nothing ever happens). I tried adding an on run handler, but still, nothing. What am I doing wrong here?

Thanks,
Tassilo
_______________________________________________
applescript-studio mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-studio
Do not post admin requests to the list. They will be ignored.

References: 
 >Timing of an event (From: Tassilo Rau <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2011 Apple Inc. All rights reserved.