Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default Re: Numeric stepper - Can anyone help?

    Post a small example, I'll take a look.
    Tracy
    ntsiii Guest

  4. #3

    Default 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

  5. #4

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139