• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: quit saving "no" didn't work
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >quit saving "no" didn't work (From: Jürgen Keser <email@hidden>)

  • Prev by Date: Re: Open All files from an folder
  • Next by Date: Script bundle appears as regular folder
  • Previous by thread: quit saving "no" didn't work
  • Next by thread: RE: quit saving "no" didn't work
  • Index(es):
    • Date
    • Thread