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 find events in Python which can be triggered 
when a variable value changes?  Please let me know how this can be achieved?

Thanks,
Hussain
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to