|
|
#1 |
|
AppleScript HELP!
Before I begin, I'm completely new to AppleScript but I am very familiar with the Mac Interface.
I'm using the application QuarkXPress to export files in a bunch of different formats. To increase my productivity, I made shortcuts for each of the menu commands. Now, to make myself even more productive, I'd like to make a script that will run each menu command for me, in order. Anyway, here's the horribly offensive code I've have so far: Code:
tell application "QuarkXPress" to activate tell application "System Events" click menu item "Usage..." of menu "Utilities" of menu bar item "Utilities" of menu bar 1 of application process "QuarkXPress" tell application "System Events" click menu item "Collect for Output..." of menu "File" of menu bar item "file" of menu bar 1 of application process "QuarkXPress" tell application "System Events" click menu item "Layout as PDF..." of menu "Export" of menu item "Export" of menu "File" of menu bar item "File" of menu bar 1 of application process "QuarkXPress" tell application "System Events" click menu item "Layouts as Project..." of menu "Export" of menu item "Export" of menu "File" of menu bar item "File" of menu bar 1 of application process "QuarkXPress" end tell end tell end tell end tell Since I'm assuming you guys can't use Quark, could you try and make an example using another application, like Safari? Thank you, and sorry for my lack of knowledge!! |
|
|
|
0
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 04:02 AM.







Threaded Mode