From: Pascal B. <pb...@oi...> - 2000-12-06 08:50:16
|
There's a way to solve it, using caching.. this is not yet implemented in the current code but it shouldn't be that hard to perform. You should change the code so that treenodes are not created by default (only the top visible level) and once a node expands check to see if the child nodes are created, if not.. create those dynlayers at that point That should give a huge speed increase, but requires some coding :) Pascal Bestebroer pb...@oi... http://www.oibv.com -----Oorspronkelijk bericht----- Van: dyn...@li... [mailto:dyn...@li...]Namens Doug Melvin Verzonden: woensdag 6 december 2000 9:47 Aan: dynapi-help Onderwerp: [Dynapi-Help] SkinTreeNode: slowwww.. I am currently loading 310 nodes in total.. and it's VERY slow.. is there any way that it can be sped up? is there anything I can discard? only need to be able to add nodes, expand and collapse nodes, and click in a node itself (<a href=... in title?). it takes about 15 seconds to render (and the boss want under 10) System: Windows 98 AMD Duron 600 mhz 128 Megs pc100 RAM Thank you, Doug Melvin Integrated System Solutions: Design, Development, Implementation and Support Creative-Workshop.com |