06-21-2013 04:06 AM
Hi y'all !
I'd like to have numeric input cells in my TREE CONTROL. I can see the types string, ring, combo box, etc. ... but NUMERIC is not included.
I'm using CVI 2012.
Is there an alternative or does anyone know at least why it is not supported ?
Thanks!
06-24-2013 07:05 AM
Hi carolynturnell,
Indeed cell types included in a tree control are String,Ring, ComboBox, CheckBox, ColorPicker and HorizontalBar.
Tree controls are used to view a hierarchical list of items.
Why do you want to display Numeric/use tree control ?
Valentin
Certified LabVIEW Architect
Certified TestStand Architect
Certified LabWindowsCVI Developer
National Instruments France
06-25-2013 11:00 AM
I'd like to have a Tree Control, not an Indicator. The user must enter numeric values in some items...
There are two reasons why I'd like to use a tree control instead of a table control:
1) Dependency between the items
2) Possibility of easily collapsing/expanding the items during run-time
I did not get why there are all these different types but not numeric !
: )