ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Looking for trackbar with Multiple Thumbs

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
yogiyang Posted - Mar 17 2020 : 01:30:23
Hello,

Does anyone know of any trackbar control which supports multiple thumbs on one single trackbar?

I am looking for a trackbar which supports 2 or 3 thumbs on the same trackbar.

If anyone knows of any such VCL control please do point me to that control's web page/site.

I am using Delphi 10.3 Rio for this particular project.

TIA


Yogi Yang
3   L A T E S T    R E P L I E S    (Newest First)
yogiyang Posted - Mar 21 2020 : 00:50:12
Hello,

Thanks for the suggestions.

I finally modified the code of a sample in GR32 to create a slider with three thumbs.

I am using this code at the moment.

TIA


Yogi Yang
xequte Posted - Mar 17 2020 : 16:30:30
Hi

ImageEn does it using a TRulerBox (in ImageEn component folder). You can see an example of it in previews.pas (you need to remove the IEINCLUDEDIALOGIP IFDEF and reopen it to view the form).

Nigel
Xequte Software
www.imageen.com
spetric Posted - Mar 17 2020 : 10:40:08
Far as I know, there are commercial TMS and DevExpress multi-slider components, a free one (which I often use, with nice options) called MultiSlider, but it's written in C++.

Regarding free Delphi multi-slider, this one may be of interest (a simple one):

https://stackoverflow.com/questions/4387690/component-similar-to-trackbar-to-enter-a-range-of-values