morgan
Joined: 23 Mar 2006 Posts: 2
|
Posted: Thu Mar 23, 2006 4:21 pm Post subject: Tree in initially hidden container |
|
|
I'm trying to put a tree inside a div that is initially hidden (style="display:none"). I have the Professional version.
My tree works fine if the div is visible when the page loads, but if it is not visible at that time, the tree doesn't show up at all, even after the div is later made visible (style="display:block").
I've tried manually calling tree.draw() and RedrawAllTrees() in the function I'm using to show the div, but it has no effect.
Is it even possible to have a tree inside an initially hidden container like this? |
|