[no subject]

2009-04-28 Thread Devendran Chandra
Hi, i am developing a simple automation program at my place, and decided to use wxpyhton to do it. I have a minor setback, which i hope some learned user could help me out with I am unsure why the method self.SetActiveChild(pChildFrame) below doesn't work. My idea is to be able to highlight

AuiMDIParent method issue

2009-04-28 Thread Devendran Chandra
Hi, i am developing a simple automation program at my place, and decided to use wxpyhton to do it. I have a minor setback, which i hope some learned user could help me out with I am unsure why the method self.SetActiveChild(pChildFrame) below doesn't work. My idea is to be able to highlight

Re: AuiMDIParent method issue

2009-04-28 Thread Sridhar Ratnakumar
Hi Devendran, You may also try asking on the wxpython-users mailing list where there is a greater chance of getting a response: http://lists.wxwidgets.org/mailman/listinfo/wxpython-users On 09-04-28 10:47 AM, Devendran Chandra wrote: > Hi, > > i am developing a simple automation program a