System Events not working
System Events not working
- Subject: System Events not working
- From: "Robert C. Jacobson" <email@hidden>
- Date: Mon, 7 Apr 2003 14:11:45 -0400
I just installed System Events 1.2, and enabled Universal Access, in
Mac OS X 10.2.4.
However, the example in the UI Element Inspector (reproduced below)
doesn't work quite right. When I run the script from Script Editor,
I get a system beep. Nothing happens in the Finder until I click on
the menu bar -- at that point the command (minimize window) takes
effect.
tell application "System Events"
tell process "Finder"
tell menu bar 1
click menu item "Minimize Window" of menu "Window"
end tell
end tell
end tell
Am I missing something real basic here?
--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Robert Jacobson email@hidden
BS, Aeronautical Engineering Univ. of Md., College Park
Flight Ops. Team - SOlar Heliospheric Observatory (SOHO)
(301) 286-1591
_______________________________________________
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.