Please try to reproduce the following problem I just discovered. I did not check with other combinations, other control types and property types. First testing only this.
- Open an empty VI. Drop a Tree Control into the FP. Go to BD, and via right click, create a Property node, set the first element to "KeyFocus". Right click again on this node, and set it "Change All to Write". Expand the property node to have a second element. The next element will apear from the list, which is "Label". This is in "Read mode" (not writable prop). Click on this, and change the property to "Edit Position". Here the bug comes! Somehow LabVIEW keeps this second element in "Read only" mode, there is no way you can change either both or this second entry to "Change All to Write"!
- If you keep the the KeyFocus entry in "Read mode" from the beginning, there is no bug. You can expand to prop.node to have 2 entries, select EditPos for the second one, and THEN you can set each of them or both at once to "Write mode".
I think this is a bug...
EDIT: ok, maybe it is not a bug, but this is the way how it works. I realized, there is an option to change to write mode that individual entry. But still, after right click, it would be handy to change the entire propnode to Write mode using the first entry from the right click menu...