System Events oddities
System Events oddities
- Subject: System Events oddities
- From: John Delacour <email@hidden>
- Date: Thu, 6 Mar 2003 23:01:21 +0000
- Mac-eudora-version: 6.0a9
I've filed a bug for the scripting terms thing but not for the tab
thing. What do you think is going wrong here?
tell application "System Events"
set s to ""
processes whose accepts high level events is true
repeat with _process in result
tell contents of _process
set s to s & name & my tab group
set s to s & has scripting terminology & return
end tell
end repeat
end tell
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.