LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Modify 2D array container to look like multiple 1D arrays

This is not high priority by any means, but currently I am using 3 1-D arrays too get the look below. I would prefer to use a 2D array to limit wires on my block diagram, but I really like the look of having a separator between array rows for the sake of the user interface. Does anyone have an idea of how I can use a 2D array but get the raised (or sunk) look between each row? I may just resort to a cluster of 1D arrays to limit the wires if need be.

 

0 Kudos
Message 1 of 4
(2,523 Views)

You could always go in and modify the boolean images to add precisely half of the raised bump to the top and bottom of the image and go with a classic array and yada yada yada......

 

Bundle that sucker or build a 2D array on the BD and call it a day.

Message 2 of 4
(2,516 Views)

Can you overlay empty, transparent background, 1D arrays over your 2D array?  Getting the spacing right might be tricky.  Have not tried it.

 

Lynn

Message 3 of 4
(2,513 Views)

I'll play around with these ideas, thanks!

 

@Darin, no building required...already a 2D array. Just indexing removed Smiley Tongue

0 Kudos
Message 4 of 4
(2,508 Views)