Page 1 of 1

text field masking

Posted: February 4th, 2005, 12:26 am
by Impudent1
Has anyone been able to get a realtime textfield mask?

I know with the web ones you can use onkeyUp type catches to grab/store/replace each letter as its input with another set of functions.

Is there any way to do this with notify() events? I gave it a bit of a hook with onChange(); but it seems to only see it has "changed" when you leave the edittext field, not upon each keypress.