10-16-2008 02:50 AM
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!
Solved! Go to Solution.
10-16-2008 02:56 AM
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
10-16-2008 03:00 AM
MikeS81 wrote:To hide them you can set the fore/background color to transparent.
Here is a simple example from a while back.
10-16-2008 07:11 AM
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.
10-16-2008 08:49 PM
Thanks a lot.
I will try to develope a new control by XControl.