-----
I become to love to write program ever since got in university. The programming languages I have learned from collage lessons are C and Assembly. My interest drive me to learn all the other things. Currently I'm working at Ideal Energy (http://www.idealenergy.com) as a software developer.
My undergraduate degree is Electrical Engineering and Automation. Graduate degree is Power Electronics and Power Drives. Personal favorite programming languages are C, C++, C# and Python.
--
View this message in context: http://wxpython-users.1045709.n5.nabble.com/Bug-report-wx-lib-masked-controls-tp5719830.html
Sent from the wxPython-users mailing list archive at Nabble.com.
Python version, 2.7.6
wxPython version '2.9.5.0 msw (classic)'
OS, Window 8.1, Window XP
···
-----
I become to love to write program ever since got in university. The programming languages I have learned from collage lessons are C and Assembly. My interest drive me to learn all the other things. Currently I'm working at Ideal Energy (http://www.idealenergy.com) as a software developer.
My undergraduate degree is Electrical Engineering and Automation. Graduate degree is Power Electronics and Power Drives. Personal favorite programming languages are C, C++, C# and Python.
--
View this message in context: http://wxpython-users.1045709.n5.nabble.com/Bug-report-wx-lib-masked-controls-tp5719830p5719835.html
Sent from the wxPython-users mailing list archive at Nabble.com.
Hi Werner,
Thanks for your advices, bit I want to make a pure IP mask control. If I create it follow the wx demo version 3.0 it works with ascii code fine, but can’t filter Unicode input such as Chinese character as the screenshot shown. I try to switch back to Unicode version 2.8. Erxin
werner-3 wrote
Hi Erxin,
The wx.lib.masked controls such as IPAddrCtrl,
That one would only allow numeric, I believe.
Text with mask specify are not
support Unicode characters.
In the textctrl you have to use “*” in your mask to allow Unicode characters, see the doc here: http://wxpython.org/Phoenix/docs/html/lib.masked.maskededit.html#module-lib.masked.maskededit
Werner
– You received this message because you are subscribed to the Google Groups “wxPython-users” group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
I become to love to write program ever since got in university. The programming languages I have learned from collage lessons are C and Assembly. My interest drive me to learn all the other things. Currently I’m working at Ideal Energy (http://www.idealenergy.com) as a software developer.
My undergraduate degree is Electrical Engineering and Automation. Graduate degree is Power Electronics and Power Drives. Personal favorite programming languages are C, C++, C# and Python.