google-code-export / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 0 forks source link

Bug in BorderLayout setMonitorWindowResize #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using svn code:

    public native void setMonitorWindowResize(boolean monitorWindowResize) /*-{
        var layout = this.@com.gwtext.client.widgets.BaseExtWidget::jsObj;
        return layout.monitorWindowResize = monitorWindowResize;
    }-*/;

I get:

[WARN] JSNI method
'@com.gwtext.client.widgets.layout.BorderLayout::setMonitorWindowResize(Z)'
returned a value of type boolean; should not have returned a v

BR,

Vicente

Original issue reported on code.google.com by vruiz.ju...@gmail.com on 27 Aug 2007 at 5:24

GoogleCodeExporter commented 9 years ago

Original comment by sanjiv.j...@gmail.com on 27 Aug 2007 at 6:35

GoogleCodeExporter commented 9 years ago

Original comment by sanjiv.j...@gmail.com on 27 Aug 2007 at 11:01