Re: wxPython field validation
why not validate then put cursor back into that field until satisfied. might use the lost focus (cant remember exact name right now) -- http://mail.python.org/mailman/listinfo/python-list
wxPython field validation
Hi all, I'm using wxPython and I need to block the cursor (focus) in a TextCtrl until the field value is valid. I've look EVT_KILL_FOCUS but I can't stop the focus beavoir (no focus to next field) Any ideas? Tanks a lot and sorry for my english. -- http://mail.python.org/mailman/listinfo/pytho