Question about revFontLoad

Paul Gabel paulgabel at comcast.net
Mon Jun 9 13:12:37 EDT 2008


On May 26, 2008, at 2:18 PM, Lars Brehmer wrote:

> This brings me to a second question - in my standalone the close  
> button saves all substacks , but apparently choosing quit in the  
> MacOS menubar doesn't save anything. What must be done in order to  
> have quitting from the menu bar save changes as well?

Lars:

Try this (if you haven't already):

on shutdownRequest
     -- insert a dialog box "Are you sure you want to quit?" with  
"Cancel" or "OK"
     save me
     pass shutdownRequest -- allow to quit
end shutdownRequest

Paul Gabel


More information about the use-livecode mailing list