textfield first character

Hi,
By default, the first character you type in a ‘native.newTextField’ is in upper case and the following ones in lower case.
Is there a way to set all characters the user is typing in upper case or either in lower case?

[import]uid: 6661 topic_id: 1185 reply_id: 301185[/import]

I have same requirement.

Any ‘new development’ since this was first asked?

I.e. force a text entry to all UPPER case or an easy way to convert to UPPER after string has been entered? String entered could be 4j34 and I’d like to turn it to 4J34

TIA

[import]uid: 6547 topic_id: 1185 reply_id: 25206[/import]

Found it.

upperstring = string.upper(mixedstring) [import]uid: 6547 topic_id: 1185 reply_id: 25207[/import]