I embeded an flash activex control to a wxPanel inherited class 'MyPanel' using wxPython's MakeActiveXClass method, and 'MyPanel' only has flash control ;But when then dialog init,the focus is not on the flash, I have to click the flash control manully to setfocus on it; It will lose focus again when the dialog is block by other windows, so I have to click again to pull the focus back.
I just want to know howto SetFocus to an activex control when a dialog is inited? Thanks in advance! -- http://mail.python.org/mailman/listinfo/python-list