RE: [flexcoders] Re: getting the height of a text object *NO NEED

2006-09-26 Thread Gordon Smith
In normal operation, when you change the text displayed by a component like Text, the component's height gets recalculated the next time the LayoutManager runs (which happens right before the tree of DisplayObjects gets rerendered to the stage). After the LayoutManager runs, the

[flexcoders] Re: getting the height of a text object *NO NEED

2006-09-25 Thread jpc14_99
Ok that was clearly a ghetto way to go about valigning a text object. All I needed to do was make use of contraint based layout as opposed to absolute. Very easy! I think you'd be impressed with how far I've made it in on this project without such basic knowledge as that! I'm still curious