use multiple hboxes.................... Akshar Kaul
On Sun, Mar 21, 2010 at 16:37, shalu popli jain <[email protected]>wrote: > I think you can achieve this using multiple HBoxes (three Hboxes with > specified alignment). > > > On Sat, Mar 20, 2010 at 8:47 PM, Gaurav <[email protected]> wrote: > >> Hi All, >> I need a help from flex group ... >> I am writing an application in which there is a HBox which has some >> FormItems, I want to align these items according to my choice like in >> below bannerImg.gif should be in left. Title should be in middle and >> rest of all other should be align at right. >> We can do this by providing x and y coordinate BUT I want a permanent >> solution for all resolution. horizontalAlign property is not working >> here... Any suggestion.............. how can I do it >> >> <mx:HBox> >> <mx:FormItem> >> <mx:Image source="\bannerImg.gif" visible="true" >> width="150" height="20"/> >> </mx:FormItem> >> <mx:FormItem> >> <mx:Label id="headlabel" text="Title" fontSize="19" >> fontWeight="bold" fontStyle="italic" textDecoration="normal" /> >> </mx:FormItem> >> <mx:FormItem label="Date" > >> <mx:DateField id="selectedDate" width="97" /> >> </mx:FormItem> >> <mx:FormItem > >> <mx:Button label="Go" click="fatchCRDetailFunction();" /> >> </mx:FormItem > >> <mx:FormItem > >> <mx:CheckBox id="chkShowDetails" label="Show Details" >> change="showDetails()" selected="true" /> >> </mx:FormItem> >> </mx:HBox> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Flex India Community" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<flex_india%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/flex_india?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

