When i handle wx.EVT_TEXT all ok. What’s the
problem?
Another question : what’s the event is emitted
when i editing masked.IpAddrCtrl ,
but not emitted when method SetValue is called. In other words,
i want the event for masked.IpAddrCtrl that is emitted when there
is any changes in this widget, but not emitted
when SetValue is called.
When i handle|wx.EVT_TEXT|all ok. What's the problem?
Try adding the wx.WANTS_CHARS style too, and don't forget the wx.TE_PROCESS_TAB style that the masked controls use by default.
/Another question/: what's the event is emitted when i
editing>masked.IpAddrCtrl|, but not emitted when method|SetValue|is
called. In other words, i want the event for|masked.IpAddrCtrl|that is
emitted when there is any changes in this widget, but*not*emitted
when>SetValue>is called.