• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
dropped events
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Prev by Date: apple script or application
  • Next by Date: Here's an interesting challenge
  • Previous by thread: apple script or application
  • Next by thread: Here's an interesting challenge
  • Index(es):
    • Date
    • Thread