LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Programmatically set bounds size of booleans in a 2D array control ?

I have a 2D array of boolean buttons.  Is there a way to programmatically set the size of the buttons (their Height and Width Bounds) ?  The Array property node (under Array Elements > Bounds) is read-only.
 
Steve
 
0 Kudos
Message 1 of 6
(3,681 Views)
You should be able to select Change to write
Message 2 of 6
(3,669 Views)
hello Steve,

If you create a property node for the boolean control ( and not the array), you can find one called "button size".

See the attached pic for more help.
Software developer
www.mcm-electronics.com





PORTUGAL
Message 3 of 6
(3,669 Views)

 

And for yet a third method

Message Edited by Ben on 08-20-2007 12:05 PM

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 4 of 6
(3,657 Views)

Thanks to all.

I noticed that the boolean's Decal size does not scale with button size.  It seems to remain a constant rather than being proportional to button size (as it is if an individual buton is resized).  I do not see a Decay property.

Also, is there any way to have different boolean text on each individual boolean button within the array cotnrol ?

 

0 Kudos
Message 5 of 6
(3,635 Views)


SteveP wrote:

Also, is there any way to have different boolean text on each individual boolean button within the array cotnrol ?


No, an array is a set of identical objects, differing only in their value and identified by their index(s).

Message Edited by altenbach on 08-20-2007 12:08 PM

0 Kudos
Message 6 of 6
(3,632 Views)