From: <kc1...@ya...> - 2006-09-21 17:38:55
|
To ka (and others): Thanks for the answer. Yes, event.skip() was the answer I was looking for. What I needed to do has something to do with overriding the default behavior of how menuitem check marks are done in Pythoncard (or wxPython, I guess). What I do now is to have a handler for the gainFocus event of the window, and in there do what I need to do and when I am done, make a event.skip() call to pass the event back to the underlying system. Thanks everybody for the help. -- John Henry |