Here's what I need: A single "row" containing a right-aligned PopUpButton and to its left, an mx:Label that fills the remaining space. The label has truncateToFit=true ad should display an ellipsis when necessary (the label can have very long contents).
Ideally the PopUpButton could be of variable width based on it's label length, but with a minimum. Any suggestions for the best approach to this layout? Also, I'm finding that truncateToFit doesn't seem to be working when the mx:Label is of varying size. The case I was trying assumed a fixed width for the PopupButton, and used "left=" and "right=" constraints on the mx:Label. Thanks.

