[wxPython-users] XMLResource.LoadFromString expansion

Aaron Brady castironpi at comcast.net
Tue Jan 8 21:55:33 PST 2008


> From: Aaron Brady [mailto:castironpi at comcast.net]
> Sent: Tuesday, January 08, 2008 7:01 PM
> Subject: [wxPython-users] XMLResource.LoadFromString expansion
> 
> Hi, Wrote a little add-on (or two) to LoadFromString in Python.  (Should
> generalize to C++.)  Looking for feedback, offer to contribute.
> 
> drawnread() loads a Window from an XRC file.  Returns a container of
> controls.  Can be used:
> 
> 	conts= drawnread( filen, "MyFrame1" )
> 	conts.MyFrame1.Show()
> 	conts.m_button11.SetDefault()
> 	conts['m_button11'].SetDefault()
> ...

Any thoughts so far?  Time delay is understandable; this is non-trivial.




More information about the wxpython-users mailing list