[flexcoders] Re: Finding out the size of a component when everything is relative?

2008-10-28 Thread Libby
actually the canvas is wrapped because the screen is too small (not mazimized). I need to know how much real estate the wrapped canvas is occupying. So far I can'r find any evidence internally that it is wrapped. I need to know the actual x,y of the lowest corner of it I guess. But how?

Re: [flexcoders] Re: Finding out the size of a component when everything is relative?

2008-10-28 Thread Michael Schmalle
Hi, Have you tried looking at the measuredWidth and measuredHeight properties of both? Mike On Tue, Oct 28, 2008 at 11:12 AM, Libby [EMAIL PROTECTED] wrote: actually the canvas is wrapped because the screen is too small (not mazimized). I need to know how much real estate the wrapped canvas