LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Sliders

Solved!
Go to solution

I've some idea working with sliders, which added or deleted slider at the program is running. The Slide numbers must be set at first, but I need to change to slider number dynamically.Maybe if possible it can be had popup menu to add or delete slider. I have no idea how to do this and it's possible to use XControl to develope this.

 

Thanks!

 

 

 

 


 

0 Kudos
Message 1 of 5
(4,052 Views)

Hi kipa,

i think it´s not possible to set the number of sliders at runtime, because the control/indicator become a cluster if you have more than one slider. You can add the maximum number you ever need and hide the unused sliders. To hide them you can set the fore/background color to transparent.

 

Hope it helps.

Mike

Message 2 of 5
(4,050 Views)
Solution
Accepted by topic author kipa

MikeS81 wrote:

To hide them you can set the fore/background color to transparent.


Here is a simple example from a while back. 

Message 3 of 5
(4,047 Views)

This is not an exact solution to your problem, but it does show you an example of a multiple sliders in an XControl.

 

Use Limits Slider Demo.vi  to experiment with the XControl.

Message 4 of 5
(4,017 Views)

Thanks a lot.

I will try to develope a new control by XControl.

0 Kudos
Message 5 of 5
(3,980 Views)