How can I recognize that text changed on TextField

Are there any other messages exept “SingleClic”?
I want to have a code that will run when the text has changed on the TextField
thanks
Yoav Koren

Check FvwmMpd’s code, we’re doing it a lot in there. Basically you’ll just have to poll to see if the text has changed.

As to the events, there is apparently something like a DoubleClic defined in the source but it never actually got implemented. So, no, there are no other messages except for SingleClic.

Thanks alot
it works
Yoav