LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to copy a tree indicator values?

Hi folks!

In my application there is a tree indicator, with multuiple columns that I want to copy to another tree indicator. I want to copy entire tree, with all columns.

Is it possible to do it? How?

Thank you in advance!

0 Kudos
Message 1 of 4
(3,553 Views)

Check out the sample program samples\userint\treecopy.prj. It shows how to use the library function CopyTreeItem.

- jared

0 Kudos
Message 2 of 4
(3,540 Views)
Ok, I copy the tree and its first column, and the others columns? How can I copy them? Is it impossible to do it using a single command?

Thank you.
0 Kudos
Message 3 of 4
(3,535 Views)
You can call DuplicateCtrl to programmatically copy a control at run-time.

-Jeff

Message 4 of 4
(3,491 Views)