[flexcoders] Re: HDividedBox

2006-12-12 Thread jroblang
Thanks for the suggestions. The problem with setChildIndex() is that the HDividedBox is always drawn left-to-right with the lowest level child always on the left. So as soon as you change the Index, the box is redrawn and your items are in reverse order. Not good. I've looked into

Re: [flexcoders] Re: HDividedBox

2006-12-12 Thread Daniel Freiman
I think you're going to need to override the box. I'd look at Overriding the layout mechanics of the VBox container in the Creating Advanced Visual Components in Actionscript doc (pg 161). It might be similar enough to help. - Dan On 12/12/06, jroblang [EMAIL PROTECTED] wrote: Thanks for