Changing value of a Numeric Stepper

Posted by REDDY on Stack Overflow See other posts from Stack Overflow or by REDDY
Published on 2010-05-21T09:44:20Z Indexed on 2010/05/21 10:10 UTC
Read the original article Hit count: 399

Filed under:

Hi,

I am a newbie to Flex and programming. I am trying something where I have 2 Numeric Steppers. One numeric stepper holds values from 0-230 and the other from 0.00-0.99. My question is how to change the value of the first numeric stepper when the second numeric stepper goes from 0.99 to 0.00. Suppose the first numeric stepper has a value 10 and the second numeric stepper is being incremented continuously. As it reaches 0.99 and on mouse up on the up arrow, 10 should change to 11 and this numeric stepper goes to 0.00.

Could anyone help me out with some code or suggestion?

Thanks is advance, REDDY

© Stack Overflow or respective owner

Related posts about flex