Geometry Lost on "render_tree"

This is a forum focused on providing support for rTree

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Locked
nlexa
Posts: 26
Joined: Fri Aug 05, 2011 2:34 am
Location: New Zealand

Geometry Lost on "render_tree"

Post by nlexa » Thu Nov 29, 2012 2:56 am

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?

Locked

Return to “rTree”