RE: quit saving "no" didn't work
RE: quit saving "no" didn't work
- Subject: RE: quit saving "no" didn't work
- From: Marc Glasgow <email@hidden>
- Date: Mon, 13 Feb 2006 20:56:20 -0500
Try this:
tell application "VectorWorks"
activate
-- Do whatever
-- repeat for as many open windows as you have,
-- always window 1 (which is whatever window is front most).
close window 1 without saving
quit
end tell
Cheers
=-= Marc Glasgow
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
_______________________________________________
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