Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
Gary Zhong #1
Align component
This is probably another question in the "newbie" category: How do I align
components like in html where I can simply include align="center/right/left" to
control the positioning of a component? here is an example:
<mx:HBox width="100%">
<mx:Label text="Select a process state:"/>
<mx:ComboBox id="state" width="150">
<mx:dataProvider>
<mx:Array>
<mx:Object label="Defined" data="1"/>
<mx:Object label="Sceduled" data="2"/>
<mx:Object label="Processed" data="3"/>
</mx:Array>
</mx:dataProvider>
</mx:ComboBox>
<mx:Button label="Get Process List"
click="srv.listProcs(user,state.selectedItem.data) "/>
</mx:HBox>
I want the button to be right-justified inside this HBox. How do I do that?
Thanks in advance.
Gary
Gary Zhong Guest
-
Align in table
On the home page of my site - http://grafikhaus.co.uk/ - I have a three-column, one-row table, each cell of which holds one image with some text... -
How to make a protected property in the base component public in the derived component?
I have a base component, from which several components derive. What I want is to just publish some of the protected properties in the base... -
Align
How to align two or more object relative to the center axe of the last chosen one AND keep the position of the reference object (last picked)intact... -
how to Align text left & vertical align middle
Hello, I have a asp lable control, which I use to display text in, I would like to have the text display aligned in the center and vertical... -
Text Align
When I install my accesss 2000 application on some machines the application ignores the "Text Align" Property Setting in some Activex Controls(List... -



Reply With Quote

