RE: [flexcoders] getRect returns rectangle that includes children's bounds, is there an alternate

2008-01-25 Thread Alex Harui
:[EMAIL PROTECTED] On Behalf Of toofah_gm Sent: Friday, January 25, 2008 10:29 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] getRect returns rectangle that includes children's bounds, is there an alternate I want to use getRect to get the bounds of my UIComponent. I just noticed

[flexcoders] getRect returns rectangle that includes children's bounds, is there an alternate

2008-01-25 Thread toofah_gm
I want to use getRect to get the bounds of my UIComponent. I just noticed that if my UIComponent has children that extend beyond the X/Y/Width/Height of my parent UIComponent, the rect returned extends to the boundaries of the largest child. Is there an alternate method that I could use? My