is it possible to change the margin settings for a "graph on parent" subpatch by sending a message to it?
something like [pd-subpatch margin 200 100( or something?
-
Changing margin settings with messages?
-
[;
pd-destinationpatch coords 0 -1 1 1 85 60 0 $1 $2( -
oh cool - but i have still one problem:
everytime i bang this message the "graph on parent" radiobox in the canvas properties of the corresonding subpatch will be clicked off, so i have to check the box manually again to see what happened. is ther a way to avoid that? -
sorry, just figured it out....
i have to set the 0 between "60" and "$1" to 1, than it works fine!
thank you much!