text field masking

Find out why the . goes before the /

Moderator: Paul Tuersley

Post Reply
Impudent1
Posts: 57
Joined: June 12th, 2004, 6:40 pm

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.
Post Reply