I'm using a tree to configure different stages in an experiment. Whenever I click on a branch of the tree, using an event structure (on Tree: Value change), I get the current settings of that branch which I can then edit. I want the user to be able to select a branch in the tree and enable or disable that element. I can disable a branch with property nodes with no problem, but once the branch is disabled, I am no longer able to select it and thus I can't enable it again since I can never run the event structure with that branch as the selected branch. Is there a way around this?
Thank you, Ben
