megaxoom
August 23rd, 2004, 12:42 PM
Hi everyone
I am planning to write a sort of tree explorer. What it does is described at below:
Because the data is huge, I don't want to load it all at once. I plan to write at least 50 nodes or more, and when a user clicks or expands on a node, the data under this node will be loaded. Also note that when the data under a particular node already loaded, and the user clicks on it again, the data needs not to be reloaded again. So my question is how do we do this. Is there any related source code that leads to this? Thanks for any help.
I am planning to write a sort of tree explorer. What it does is described at below:
Because the data is huge, I don't want to load it all at once. I plan to write at least 50 nodes or more, and when a user clicks or expands on a node, the data under this node will be loaded. Also note that when the data under a particular node already loaded, and the user clicks on it again, the data needs not to be reloaded again. So my question is how do we do this. Is there any related source code that leads to this? Thanks for any help.