I've uncovered another bug in the way Rev handles the OSX App menu. If you execute a script that brings up an "ask" dialog (which is modal, of course), Rev permits you to select an item from the app menu. If the user selects "Quit", nothing happens (presumably because you're in the middle of something modal). You then complete the original handler by either entering data or canceling. At that point, you can't quit from the app even if the app brings you to other stacks with their own shutDownRequest handlers. The shutDownRequest handler never receives the signal.
This is exactly the opposite problem I encountered two days ago with the "quit in spite of the handler's presence" problem. So, until this latest bug is stamped out by Rev, I have to find a way to disable that menu.
Thanks, Barry
On Sunday, Sep 7, 2003, at 14:50 America/Denver, Ken wrote:
From: "Ken Ray" <[EMAIL PROTECTED]>
Uh, why would you want to disable the app menu? Wouldn't that sort of be
the same as hiding the menubar? Just looking for what you're trying to
do here...
Barry Levine Sent: Sunday, September 07, 2003 4:30 PM To: [EMAIL PROTECTED] Subject: Disable OSX App's menu?
How does one disable the app menu in OSX? It doesn't look like "disable menu 1" does anything for OSX.
Barry
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
