can't get tabLayout with 100% size

2011-03-31 Thread tanteanni
i am trying to get an tab layout which gets 100% of screensize but all set size with percentage is beeing ignored. here is my code: public void onModuleLoad() { RootPanel rootPanel = RootPanel.get(); String text1 = Lorem ipsum dolor sit amet...;

Re: can't get tabLayout with 100% size

2011-03-31 Thread Jens
Put your TabLayoutPanel in a RootLayoutPanel instead of a RootPanel. Then it should work and you do not need to set any width/height. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: can't get tabLayout with 100% size

2011-03-31 Thread tanteanni
thank you very much, since hours i try this :-) On 31 Mrz., 12:44, Jens jens.nehlme...@gmail.com wrote: Put your TabLayoutPanel in a RootLayoutPanel instead of a RootPanel. Then it should work and you do not need to set any width/height. -- You received this message because you are