Treeview "Pauses"

F

FBxiii

I am using a Treeview control on a form. This works fine.

One thing I have noticed is once all the nodes have been added to a 'branch'
my database seems to stop and think about it for a while. This can be
anywhere between 30 seconds and 3 minutes.

In this case, there are 3360 nodes being added.

Is there anyway of stopping this? The application just hangs and nothing
can be done until it is ready.

Thanks,
Steve.
 
S

Stefan Hoffmann

hi Steve,
In this case, there are 3360 nodes being added.
Is there anyway of stopping this? The application just hangs and nothing
can be done until it is ready.
No, this is caused by the treeview. Only thing you can do, is load the
nodes on demand.

mfG
--> stefan <--
 
B

ben

FBxiii said:
I am using a Treeview control on a form. This works fine.

One thing I have noticed is once all the nodes have been added to a
'branch'
my database seems to stop and think about it for a while. This can be
anywhere between 30 seconds and 3 minutes.

In this case, there are 3360 nodes being added.

Is there anyway of stopping this? The application just hangs and nothing
can be done until it is ready.

Thanks,
Steve.
 
B

ben

FBxiii said:
I am using a Treeview control on a form. This works fine.

One thing I have noticed is once all the nodes have been added to a
'branch'
my database seems to stop and think about it for a while. This can be
anywhere between 30 seconds and 3 minutes.

In this case, there are 3360 nodes being added.

Is there anyway of stopping this? The application just hangs and nothing
can be done until it is ready.

Thanks,
Steve.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top