Hello,
I'm using wxPython in a project and have run into a problem. I have a dialog box with
several controlls in it. Instead of typing data into one of these controlls I need to
generate it from another dialog. So I have a EVT_SET_FOCUS set to bounce me to the second
dialog. When I run this it works except I get two copies of the second dialog(??? ). I
have debugged this down some and it appears that I am getting two focus events. I have
checked, and I set the EVT_SET_FOCUS only once. Does anybody know why I would get two
events trapped??
I have two controlls to do this for on this dialog. The EVT_SET_FOCUS is set for different
controlls. When I get the two events they are for the same controll. Any help is much
appriciated!
Sherman