Re: Newbie GUI Questions
Re: Newbie GUI Questions
- Subject: Re: Newbie GUI Questions
- From: Barbara Mueller <email@hidden>
- Date: Sun, 26 Oct 2003 14:22:11 +0100
Hallo,
tell application "Finder"
activate
end tell
tell application "System Events"
tell process "Finder"
click menu item "as Icons" of menu "View" of menu bar 1
end tell
end tell
This will have a syntax error at 'menu item'. I am suspicious of my
version of System Events 1.1.2. Is this the current version? Where
can I download a copy? Or does anyone have a better thought?
This works perfectly on a G4 with System 10.2.8. - but as you pointed
out already with System Events 1.2.
Don't forget to activate "Enable access for assisting devices" within
the PrefPane "Universal Access".
Barbara
_______________________________________________
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.