This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I need my slider to show each integer value from 1 to 800000.However each time i move the slider the next value after 1 it reads is 1372.i don't know why?
here's the code snippet
please tell me where I'm going wrong and what should i do?
Michael Dunn
Ranch Hand
Joined: Jun 09, 2003
Posts: 4632
posted
0
> I need my slider to show each integer value from 1 to 800000.
you have a 3-mile wide screen?
> However each time i move the slider the next value after 1 it reads is 1372.i don't know why?
wild guess, 1372 represents 1 pixel or slider.maxValue/slider track width (something like that, anyway)
shanaya dutt
Greenhorn
Joined: Jul 02, 2009
Posts: 23
posted
0
so,is there any way i can show each value?
Michael Dunn
Ranch Hand
Joined: Jun 09, 2003
Posts: 4632
posted
0
> is there any way i can show each value?
a very wide screen,
or you could use a smaller number, 8000, setting your own label to look like
majorTickSpacing of 100000, then multiply the slider's value x 100
I think you can still use the original range for the slider, but Michael is right about the tick spacing. Use larger intervals, like 10000 for minor and 100000 for major. Also, you'll probably have to change the preferred size.
I tried the following and after resizing a bit manually, it worked just fine: