I have a tree view and within some of the nodes I want some to be visible/not visible based on certain conditions. In the on after start eep I have put
property <node comp id> visible 'false' but it is still visible, I can put property <tree view comp id> visible 'false' and the tree view is not visible. Is the visible component id only good for the tree view and not the nodes or am I doing something wrong. Tom Hart

