From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple button array alignment

Solved!
Go to solution

I have these buttons that were created a long time ago for a large project. The button properties tell me they are all the same size but the don't line up anymore. Because of the many local variables attached to them, it would be very difficult to start over with a better method so I just want to fix these and move on. This is just a snip from the original program so there's no code attached.

Capture.PNG

 

0 Kudos
Message 1 of 4
(1,107 Views)

Hi RHutchings,

 

you may try to change the properties of the array elements in each of those arrays…

 

It might be simpler to replace the array element (aka button) by a fresh one. I prefer those from "System controls" palette, because of their "user expected" appearance.

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(1,097 Views)
Solution
Accepted by topic author RHutchings

By replacing 1 button in each array to a new Silver button and then selecting one from each and setting their height to 24, this is the result.Button array.png

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
Message 3 of 4
(1,084 Views)
Thank you very much. I can always rely on you guys!
0 Kudos
Message 4 of 4
(1,068 Views)