From: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - 2005-02-20 18:53:37
|
On Sat, 19 Feb 2005 11:15:49 +1100, Andy Todd wrote: >However, the FileExit_select problem is real. Try adding a line to your >method above self.Close() which does something. Anything really. I tried ; > print "Exiting application ..." > >and saw no output on the command line. Trying a variety of other things >and none of them got executed. Which leads me to believe that the >binding isn't quite right on Mac OSX. I still haven't been able to >verify if this is a problem on other platforms but will try and have a >go this weekend. Ah! You're right....I added the print statement and it never got called. I just tried it on Windows XP, Python 2.3.4, PythonCard 0.81 - same result. Neil |