System Events dictionary
System Events dictionary
- Subject: System Events dictionary
- From: Stephen Swift <email@hidden>
- Date: Sun, 18 May 2003 16:59:50 -0400
Ok, I was looking at the process class, and under properties there was:
visible boolean [r/o] -- Is the item visible?
But this code clearly works:
tell application "System Events"
tell application process "Address Book"
set visible to false
end tell
end tell
Why?? Is it a typo in the dictionary or am I missing something? Thanks.
Stephen Swift
_______________________________________________
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.