LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

show selection property

Does anyone knows how to access the 'show selection' option programmatically.

As far as I know it is only accessible via Right click->Advanced->Show selection.

Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 1 of 5
(2,561 Views)
To do this porgrammicly all you have to do is right click on the control or indicator that you are trying to make visible and create a property node. One of the properties will be visible attach a true constant to the property in write mode. That should be all you need to do.
Tim
GHSP
0 Kudos
Message 2 of 5
(2,543 Views)
Hi Timothy,

I meant this option:

which I can't find programmatically.
What I now do is enable it manually and set the selection off-screen but that is not a good method.

Ton


Message Edited by TonP on 01-16-2008 09:39 AM
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 3 of 5
(2,530 Views)

TonP,

I think you mean the Show Selection property of a Tabl, right... ?! Smiley Happy

Yeah, it is not accessible programmatically still now, I mean in 8.5 also. Smiley Sad

- Partha ( CLD until Oct 2024 🙂 )
0 Kudos
Message 4 of 5
(2,521 Views)

Sorry TonP!

I got that ypu meant an array, but try for Table also, it is not there.

Also, for Listbox & Multicolumn Listbox, a ferw of teh properties are only settable as statically, not programmatically. Smiley Sad

- Partha ( CLD until Oct 2024 🙂 )
0 Kudos
Message 5 of 5
(2,519 Views)