LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
0 Kudos
Amir_Y

Listbox terminal should always match the selection mode

Status: Declined

Any idea that has not received any kudos within a year after posting will be automatically declined. 

Default selection mode is "1 item" - the terminal is a single I32.

Changing the selection mode to "1 or More Items" changes the terminal to 1D array (of I32).

 

Now, changing it back to "1 item" leaves the terminal as 1D array, which does not match the current selection mode.

In this case, a redundant Index Array should be used.

 

I suggest that the listbox terminal will always match the selection mode, and will change accordingly.

 

(Why not replacing the listbox with a new one? because you lose all your custom settings.)

 

Amir.

2 Comments
tst
Knight of NI Knight of NI
Knight of NI

At the bottom of the selection mode sub-menu, there's another menu for data type, where you can select Scalar or Array.

 

I don't know if the data type should be changed back automatically, but you can use that to change it back to scalar.


___________________
Try to take over the world!
Darren
Proven Zealot
Status changed to: Declined

Any idea that has not received any kudos within a year after posting will be automatically declined.