LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Combo box

Hi in combo box in run time if i click the combo box text area it is not listing the Combo list.i need to click the small box(near to combo testbox) to see the combo list.it is any possiblity to show the list if i click the ComboBox text area it self.

 

 

0 Kudos
Message 1 of 6
(3,452 Views)

If you allow undefined strings the user must be able to write in the combo box (i.e. place the cursor in it), so displaying the list when clicking the text field wouldn't be very nice. If you don't allow undefined strings then I would suggest using an enum or a ring control.

 

0 Kudos
Message 2 of 6
(3,449 Views)

My requirement is like this.I saw in many web application if we click the combo box the list will appear.it cannot be done in labview Combo box.

0 Kudos
Message 3 of 6
(3,445 Views)
Why don't you use an enum, as suggested ?
0 Kudos
Message 4 of 6
(3,428 Views)
In my application i have used the Combo box "Value change" for a event.In combo box if i click the same value once again in the list also the event will occur.but it wont happen in ring or enum that why
0 Kudos
Message 5 of 6
(3,412 Views)

Maybe this will work for you.

 

1) Right-click comb box and choose advanced customize.

 

2) Swithc to edit mode (looks like tweezers).

 

3) Re-size the selector arrow to overlap the area where the string is dispalyed.

 

4) Use paint brush to color arrow tranparent.

 

5) Use the modified combo-box in your VI.

 

Note:

 

A) if you still want to make it look like the arrow is still there you can add a decoration under the transparent selector button.

 

I hope that helps,

 

Ben

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