puzzling issue with numeric stepper

Ask a Question related to Macromedia Flash Actionscript, Design and Development.

  1. #1

    Default 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 stepper next to it. the max quantity is 50 and
    the increment is 0.1, upon selection of a value using the numeric stepper, i
    get its value and add it to an actionscript variable qty_number. now here's the
    problem.
    when the numeric value is selected to be 1.0, and i add it to the actionscript
    variable, it add only 0.9 to it. i'm at loss for words on this! :-s has anyone
    else come across this issue?
    thnx,
    amar.

    amarmabbu Guest

  2. Similar Questions and Discussions

    1. Printers' Position on PDF Puzzling
      I recently moved from the East Coast US to the West. My print houses in Washington, DC and NYC were very happy with PDFs (press quality or X1-a,...
    2. 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
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default Re: puzzling issue with numeric stepper

    the problem's in your code, not the stepper. what code are you using to retrieve the steppers value and what code do you use to manipulate that value?
    kglad 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