Spurious Apple Event Timeout Fixed in 10.6.3?
Spurious Apple Event Timeout Fixed in 10.6.3?
- Subject: Spurious Apple Event Timeout Fixed in 10.6.3?
- From: Hagimeno <email@hidden>
- Date: Mon, 29 Mar 2010 20:40:51 +0000 (GMT)
Hi,
We run the Matt Neuburg test:
set i to 0
repeat -- forever
set i to i + 1
with timeout of 5 seconds
try
tell application "Finder"
count Finder windows
end tell
on error errMsg number errNum
display dialog i
error errMsg number errNum
end try
end timeout
if i > 300000 then
display dialog "You passed the barrier!"
exit repeat
end if
end repeat
And seems that just released 10.6.3 finally fixed the big bug present since the 10.6.0
We tested up to 300,000 events.
Any other user can confirm this?
Alex and Steve
_______________________________________________
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