12-05-2010 09:06 AM
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?
Solved! Go to Solution.
12-05-2010 09:40 AM
Try using the mouse over event. It give you coord on the control you are using it on.
12-05-2010 12:00 PM
Create a point style cursor (no lines) and use cursor move events to get x and y.
12-05-2010 12:18 PM - edited 12-05-2010 12:18 PM
@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.
04-19-2012 12:58 PM
This is another nice example, but a little more complicated.
The advantage , that it can be implement on every Control/Indicator kind.