According to the FireFox v1.5 documents: "You should now get the tree selection object from the view, not the box object, meaning use tree.view.selection instead of tree.treeBoxObject.selection."
So, I changed: this.treeBoxObject.selection.currentIndex to: this.view.selection.currentIndex As well as: this.mOuter.treeBoxObject.selection.selectEventsSuppressed = true; Should that be: this.mOuter.view.selection.selectEventsSuppressed = true; buuuuuuut... what happens to: var selection = this.treeBoxObject.view.selection; should this be: var selection = this.view.view.selection; ?????? Please advise. THANKS!! -Cheers, RJW _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
