Sorry, this is really confusing.  I mean "Ext GWT" and "GWT-Ext".
http://www.ongwt.com/post/2008/04/22/MyGWT-is-dead-Long-live-Ext-GWT


On Oct 22, 3:09 pm, JohnMudd <[EMAIL PROTECTED]> wrote:
> Oh, I mean gwt-ext.
>
> On Oct 22, 3:07 pm, JohnMudd <[EMAIL PROTECTED]> wrote:
>
> > Can I sidestep issues with these widgets by switching to MyGWT or gwt-
> > ext?
>
> > John
>
> > On Oct 18, 11:26 pm, JohnMudd <[EMAIL PROTECTED]> wrote:
>
> > > Cool, I got issue number 3000.  Nice round 
> > > number.http://code.google.com/p/google-web-toolkit/issues/detail?id=3000
>
> > > On Oct 18, 11:14 pm, JohnMudd <[EMAIL PROTECTED]> wrote:
>
> > > > I have to hand it to you, your changes (summarized below) do produce
> > > > the desired 50% height in the log message.  But it's getting a little
> > > > off track from my original intention and it doesn't seem to help in
> > > > compiled mode, my ultimate goal.  I think at this point I'll try
> > > > reporting this as a bug and see what kind of response I get.
>
> > > > <     appPanel.setCellHeight(bodyPanel, "50%");
> > > > <     bodyPanel.setSize("100%", "100%");
> > > > ---
>
> > > > >     appPanel.setCellHeight(bodyPanel, "100%");
> > > > >     bodyPanel.setSize("100%", "50%");
> > > > >     bodyPanel.add(new HTML("X"));
>
> > > > John
>
> > > > On Oct 17, 11:05 pm, "Ian Bambury" <[EMAIL PROTECTED]> wrote:
>
> > > > > Try this. Works for me. You might need a doctype
> > > > > Ian
>
> > > > >http://examples.roughian.com
>
> > > > >         root.add(basePanel);
> > > > >         basePanel.setSize("100%", "200px");
>
> > > > >         basePanel.add(logPanel);
> > > > >         basePanel.setCellWidth(logPanel, "30%");
> > > > >         basePanel.setCellHeight(logPanel, "100%");
> > > > >         logPanel.setSize("100%", "100%");
>
> > > > >         basePanel.add(appPanel);
> > > > >         basePanel.setCellWidth(appPanel, "70%");
> > > > >         basePanel.setCellHeight(appPanel, "100%");
> > > > >         appPanel.setSize("100%", "100%");
>
> > > > >         appPanel.add(bodyPanel);
> > > > >         appPanel.setCellWidth(bodyPanel, "100%");
> > > > >         appPanel.setCellHeight(bodyPanel, "100%");
>
> > > > >         bodyPanel.setSize("100%", "50%");
> > > > >         bodyPanel.add(new HTML("X"));
--~--~---------~--~----~------------~-------~--~----~
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