what is the best method for declaring containers , controls Prajnith
On Wed, Oct 14, 2009 at 9:32 AM, prajnith K <[email protected]> wrote: > hi friends.. > > currently i have task in that i have to number of components like vbox, > hbox, combox, canvas, label, etc.... what is the best way. to create > these.. > > im doing in this way.... i will create a canvas or vbox every time like > > <mx:HBox width="100%" horizontalAlign="left" horizontalGap="20" > verticalAlign="middle"> > <d:Rlabel text="Name"/> > <mx:TextArea/> > </mx:HBox> > > > or i have to create like this? > > <com:Rhbox width="100%" horizontalAlign="left" > horizontalGap="20" verticalAlign="middle"> > <com:Rlabel text="Name"/> > <mx:Spacer width="96"/> > <com:Rtextinput/> > </com:Rhbox> > Prajnith > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

