LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
josborne

Programmatically drop-down a combo box

Status: New

LabVIEW should expose a method that allows you to "drop-down" a combo box programmatically.

 

Something similar to the issue discussed in this KB article:  http://digital.ni.com/public.nsf/allkb/96BD56FE6D416AB5862573BE00811AC2

 

A simple invoke node would be great.

http://www.medicollector.com
2 Comments
elset191
Active Participant

If I understood correctly, this is a viable workaround for now.  It's probably Windows only, and excuse the stacked sequence.  From an NI employee no less...

--
Tim Elsey
Certified LabVIEW Architect
Darren
Proven Zealot

Back in my LabVIEW 8.5/8.6 days I was working on a LabVIEW-based editor in which I needed this functionality.  Ultimately I used Windows calls (like in the linked example), but that was a shoddy workaround.  I agree that a built-in "Execute Drop Down" method on the Ring, Enum, and Combo Box classes would be very useful.  Kudos.