已解决! 转到解答。
I cannot get the property node to work. I keep getting an error that says I cannot connect boolean to an unsigned integer, and conversions don't seem to work.
If I could figure out how, I would post part of my vi to give everyone an idea of what is going on. Can you tell me how to post my vi?
Thanks
Message Edited by Ravens Fan on 10-01-2007 03:55 PM
Hi
just wondering how did u create the borders around the label ? In my program, there is no border around the text when i click to set the label visible.
Btw, i am referring to the untitled 4.vi prog. thank u.
Which version of LabVIEW are you using. In LV 8.2 (which is the version for that VI), the labels came up with the boxes around them by default. If you look under Tools, Options, New and Changed for LabVIEW 8.x, there is an option called transparent label names. If that is checked, then the box doesn't appear. If it is unchecked, the box does appear.

Hello,
This question is similar to the one above. I have an application that has 10 tabs with roughly 10 buttons on each tab. What I am trying to do is disable buttons, tabs, or vi application when another test is being performed. Is there a way other than creating a property node and disabling for every button?
Thanks in advance!
(I recommend starting a new thread instead of adding to an ancient discussion that is already marked as solved.)
@CLAD_in_training wrote:
This question is similar to the one above. I have an application that has 10 tabs with roughly 10 buttons on each tab. What I am trying to do is disable buttons, tabs, or vi application when another test is being performed. Is there a way other than creating a property node and disabling for every button?
I don't know what you mean by disabling a "VI application".
There are many solutions. For example