Raghu,

No problem.  The Panel title gives you the text at the top of the box and
within the panel you can use any components or layouts.  If you want
something that looks a little different, you will need to play with the
styles of the panel.

--Robert

On Thu, Mar 27, 2008 at 7:41 AM, raghu kumar varma nadimpalli <
[EMAIL PROTECTED]> wrote:

>  Thank you Robert for the response.
>
> The example you have provided draws a panel and within it, the label and
> checkbox are drawn.
>
> The groupBox will have Lined Box with some text on the upperLine of the
> Box. And within box we should be able to add some more components. The
> GroupBox need to be in the following manner.
>
> ----TODO------------
> |                        |
> |    test1             |
> |    test2             |
> |                        |
> -------------------------
>
> Thank you
>
> On Wed, Mar 26, 2008 at 3:38 PM, Robert Stehwien <[EMAIL PROTECTED]>
> wrote:
>
> >   The equivalent of a group box is a Panel in Flex.  Here is a quick
> > example
> >
> > <mx:Panel title="Panel Label" layout="vertical">
> >       <mx:Label text="TODO"/>
> >       <mx:CheckBox label="test"/>
> > </mx:Panel>
> >
> > --Robert
> >
> > On Wed, Mar 26, 2008 at 11:32 AM, Raghu <[EMAIL PROTECTED]> wrote:
> >
> > >
> > > Is there any possibility of having group box in flex? If possible can
> > > u please update how it can be done.
> > >
> > >
> > >
> >
>
>
> >
> > > ------------------------------------
> > >
> > > --
> > > Flexcoders Mailing List
> > > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > > Search Archives:
> > > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
> > > Links
> > >
> > >
> > >
> > >
> >
> 
>

Reply via email to