LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

scroll option like numeric control but with preset text to choose from

I need to have a control but instead of numbers I need to have text.  I have come about this using the string control option but I do not want to have a keyboard hooked up.  I want to be able to have preset texts that the user could scroll through on the Front Panel using a mouse like they would be able to with a numeric control.  Any ideas?
0 Kudos
Message 1 of 4
(2,763 Views)
You mean like a combo box, text ring, menu ring, enum, or even a listbox?Smiley Wink

Message Edited by Dennis Knutson on 03-26-2007 07:10 PM

0 Kudos
Message 2 of 4
(2,753 Views)
OK thanks this is sort of getting me there.  It allows me to create the pulldown menu like I am wanting but once the program is started it doesn't allow you to make changes.  It also resets it to defalt settings once the program is started.  Why is this?  Would you not be able to change the options durring the program like you can with the numbic controls?
0 Kudos
Message 3 of 4
(2,742 Views)
There should be problem making changes once your VI starts unless for some reason, you made it an indicator instead of the default control. You should post an example of your code.
0 Kudos
Message 4 of 4
(2,729 Views)