08-15-2016 09:45 AM
Hi all,
I'd like to create a HELP button. It means when I run the labview, just need to click that button then It will show a text I wrote before. Click again to hide the text.
Is there any Vi to do this?
Thank you in advance!
Solved! Go to Solution.
08-15-2016 09:50 AM
dialog and User Interface >>> Help
VIs there will let you control the help window and hide show help included with cotrols and indicators.
Ben
08-15-2016 09:53 AM
There is no readymade VI available for this .You can use visible property.
This is my idea
---------------------------------------
1. First create boolean control
2. Create string indicator (to show string)
3. When user press boolean control make string visible(need to use visible property) and vice versa.
----------------------------------------
08-15-2016 10:05 AM - edited 08-15-2016 10:13 AM
Thank you Ben. Let me try in Dialog and User Interface
08-15-2016 10:07 AM
PiZviz
Great. Thank you, I will try 🙂