:: Forum >>
change tree item icon
How to change the icon for a specific node under a tree ?
I've tried
tree.setItemImage(index, "favorites");
but have no luck.
Pls help
dan
Thursday, April 19, 2007
just worked out the solution, it is as simply as switching the parameter :
tree.setItemImage("favorites", index);
dan
Thursday, April 19, 2007
This topic is archived.
Back to support forum
Forum search