LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Edit Combo Box without Property Node

Hi guys,

I'm trying to convert a program from windows to a windows CE touchscreen device and due to the nature of either CE or touchscreen property nodes are not allowed. In the program I am converting from a series of combo boxes are having their item lists being programmatically set through property nodes and I was looking for a way to edit the items in the combo box without a property node. Failing that any method of creating a selection of options to choose from that is readily editable programmatically without the use of property nodes would be a good second option.

 

Thanks in advance.

0 Kudos
Message 1 of 3
(2,474 Views)

You can implement a fake control using the Picture Control.  There will be a bit of a learning curve to use the drawing functions.

 

If you can embed a web browser widget, you can use that to front an HTML control(s)

Machine Vision, Robotics, Embedded Systems, Surveillance

www.movimed.com - Custom Imaging Solutions
0 Kudos
Message 2 of 3
(2,468 Views)

Yeah, that sounds like it could work but the learning curve may be a bit much, I think I have figured out a way to simply treat an array and index value similar to the combo box it just means that there isn't the ability to have the dropdown so you will have to scroll through a list instead, but it should result in a similar functionality.

0 Kudos
Message 3 of 3
(2,456 Views)