This content has been marked as final.
Show 5 replies
-
1. Re: Cannot enter numbers into a text field
kglad Jun 15, 2011 11:17 AM (in response to Mongo345678)make sure you're embedding numbers, as well as, letters. if you are, then you have a restrict property assigned to your textfield using code.
-
2. Re: Cannot enter numbers into a text field
Mongo345678 Jun 15, 2011 11:39 AM (in response to kglad)Thanks, it was related to fonts indeed.
When going from Mac to PC, the system fonts are different, including Arial!
-
3. Re: Cannot enter numbers into a text field
Mongo345678 Jun 15, 2011 11:53 AM (in response to kglad)Switching from Arial (Bold) to (Regular) did the trick, but you are right I should at least embed the numerals. The file size doesn't go up that much.
-
4. Re: Cannot enter numbers into a text field
kglad Jun 15, 2011 12:19 PM (in response to Mongo345678)you're welcome.
-
5. Re: Cannot enter numbers into a text field
Mongo345678 Jun 16, 2011 1:12 PM (in response to Mongo345678)Also make sure to set the font correctly in any AS-controlled text element.
ie myFormat.font = "Arial";
I chose to make all my text fields the same throughout all the app, so would have minimal embedding.


