What class are you subclassing to make your component? UIComponent defines a protected measure() function which some other internals use to figure out how big a component is. Maybe you need to implement an override of that?
The docs show InteractiveObject having a "focusRect" property, but they don't give much detail about it. If you're using Flex classes, remember that FlexBuilder comes with the source code for the Flex classes. I have had to resort to reading Flex class source many times to understand things that the docs don't describe well. :-/ Dave On Tue, Mar 17, 2009 at 10:31 AM, Eric E. Dolecki <[email protected]>wrote: > I have a component I am building that has a default size set with an > "avatar" clip. When it's placed on stage by hand, it uses that dimension > and > it removes that clip. Great. I have overriden height and width mutators and > accessors. > When I resize the component on stage, it works correctly, but I have the > blue outline selection box at the default size still, not properly bounding > the resized contents of the component. > > Is there a trick I should use here? > > -- > http://ericd.net > Interactive design and development > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

