vipo
1
If you do binding on a piping attribute, and then remove a pipe below in the array of pipes, the binding seems to shift places.
The results are:
- The binding effect is on another pipe.
- Unable to remove bindings on attributes
If you want to use binding, make sure your all done with drawing the pipes.
1 Like
All bindings on arrays are set to the array index.
So yea becareful when setting bindings to arrays or avoid it by binding to the parent(object)
vipo
3
Yes, but the designer doesn’t update these bindings - so your not even able to remove the binding - because it is wrongly indexed.