Hi Guys,
I have a small cosmetic problem with how percentages are handled, any help is greatly appreciated.
I have a spinner and slider, and when i try to insert a value into the spinner its converting the 57% to 0.5714285714. The spinner is to help the user be able to fine tune the slider with up or down movement or if the user wants to just type in a value. it seems when the user thought want to type in the value he has to do it in the format of the actual percentage in numeric format instead of inserting a direct percentage number.
so for example the user moves the slider and it says 57%, but he want to put 67%, instead of fiddling with the up down arrows he just inserts 67 in the spinner. Any ideas how to do this?
Thanks
Harris