> > @ Thomas: > > Yes, it seems that the BuddyApi Messagebox causes the problem. > > Thank you too. But what is your different way, you mentioned? > > no idea, if this would change anything regarding closeRequest, but > here a MUI xtra substitute for baMsgBox: > ...
Well, my "other way" was to simply remove any sort of dialog box at all as I wanted to avoid the use of Xtras in that handler as I wondered if the Xtra was causing it in some way. Thus, my test movie had a checkbox on stage, when the close request handler ran instead of throwing a dialog (BuddyAPI or MUI) I checked the state of the checkbox and if selected I quit the app, otherwise I stopped the event. So it wasn't really a replacement for what you were doing so much as a way to help test without Xtras in the mix. I'd recommend the MUI route or Valentin's earlier suggestion that uses a keyDown handler. Cheers, Tom Higgins | Product Manager | Director & the Shockwave Player Adobe Systems Incorporated http://weblogs.macromedia.com/thiggins/ ... [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
