LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Tree - various question (moving/counting/rownames)

Solved!
Go to solution

Hello,

in the attached vi i have a tree structure like:

[-]START

   sub

   END

[-]START2

   END2

 

1. When the vi is running i can close both [-] which changes the icon to [+]. Then i want to grab the first START and move it to the end.

But this seems not to be possible. What is the trick to to it?

It is always inserting between START2 and STOP2

 

2. What is the property to count the number of rows in the tree?

 

3. How can i automatically insert a rownumber to the used lines?

 

Thanks

 

0 Kudos
Message 1 of 2
(889 Views)
Solution
Accepted by topic author OnlyOne

1. When you drop, make sure your cursor is below STOP2;

2. Get All Tags, then use Array Size to get the row count;

3. Use row header.

 

George Zou
Message 2 of 2
(861 Views)