How to create a non-editable NumericStepper control
Line Break
Author: Praveen Kumar (1 Articles) - Author Website
About me is what I am searching from a long time. For the time being I am working as a Flex Developer. For fun I share knowledge through blogging. As a hobby I lose money in stock market (as it became routine to me).
This might come in handy. A non editable numericstepper, where the values can only be changed through increment/decrement buttons with a maximum and minimum value set.
Below is the small example (view source enabled, using right mouse click -> view source):
Thanks to Praveen, for his first guest post @ flex-blog.com!
Related posts:
Comments
One Response to “How to create a non-editable NumericStepper control”






For spark users you can just set the ‘editable’ prop of textDisplay to false, or create a custom skin where the TextInput skin part has ‘editable’ set to false.