I need to validate the textboxes with wx.Textvalidator.
Any please help me to do this?
How can i use wx.FILTER_ALPHA with validators and if the user is giving a wrong input how can i give them a message?
i need to validate all the inputs when clicking on the save button?
can any one provide me a sample code for this?
This is a feature of wxWidgets, and is not implemented in wxPython.
http://www.wxpython.org/docs/api/wx.TextValidator-class.html – not found
while:
http://docs.wxwidgets.org/trunk/classwx_text_validator.html
http://docs.wxwidgets.org/stable/wx_wxtextvalidator.html
There is a demo of the Validators in the wxPython demo: