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
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