LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Begginer - How do I display an object at the place that I click?

The object is hidden. When I click at any place of screen, It has to appear. How can I do it?

Thank you in advance.

Message Edited by Oliveira on 04-11-2007 01:14 PM

0 Kudos
Message 1 of 2
(2,569 Views)
Is your control hidden and you want to show it permanently again? 
              if so in your block diagram right click on the control and click show control

or

do you want to keep it hidden until the user clicks in a certain part of the screen?
             for this you will have to use a property node for the control and use the visible property. sometimes this is handy when you want a button to show up when you click another button. for this you may need to use events and when the event fires then you enable the visible property.  you could also look at events like mouse-over to unhide something when your mouse is in a certain postion but the mouse-over event must be tied to an indicator or control
- James

Using LV 2012 on Windows 7 64 bit
Message 2 of 2
(2,554 Views)