>Also, how do I restrict the numeric stepper to maximum have 3 digits in them. I >hate when you can type in 5011 and all you see is 11.
Here's what the flash help has to say:
Quote:
|
Also, you must resize the stepper while authoring to display more than two numeric places (for example, the numbers 5246 or 1.34).
|
As for 3,1 vs 3.1, if you already have F8, check out the Locale class; it might help.
As for showing units, I dunno - how about placing a text field next to the stepper to label its values?