[gwt-contrib] Re: Comment on LayoutDesign in google-web-toolkit

2010-03-06 Thread codesite-noreply

Comment by andimullaraj:

Hi, this snipet

public void onModuleLoad() {
RootLayoutPanel rp = RootLayoutPanel.get();

TextBox tb = new TextBox();
rp.add(tb);
rp.setWidgetTopHeight(tb, 0.0, Unit.PX, 50.0, Unit.PX);
rp.setWidgetLeftRight(tb, 0.0, Unit.PX, 400.0, Unit.PX);

tb = new TextBox();
rp.add(tb);
rp.setWidgetTopHeight(tb, 100.0, Unit.PX, 50.0, Unit.PX);
rp.setWidgetLeftRight(tb, 0.0, Unit.PX, 50, Unit.PCT);
}

works fine in crome, and safari. In FF looks like the autosizing kicks in  
only when it comes to shorten the textbox' width. In IE6.0 the texbox'  
shows height 0



For more information:
http://code.google.com/p/google-web-toolkit/wiki/LayoutDesign

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors


[gwt-contrib] Re: Comment on LayoutDesign in google-web-toolkit

2009-12-21 Thread codesite-noreply
Comment by j...@google.com:

@Federico: I didn't make it as clear as I should have that these widgets  
require a standards-mode doctype (i.e. ). That should fix  
your IE issue. I'll come back and add assertions to this effect.


For more information:
http://code.google.com/p/google-web-toolkit/wiki/LayoutDesign

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors


[gwt-contrib] Re: Comment on LayoutDesign in google-web-toolkit

2009-10-01 Thread Joel Webber
It is expected that it should work fine on IE[678], and did last time I
checked (and the tests still pass). If you could follow up with the specific
issues you're running into, it would be quite helpful.

On Wed, Sep 30, 2009 at 5:44 AM,  wrote:

>
> Comment by federico.monaldi:
>
> i'm trying to use this new classes from the trunk, everithing works fine in
> firefox but the layout seems doesn't work in explorer is this expected or
> i've miss something?
>
>
> For more information:
> http://code.google.com/p/google-web-toolkit/wiki/LayoutDesign
>
> >
>

--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---



[gwt-contrib] Re: Comment on LayoutDesign in google-web-toolkit

2009-08-06 Thread ggeorg

Hi,

Seems similar to the classes provided by gwt-mosaic, see:

http://gwt-code-reviews.appspot.com/51830/patch/2003/2012
vs
http://code.google.com/p/gwt-mosaic/source/browse/branches/GWT-2.0/src/org/gwt/mosaic/ui/client/LayoutComposite.java

or all the other layout panels and classes:

http://code.google.com/p/gwt-mosaic/source/browse/branches/GWT-2.0/src/org/gwt/mosaic/ui/client/layout/
http://code.google.com/p/gwt-mosaic/source/browse/branches/GWT-2.0/src/org/gwt/mosaic/ui/client/

Can I help or contribute? I am interested to adapt my code to the
"new" classes provided by GWT 2.0

Kind Regards,
George.

On Aug 6, 4:47 pm, codesite-nore...@google.com wrote:
> Comment by j...@google.com:
>
> I just committed the first batch of patches, which includes the core Layout  
> helper, RootLayoutPanel, and LayoutPanel. These classes form the core of  
> the basic capabilities, and I'll be committing more specific widgets (e.g.,  
> DockLayoutPanel, SplitLayoutPanel, etc) over the next couple of weeks. I  
> would follow the review threads on the contributors' list for details.
>
> For more 
> information:http://code.google.com/p/google-web-toolkit/wiki/LayoutDesign

--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---