All other Keys (ESC, STRG+ Q ...) are working fine! Why is this so? Are there two closeRequest events? Is this a bug?
hi michael, here is a fix for this: on startmovie _movie.exitLock = TRUE end on keydown if the keyCode<>118 then pass end on closeRequest if baMsgBox( "Do you want to exit?", "Shut down the programm?",\ "YesNo", "Question" , 0 ) = "Yes" then _player.quit() end cheers, valentin [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!]
