I am trying to build a tree with 4000 nodes. I am in trouble because
the time spent to build it is too much. I am using activeX commands to
build the tree.
There is a input file with all the elements. The file format is in the way bellow:
root
root\node1
root\node 2
root\node 2\element 1
root\node 3
...
I read the file, pass all data to an array, and then, I use the
generate tree.vi. This LLB file that contains this VI is attached.
I read something about to disable Defer Panel Update, but I don't know how I can set it.
Thank you in advance.