[wxPython-users] xrc and WINDOW_CREATE event
Josiah Carlson
jcarlson at uci.edu
Wed Mar 28 20:59:24 PDT 2007
Christian <ckkart at hoc.net> wrote:
> So the question to those who are using xrc out there: how do you
> handle that issue?
I personally don't use XRC, but one method of handling this particular
issue is through the use of a MVC approach. Your XRC is the View, the
Python you write to handle events, etc., is the Controller, now you just
need to create a Model and use something like wx.lib.pubsub to handle
the propagation of data between your Model and View.
- Josiah
More information about the wxpython-users
mailing list