LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to make text visible or invisible

I know controls and indicators can be be set to be either visible or invisible with property nodes, but is there a corresponding way to do this with text boxes?
Thanks
0 Kudos
Message 1 of 4
(4,859 Views)
Why don't you use the 'simple string' under 'Classic Controls'? Just change the color and it'll be just like a text box.
0 Kudos
Message 2 of 4
(4,859 Views)
You will need to still use a control instead of just text on the front panel. Use the simple string control from the Classic Controls palette (without a label) and set the backround color to Transparent. Then it will be just text that you will have a Visible attribute that you can use to hide it.

Best Regards,

Chris Matthews
National Instruments
0 Kudos
Message 3 of 4
(4,859 Views)
You can get to plain text that you write on the background, but it's not
fun... it's the same as any decoration... I think you create a property node
referencing the front panel, then you create a sub-property node (that's
what I call it) for decorations, then, I think you use array subset to
select which decoration you want and then you create a property node
selecting visibility...

But, why not just use a "classic controls" simple string indicator and make
the frame transparent? Then you can actually change the text too... or
not...

Good luck...

nikb wrote in message
news:5065000000080000008C570000-1027480788000@exchange.ni.com...
> I know controls and indicators can be be set to be either visible or
> invisible with property nodes, but is the
re a corresponding way to do
> this with text boxes?
> Thanks
0 Kudos
Message 4 of 4
(4,859 Views)