Page 1 of 1

Geometry Lost on "render_tree"

Posted: Thu Nov 29, 2012 2:56 am
by nlexa
In the property inspector I set up the Geometry settings of my field "Tree" so that it will scale with the stack when the stack is re-sized.
Then in a button I put

Code: Select all

on mouseUp
dispatch "render_tree" to control "Tree"
end mouseUp
Now my geometry settings in the property inspector for the field "Tree" are gone and the field no longer scales with the stack.

Do I set the size position and location of the field manually programatically after every "render_tree" OR how do I stop the "render_tree" message from messing up my geometry preferences?