From: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - 2005-04-18 19:48:22
|
On Sun, 6 Mar 2005 16:21:43 -0800, Kevin Altis wrote: >This issue was brought up on a thread or two due to an out-of-date >walkthrough. The use of select in this case is not encouraged becasue >PythonCard has a built-in command menu handler to deal with exiting the >application so you don't need a handler in your code. Instead, the >command 'exit' is associated with the menu item used. > <snip> Thanks Kevin. I'm a bit late with this reply (been struggling recently to keep up with all the mailing lists), but I believe I was one of those who reported being able to duplicate what we thought was a bug. Looking at my resource files, you're absolutely correct - the exit command is being called and hence the extra handler's not required. Oops! Neil |