|
A quick look at the docs (and a test)
indicates that textAlign will have no effect here, rather, left align is the
default of the VBox. Remember, alignment goes on the container, and affects
the children. “textAlign : Alignment of text within a container.
Recognized values are From: The problem is that the second vbox is
really only as wide as its child label, so you can’t see any alignment. Add width="100%" to the VBox and
see what happens. From: Sorry for mentioning this again but I am still having
problems alligning the code I want to the left. I will however post some code
so that maybe I can clear up what it is that I am trying to do. I want the
label that says "Allign this text to the left" to appear on the left
side of the page and I was thinking that maybe the textAllign attribute could
do that but I guess not. Can someone give me tips on how i might want to go
about alligning it? <?xml version="1.0"
encoding="utf-8"?> <mx:HBox >
<mx:VBox>
|
- RE: [flexcoders] Problems with alligning Tracy Spratt
- RE: [flexcoders] Problems with alligning Tracy Spratt

