Best way to handle the shutdownRequest message
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Best way to handle the shutdownRequest message
Hi all! I'm creating a standalone on Mac, which has it's own memubar. I had some difficulties to run commands before the app actually quits. For example the save this stack sometimes don't execute. Is there some particular best practices when implementing shutdownRequest in standalone?
Re: Best way to handle the shutdownRequest message
Hi Mag
You have to save it to external files
Best regards
Jean-Marc
Standalone can't be saved. It keep the state it has when is compiled.For example the save this stack sometimes don't execute
You have to save it to external files
Best regards
Jean-Marc
https://alternatic.ch
Re: Best way to handle the shutdownRequest message
Hi Jean-Marc,
thank you.
Sorry, I forget to say that I'm working to an app that handles documents and save them as stacks.
The problem is that I have difficulties to handle shutDownRequest, closeStack, closeCard, menu handlers (Command-W, command-Q)...
Is there some best practices to follow?
thank you.
Sorry, I forget to say that I'm working to an app that handles documents and save them as stacks.
The problem is that I have difficulties to handle shutDownRequest, closeStack, closeCard, menu handlers (Command-W, command-Q)...
Is there some best practices to follow?