Re: [flexcoders] NumericStepper override class

2010-01-09 Thread claudiu ursica
ed...@adpt-tech.com To: flexcoders@yahoogroups.com Sent: Fri, January 8, 2010 5:08:56 PM Subject: Re: [flexcoders] NumericStepper override class 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

Re: [flexcoders] NumericStepper override class

2010-01-08 Thread claudiu ursica
Do you need to disable it for the whole range of numbers or just for some of them ? C From: Eric Dunn ed...@adpt-tech.com To: flexcoders flexcoders@yahoogroups.com Sent: Thu, January 7, 2010 11:43:03 PM Subject: [flexcoders] NumericStepper override class

Re: [flexcoders] NumericStepper override class

2010-01-08 Thread Eric Dunn
] 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 ed...@adpt-tech.com To: flexcoders flexcoders@yahoogroups.com Sent: Thu, January 7, 2010 11:43:03 PM Subject: [flexcoders] NumericStepper override class

[flexcoders] NumericStepper override class

2010-01-07 Thread Eric Dunn
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