Let me explain further. I have several of numeric steppers (this number will vary) that will need to total 100. So I have a method that adds the numeric steppers and sets to a variable. I then want to check that variable and disable the up arrow on the steppers if the value is >= 100, so that the only option is to move a value down.
Eric W Dunn Adaption Technologies 281-465-3326 [email protected] ----- Original Message ----- From: "claudiu ursica" <[email protected]> To: [email protected] Sent: Friday, January 8, 2010 3:33:53 AM Subject: Re: [flexcoders] NumericStepper override class Do you need to disable it for the whole range of numbers or just for some of them ? C From: Eric Dunn <[email protected]> To: flexcoders <[email protected]> Sent: Thu, January 7, 2010 11:43:03 PM Subject: [flexcoders] NumericStepper override class I have the need to disable the up arrow and/or down arrow on a series of numericSteppers .. I believe I will need to create a new class that extends the NumericStepper class. I have studied the numericStepper class and not sure what I need to override or exactly what needs to written. Any advice or a direction to look at to assist me? Eric W Dunn Adaption Technologies 281-465-3326 ed...@adpt-tech. com

