I have written a perl script that uses the tree widget quite nicley. However I cannot get the tree to initially display with all the nodes closed. I have used the $tree->setmode($path, 'open') but to no avail. When I do this each node starts with the "+" sign but is still open. Is there a flag I am missing?