Without really digging into it, I think Group doesn't have a layout so no code is around to re-compute sizes of children by evaluation %. So I think you will have to write code to resize the Rect. Doing it in updateDisplayList would then be the recommended way.
-Alex On 9/14/16, 7:30 AM, "kamcknig" <[email protected]> wrote: >I also then set the width and height of the Rect to equal the >unscaledWidth/unscaledHeight in the updateDisplayList and that worked >also. > >I'm unsure what the proper way to do things is. > > > >-- >View this message in context: >http://apache-flex-users.2333346.n4.nabble.com/Can-t-get-Rect-to-draw-one- >way-but-works-another-tp13544p13546.html >Sent from the Apache Flex Users mailing list archive at Nabble.com.
