Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
Sathi Reddy #1
Numeric stepper
I have a Numeric stepper & values are set as 1 min & 10000 max. The problem is
- In the control if I clear the value (There is no value in the stepper, it is
empty) & when I click on the space somewhere on the pane, the value in the
stepper is getting set to 10000, ie, to the max value. Is there anyway, I set
this to min value or to 0.? I have trried all events like lost focus etc.. on
the stepper & tried setting to 0. But, this never works. Its always set to max
value. Please help
Sathi Reddy Guest
-
help with numeric stepper
i have a numeric stepper rendered in a datagrid row. how can i access the 'maximum' property of the stepper? thanks -
Custom Numeric Stepper Problem
i have a custom numeric stepper in a datagrid using the cellRenderer and i cannot figure out how to set the maximum value. it defaults to 10, i need... -
Formatted Numeric Stepper
So, I tried this once and gave up, unfortunately I have to make this work. I have a numeric stepper that I need to format as currency. I have... -
puzzling issue with numeric stepper
hi all flash actionscript users/gurus, i have a puzzling issue with numeric stepper. i have a field called quantity on a flash movie with a numeric... -
SQL Numeric (9) - asp convert.
Hi; The primary key in a table (SQL Server 2000) is: Numeric (9). Previously in our code the Primary key was INT but we decided to change it... -
ntsiii #2
Re: Numeric stepper - Can anyone help?
Post a small example, I'll take a look.
Tracy
ntsiii Guest
-
Sathi Reddy #3
Re: Numeric stepper - Can anyone help?
Hi Tracy,
Thanks for your time.
Not sure, what example you are expecting. But, I will try to give better
explaination of my problem.
We are using a Numeric Stepper whose min max values are set to 1 & 10000
respectively. If I click on up/down arrows, the values gets
increased/decreased. no issues. But, if the user intentionally clears the value
in the numeric stepper text box, & clicks on anywhere outside the Numeric
Stepper control, this value in that sets to Max value. For example, if there
is a value 50 & user clears it by using the backspace & clicks anywhere outside
of this control, then value sets to Max value of the Numeric Stepper which is
set to 10000. I tried to catch all the possible events of Numeric Stepper &
tried to set the value to 0 or some default value. But, always the value in it
sets to 10000 (ie, Max value)
I hope I have explained to my level best.
Please help incase you have some solution.
Sathi Reddy Guest
-
ntsiii #4
Re: Numeric stepper - Can anyone help?
I am expecting a complete sample application (mxml) that I can run and debug. Include only the code necessary to display the problem.
Use the "Attach Code" button.
Tracy
ntsiii Guest



Reply With Quote

