LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to make items Invisible

When I want to hide controls when deploying a program, but still want them for development / debugging, I use a TAB control and hide the TABs (pages) at the top.  That way it looks like a decoration.  I don't like hiding controls, as I have seen peopple not only hide them, but also place other objects on top, probably because they didn't see the control..
 
RayR
0 Kudos
Message 11 of 21
(1,910 Views)
anyone post this VI in labview 8.2 format? it says that the ones i downloaded are 8.5, and would not load.
0 Kudos
Message 12 of 21
(1,886 Views)

Here it is in LV8.2

 

0 Kudos
Message 13 of 21
(1,872 Views)
Could anyone post this VI in labview 7.1 format?
0 Kudos
Message 14 of 21
(1,862 Views)
Hi gmadhu,
it´s a simple vi, attached is a picture of it.
Mike
0 Kudos
Message 15 of 21
(1,854 Views)

Hi

With this issue,how to make items visible and invisible i got another question.

For ex lets say we got some different fns in 3 cases, Whilst it is case1 fns in case1 will be visible and other fns are invisible. Its working fine.

Question is Whilst case1 the fns in case1 should be visible.

                    whilst case2 the fns in case1 & case should be visible

similarly  whilst case3 the fns in case1,2,3 should be visible.

How can we do this

Thanks

  

 

0 Kudos
Message 16 of 21
(1,833 Views)

sorry i forgot to add a important point in the above question.

If the order of the case is sequence then we can make the itmes visible by making others invisible.

Bu if the order is not in sequence,then we need to make items accordingly.

If case3, only fns in case3 visible

if the next case is 1, then fns in case1 & case3 should be visible.

Thanks

0 Kudos
Message 17 of 21
(1,829 Views)
sorry its working,i was lost when i posted this question.
0 Kudos
Message 18 of 21
(1,807 Views)
How to make all the the controls invisible when i start the program.Becoz in my program i am making some items visible and invisible depending on the cases.the last opened items remains still even if stop and start the program again.
 
Thanks
 
0 Kudos
Message 19 of 21
(1,800 Views)
Just make them invisible as the first thing in your program or the last. Below is a way when the program starts. Think dataflow!
Message 20 of 21
(1,795 Views)