I want to do some validation whenever the value of a textfield changes. I don't see an on change event mentioned in the documentation though.
|
feedback
|
|
Pythoncard is built on wxPython, and wxPython has a text change event. I know nothing about Pythoncard, but in wxPython one would use:
For events, there's | |||
|
feedback
|
|
I think the textUpdate event is what your looking for. http://pythoncard.sourceforge.net/framework/components/TextField.html | |||
|
feedback
|