LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Numeric cell in Tree control ?

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!

 

 

0 Kudos
Message 1 of 3
(3,532 Views)

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

Message 2 of 3
(3,492 Views)

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 !

 

: ) 

 

 

Message 3 of 3
(3,469 Views)