Re: FW: question Python custome events

2012-10-09 Thread Ian Kelly
On Tue, Oct 9, 2012 at 2:35 AM, Hussain, Mushabbar wrote: > > > Hi, > > Is it possible to define an Event which should fire when a value of a > variable changes? Something like below > > > > self.Bind(wx.EVT_ON_VAL_CHANGE, variable_to_watch, self.Callback) > > > > I need a Text ctrl UI which conti

FW: question Python custome events

2012-10-09 Thread Hussain, Mushabbar
Hi, Is it possible to define an Event which should fire when a value of a variable changes? Something like below self.Bind(wx.EVT_ON_VAL_CHANGE, variable_to_watch, self.Callback) I need a Text ctrl UI which continuously changes values based on external data changes. Unfortunately I could not f