Neophyte Question
Neophyte Question
- Subject: Neophyte Question
- From: Stephen Bunker <email@hidden>
- Date: Wed, 15 Feb 2006 08:04:36 -0700
I need to make a pile of buttons for a website and I thought this would be a great opportunity to try dive deeper into AppleScript.
I have written the following script but when I execute it can't get the "New" button in the window to be selected. Could someone tell me where I'm going wrong?
tell application "System Events"
tell process "GraphicConverter"
tell menu bar 1
tell menu bar item "File"
tell menu "File"
tell menu item "New"
tell menu "New Submenu"
click menu item "Imageā¦"
end tell
end tell
end tell
end tell
end tell
end tell
end tell
tell application "System Events"
tell process "GraphicConverter"
tell window "New"
click button "New"
end tell
end tell
end tell _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden