I want to put in my window which is in GXT (com.extjs.gxt.ui.cl ient.widget.
Window) TabPanel but which posts themselves into Horizontal, I took your two
class (VerticalTabPanel and VerticalTabBar) and I have them to add has my
project (with my widgets already existing), the problem it is that I do not
manage to add of TabItem to see my angles into horizontal on the page!!
I hope that I have to express my problem well.
thank you very much to you.

2009/5/13 Alyxandor <[email protected]>

>
> Aye, not only must each one be in a gwt module, whatever build method
> you use must know to put proj2 into proj1.  If you use Eclipse IDE {or
> other IDE} to build, you should right click the project, go to
> properties, edit the BUILD or SOURCE path, and include the other
> project.
>
> If you prefer to use ant or shell builds, you'll have a build.xml or
> build.sh file with all your commands.  Somewhere in there is a
> classpath, and on that classpath, you'll find the /src folder for
> proj1.  Add an entry like: src/../../proj2/src
>
> If you can't get it, describe how you build, and someone will be able
> to help.
> >
>

--~--~---------~--~----~------------~-------~--~----~
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