> Hello, I'm populating CFTree with data from a huge database. 
> My problem is that I don't want to do it all at once, just 
> because it takes too much time (I have to read all the data 
> from database). What I want to do is to read only the data 
> needed for a branch of tree that is populated at the moment.
> So I need kind of dynamic tree intead of static one. I'm not 
> sure if CFTree delivers such a functionality? As far as I 
> know it doesn't. Perhaps You know the solution? If not using 
> CFTree then maybe using other tree control? It's really 
> importand for me.

Unfortunately, CFTREE won't be able to do this. The way that CFTREE works is
that CF writes the data used by the tree to the page as a parameter to the
Java applet which gets instantiated on the client.

What you need is an applet that can receive data from somewhere other than
the page which creates it. If, for example, you find a tree that's
scriptable using JavaScript, you could build an interface which receives
chunks of data using a hidden frame or MS Remote Scripting, and passes those
chunks of data to the tree using JavaScript. Or, you could just build your
own using DHTML or modify existing DHTML tree scripts.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to