Paul2000
5 Jun 2009, 7:04 AM
Has anyone see the behavior shown in attachment folders1.gif?
The icons don't show when I first load the screen, but when I click on the arrow, the folder icon displays.
This is the case for node objects, not leaf icons.
tree = new Tree();
tree.getStyle().setLeafIconStyle("tree-folder");
TreeBuilder.buildTree(tree,folderModel);
The icons don't show when I first load the screen, but when I click on the arrow, the folder icon displays.
This is the case for node objects, not leaf icons.
tree = new Tree();
tree.getStyle().setLeafIconStyle("tree-folder");
TreeBuilder.buildTree(tree,folderModel);