giles@nw.com.au wrote:
Can someone point me to some documentation or tutorial on using the
masked edit controls please.
I can't find anything on them in the wx reference documentation and I
have tried to follow the code from within the demo but get lost every
time.Thanks
There is fairly extensive doc in the demo on the Overview page, but as
the masked edit controls are 100% python, based on the wx.TextCtrl and
ComboBox, they aren't in the wx reference docs.
The code itself (although pretty hairy) is in the lib directory (lib.masked
as of 2.5.2.x). And masked.NumCtrl and masked.TimeCtrl are special purpose
masked controls based on the masked.TextCtrl that accept and return types
that aren't necessarily strings, and understand the semantics of those
types.
(Again, 100% python, and not in the wx docs, but again having fairly
extensive doc in the Overview in the demos.)
Is there something in particular that's confusing you?
(I'd be happy to explain...)
/Will Sadkin
Co-Author, masked edit controls