Hi thanks for the reply
i am still confused though

i want a split screen with on the left side a series of widgets with
labels, dropdown menus etc and on the right side i want a tab panel.
how is it possible to create different widgets on only one side of the
horizontalspilit panel. is there any way i can say that i want the
widget to be only at the right side


On Jul 21, 8:28 am, twdarkflame <[email protected]> wrote:
> A few ways to do it, depending on how flexible you want to be able to
> put data in/change it/
>
> You  could, for example, just use a simple grid widget (2 x However
> many rows you need).
> Then setting contents at particularly cells is easy.
>
> Or, you could use a horizontal panel containing two vertical panels.
> (Adding new entrys to specific sides is then as easy as just adding
> new items to the left or right panel).
>
> Or you could use a vertical panel filled with lots of horizontal
> panels.....each horizontal panel containing a label and tab index.
> You could even make a new object for that horizontal sub-panel.
>
> Lots of options.
>
> On Jul 21, 2:41 am, Rahul <[email protected]> wrote:
>
> > Hi,
> > i want to create an horizontal split with an list of Labels on left
> > side and an tab index on the right side.
>
> > I would like to know which panel should be best for it , horizontal
> > spilt panel or dock panel? or any other?
>
> > how to add more widgets on one side of horizontal spilt panel. i was
> > trying the setLeft option but it only allows the last one to display
>
> > thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to