dropped events
dropped events
- Subject: dropped events
- From: tom wible <email@hidden>
- Date: Wed, 04 May 2011 19:24:20 -0400
code that has been working perfectly for years has been getting
increasingly flakey with every snow leopard update:-( this code has
not been touched in 5 years:
tell application "iRed"
delay 1
repeat with chNum in (characters of primary)
set chNum to chNum as string
tell Code chNum of RC "sammy165" to fire
delay 2
end repeat
delay 1
repeat subChan times
tell Code "chUp" of RC "sammy165" to fire
delay 2
end repeat
end tell
at first i thought it might be due to iRed...iRed2 only runs on
intel, so i updated, but same problem: events sent to ired seem to be
randomly lost:-( for example, if primary is "26" and subChan is "2",
there should be 4 events sent to ired, causing 4 flashes on the
irTrans...i can run the same commands repeatedly, and sometimes i see
the expected 4 flashes, sometimes only 3, with no errors generated...
i guess it's finally time to bite the bullet & rewrite everything in
pyapp:-}
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden