UI Scripting: Setting Save As Folder
UI Scripting: Setting Save As Folder
- Subject: UI Scripting: Setting Save As Folder
- From: Jess Bowers <email@hidden>
- Date: Thu, 06 Feb 2003 12:18:07 -0800
I'm trying to get the Default Folders X to set a folder within a "Save
As..." dialog box like this:
tell application "System Events"
tell process "DVD Studio Pro"
click menu item "Save As
" of menu "File" of menu bar 1
end tell
end tell
tell application "Default Folder X" to SwitchToFolder alias
"AkiraHD:Users:Shared:"
And it seems to be hanging on that last command (and not switching to the
correct folder in the dialog. I have to switch back to the Script Editor
and hit CMD-. to stop the process.
What could I be doing wrong here?
thanks
jess
_______________________________________________
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.