Hi all,
say I’ve got an input field and I want the entries to be UPPERCASE, how can I set this up in flash so that these characters appear capitalized even if the user doesn’t have CAPSLOCK on?
I’ve tried myTextField.toUpperCase(); but this doesn’t work. Anyone got any ideas?