11-16-2009 02:19 AM
I have more than 3000 data. Each data will act as a parent data for another 500 data. Each 500 data will have 10 child data. As soon in the attachment.
There is no problem in inserting the data in the tree. But software takes around 20-25 min to display the data in tree. Please suggest me some solution to increase the performance of tree indicator.
11-16-2009 02:47 AM
I assume that the time to wait only occurs if you change the amount of items in the tree.
If this is true, you should definetly defer the panel updates until all changes are done. You have to use VI Server to defer the updates.
hope this helps,
Norbert
11-16-2009 05:06 AM
it would defenetly take a lomg timw to introdcue 3000 data (that too with multiple parents and child)...
Why dont you replace the Tree with some other controls...so that you do not end up with waiting for 20~25 minutes
Guru
CLA
11-16-2009 08:43 PM - edited 11-16-2009 08:44 PM
Ya that's what i am planning to do that.
Anyway Thanks a lot to all.