04-06-2008 01:41 AM
04-06-2008 02:37 AM
Hi Raymundo,
you can use the decorations to draw an arrow. If you want that this decoration element is part of your control use the advanced palette and customize it. Attached is an example.
Mike
04-06-2008 02:44 AM
If the arrow is in a static location, just get an arrow decoration from the decoration palette and place it in the desired location.
If you want to be able to set the placement of the arrow programmatically, you can use a thermometer with two sliders and customize it. Use one slider for the temperature and the second slider for the marker. You need to customize the thermometer, import an arrow decoration into the slider, and move it off to the side. Attached is a quick draft (LV 8.2.1).
04-07-2008 01:07 PM - edited 04-07-2008 01:07 PM
04-07-2008 03:37 PM
12-22-2021 10:07 AM
Great example but I need to have a slider with a digital readout that moves as the user sets the slider position. Any ideas?
12-22-2021 10:43 AM
Check out the VI in this reply and see if it gives you some direction.
Saying "Thanks that fixed it" or "Thanks that answers my question" and not giving a Kudo or Marked Solution, is like telling your waiter they did a great job and not leaving a tip. Please, tip your waiters.
12-22-2021 06:21 PM
@MattLM wrote:
Great example but I need to have a slider with a digital readout that moves as the user sets the slider position. Any ideas?
That looks pretty clunky because there is no obvious way to avoid overlaps. Maybe you can use a special format, such as demonstrated in the "slide" here.
(OTOH, if you would replace it all with a picture controls and some code, you can do anything you want.)