textChanged

Typemessage
Dictionaryandroid.field
LibraryAndroid Native Field
Syntax
textChanged
Associationscom.livecode.widget.native.android.field
Summary

Sent when the native field widget text is changed.

OSandroid
Example
on textChanged
   if the text of me is not a number then
      beep
   end if
end textChanged
Description

Handle the textChanged message if you want to do something when the text of the field is changed through typing.