Problem: 1634577
Title: "Quit with saving" does not save.
Received: Feb 28 1997 5:01PM
To reproduce:
0) Launch the application and open an existing matrix document. 1) Run this AppleScript script: tell application "Foo" tell document 1 create new user at the end delete user (count user) end tell quit with saving end tellFoo opens a "do you want to save" dialog - it should have saved and quit.
Workaround:
tell application "Foo" tell document 1 create new user at the end delete user (count user) save end tell quit end tell
Supporting the 'saving' option at the application level requires a complete re-implementation of the 'quit' event handling. The correct location for support of this event would be in MacApp.