LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

"Hide Last Item When Running" property

Its wrong for all except System. Classic, Modern, Silver, Fuse tested in LV24. See attached VI.

 

 

 

 

Certified LabVIEW Architect
0 Kudos
Message 11 of 14
(199 Views)

Same behaviour in 2019! Combobox opens downward, Text rings upwards!

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

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 12 of 14
(181 Views)

FYI

The DMC Ring Menu control works as expected, list below control. The DMC Ring Selector control, does not work as expected. 

 

However, there is a private property that can provide a fix.

 

mcduff_0-1749138976520.png

 

After setting this property, it drops below. FYI, I don't know what needs to be set in the ini file to get this property.

 

 

EDIT: The snippet below "fixes" the other VI

 

snip.png

Message 13 of 14
(169 Views)

Combo Box is different from Enum and Ring.

It's menu is part of the control.  It shows up on the Parts Window.  You can define the height of the menu.

For Enum and Ring, their menu are not on the Parts Window.

George Zou
0 Kudos
Message 14 of 14
(156 Views)