Re: System Events oddities
Re: System Events oddities
- Subject: Re: System Events oddities
- From: Rob Jorgensen <email@hidden>
- Date: Thu, 6 Mar 2003 19:08:14 -0500
At 11:01 PM +0000 3/6/03, John Delacour wrote:
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
On my machine (10.2.4) it indicates that "has scripting terminology"
is only recognized in carbon apps. My current list of processes
contain several scriptable applications but none of the Cocoa apps
show up true. BBEdit and Eudora scream Script Me! Script me!
--
Rob Jorgensen
Ohio, USA
_______________________________________________
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.