LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create 2d slider?

Solved!
Go to solution

How to can i create 2d slider, something like square with mouse controlled point in it in the upper left corner on picture, so I don't need to use 2 seperate sliders for x and y?

 

 

0 Kudos
Message 1 of 5
(3,840 Views)

Try using the mouse over event.  It give you coord on the control you are using it on.

0 Kudos
Message 2 of 5
(3,830 Views)

Create a point style cursor (no lines) and use cursor move events to get x and y.

0 Kudos
Message 3 of 5
(3,817 Views)
Solution
Accepted by topic author gmilek

 


@altenbach wrote:

Create a point style cursor (no lines) and use cursor move events to get x and y.


 

Here's what I had in mind (LV 8.0). Modify as needed.

 

Download All
Message 4 of 5
(3,811 Views)

This is another nice example, but a little more complicated.

The advantage , that it can be implement on every Control/Indicator kind.

 

 

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