Re: saving front window using osascript...
Re: saving front window using osascript...
- Subject: Re: saving front window using osascript...
- From: Rick Ballard <email@hidden>
- Date: Wed, 7 Nov 2007 19:30:07 -0800
On Nov 7, 2007, at 5:02 PM, Fons Rademakers wrote:
Hi,
something very trivial. I want to save the Xcode front window via
osascript:
tell application "Xcode"
save front window
close front window
end tell
only closes but does not save the window. What script command should
I use? write to file? If so how do I get the type?
tell application "Xcode"
close front document saving <yes/no/ask>
end tell
- Rick
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden