Create a trackbar with two thumbs?
-
Hi, I would like to know how to create a custom control in which I have one trackbar but with two thumbs (sliders) one at extreme left and one at extreme right. How tough it will be ? Will I have to write it from scratch or I can modify the existing trackbar to implement this ? Thanks in advance :)
-
Hi, I would like to know how to create a custom control in which I have one trackbar but with two thumbs (sliders) one at extreme left and one at extreme right. How tough it will be ? Will I have to write it from scratch or I can modify the existing trackbar to implement this ? Thanks in advance :)
cooljeba1 wrote:
I would like to know how to create a custom control in which I have one trackbar but with two thumbs (sliders) one at extreme left and one at extreme right. How tough it will be ?
From scratch would probably be faster. Two small Panels that you can (horizontally) position with the mouse?
I are Troll :suss:
-
cooljeba1 wrote:
I would like to know how to create a custom control in which I have one trackbar but with two thumbs (sliders) one at extreme left and one at extreme right. How tough it will be ?
From scratch would probably be faster. Two small Panels that you can (horizontally) position with the mouse?
I are Troll :suss:
Hi, Thanks for your reply.. I was looking for something like this: http://img28.imageshack.us/img28/2306/slider.jpg
-
Hi, Thanks for your reply.. I was looking for something like this: http://img28.imageshack.us/img28/2306/slider.jpg
-
As a programmer, I see a control with two little controls on it. The little controls can slide. As an end-user, I'd say it would be confusing. What's the current setting? Is it set to the minimum, the maximum or both?
I are Troll :suss:
yeah... It will be used to scroll through a graph.. the left slider will be set to min and the right slider to the max by default. User can slide either controls so select a range.. in graph.. lets say the min year he sets to 2005 and max year he sets to 2009. so he can generate graph for data inbetween these years :)