LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I edit the data already displayed in tree control?

I'm using a tree control to display some data in front panel. But after running the program, can I edit the data already displayed in tree control by using input control and let it change and display dynamically? In invoke nodes I can only find add or delete items in tree but can't find edit...
0 Kudos
Message 1 of 5
(3,048 Views)

There is no direct editing option available, same can be achieved in two steps by using

--> Add Item Invoke Node

--> Delete Item Invoke Node


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


0 Kudos
Message 2 of 5
(3,036 Views)

Thx! But I wanna keep items in first column unchanged and just let data in second column change dynamically. Is it unachievable by using tree control?

0 Kudos
Message 3 of 5
(3,029 Views)

You can use the 'active cell --> cell string' property to change the value in a particaular column.

 

Tree_Modify.png

0 Kudos
Message 4 of 5
(3,007 Views)

Thx. I'll have a try.

0 Kudos
Message 5 of 5
(2,999 Views)