Hello, flexcoders.
Let's pretend I have the following code:

<mx:HBox>
<mx:Label text="LABEL1" fontSize="10"/>
<mx:Label text="LABEL2" fontSize="12"/>
</mx:HBox>

What should I do to vertically position the buttons on the same baseline
without using padding? Referencing some constraint row from outside the HBox
does not work, since HBox   abolishes absolute positioning.

Thank you,
Alexander Tarelkin

Reply via email to