Re: quit saving "no" didn't work
Re: quit saving "no" didn't work
- Subject: Re: quit saving "no" didn't work
- From: Pat Stanford <email@hidden>
- Date: Mon, 13 Feb 2006 15:43:04 -0800
On Feb 13, 2006, at 2:45 AM, Jürgen Keser wrote:
But when the programm will be closed, the dialog if the document
will be saved
will open but I don't want this. Is this normal or can I do
something against it?
Here is the code.
tell application "VectorWorks"
activate
-- Do something in the programm
quit savin no
end tell
Jürgen,
The following seems to work in VectorWorks 11.5.
tell application "VectorWorks"
activate
DoScript "lineto(10,10);"
close document 1 saving no
quit
end tell
I think it would break if you somehow got more than one document open
at a time.
Regards,
Pat
Pat Stanford
Coviana, Inc.
Los Angeles VectorWorks Users Group Leader
email@hidden
_______________________________________________
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