Re: Compiling Project using GWT 2.6.1 throwing issue

2014-12-02 Thread Mohammed Sameen
Thanks juan...Yes you are correct..i used unsupported classes .. On Tuesday, December 2, 2014 5:16:52 PM UTC+5:30, Juan Pablo Gardella wrote: > > You are trying to compile unsupported classes, see > http://www.gwtproject.org/doc/latest/RefJreEmulation.html > > On 2 December 2014 at 07:06, Mohamm

Re: Compiling Project using GWT 2.6.1 throwing issue

2014-12-02 Thread Mohammed Sameen
Thanks june...Yes you are correct..i used unsupported classes .. On Tuesday, December 2, 2014 5:16:52 PM UTC+5:30, Juan Pablo Gardella wrote: > > You are trying to compile unsupported classes, see > http://www.gwtproject.org/doc/latest/RefJreEmulation.html > > On 2 December 2014 at 07:06, Mohamm

GWT 2.6.0 to 2.7.0 leads to compiler error 'java.lang.IncompatibleClassChangeError'

2014-12-02 Thread Thomas Broyer
You must have an incompatible version of ASM in your build path. ASM only ensures backwards compatible starting with version 4, earlier versions should have been repackaged but it's not always the case (people have listed Hibernate as a culprit for example) -- You received this message because

GWT 2.6.0 to 2.7.0 leads to compiler error 'java.lang.IncompatibleClassChangeError'

2014-12-02 Thread Stephan Beutel
Hello, after switching to GWT 2.7.0 I cannot build our project anymore. I cleaned everything in my Maven target folder (gwt unit cache, build classes, ...) but with no luck. Every time I get this stacktrace: [INFO] [ERROR] Unexpected internal compiler error [INFO] java.lang.IncompatibleClassCh

Re: Compiling Project using GWT 2.6.1 throwing issue

2014-12-02 Thread Mohammed Sameen
thanks Juan.. On Tuesday, December 2, 2014 5:16:52 PM UTC+5:30, Juan Pablo Gardella wrote: > > You are trying to compile unsupported classes, see > http://www.gwtproject.org/doc/latest/RefJreEmulation.html > > On 2 December 2014 at 07:06, Mohammed Sameen > wrote: > >> Hi, >> I have created proj

Re: custom elementparser for UiBinder

2014-12-02 Thread Jens
> > ParentComponent class has > @UiChild(tagname="ChildComponent") > public void add(ChildComponent c) {} > > If the UiBinder has > > > > Then it works > > But if I have > > > > > > Then I get a compoile error MyTest.ui.xml has no ui:field attribute for > .MyTest#child1 > > Any ideas? I'm

Re: custom elementparser for UiBinder

2014-12-02 Thread AJ
That sort of helps, but now I can't get ui:field to be recognized in the child. For instance: ParentComponent class has @UiChild(tagname="ChildComponent") public void add(ChildComponent c) {} If the UiBinder has Then it works But if I have Then I get a compoile error MyTest.ui.xml has

Re: CellTable gets cut off at bottom of browser window; vertical scroll unavailable

2014-12-02 Thread Henrik Lernmark
This aproach works for me: ScrollPanel scrollPanel = new ScrollPanel(); /* Use another panel type if you wan't more widgets within the scrollbars */ SimplePanel tablePanel = new SimplePanel(); CellTable cellTable = new CellTable(); tablePanel.add(cellTable); scrollPanel.add(tablePanel); /* Here y

Problem with dynamic tables

2014-12-02 Thread Carsten Spieker
Hello, we have a big problem using GWT tables in combination with Internet Explorer 11. Our software is a form management system with which a user can create forms with a WYSIWYG editor. The systems uses GWT to render these forms within the browser. In some - more or less strange - circumstan

Problem with dynamic table

2014-12-02 Thread Carsten Spieker
Hello, we have a big problem using GWT tables in combination with Internet Explorer 11. Our software is a form management system with which a user can create forms with a WYSIWYG editor. The systems uses GWT to render these forms within the browser. In some - more or less strange - circumstan

Re: Compiling Project using GWT 2.6.1 throwing issue

2014-12-02 Thread Juan Pablo Gardella
You are trying to compile unsupported classes, see http://www.gwtproject.org/doc/latest/RefJreEmulation.html On 2 December 2014 at 07:06, Mohammed Sameen wrote: > Hi, > I have created project using gwt 2.6.1,jdk 1.7 while compiling its > throwing the below exception.Can any body help me how to f

Compiling Project using GWT 2.6.1 throwing Exception

2014-12-02 Thread Mohammed Sameen
Hi, I have created project using gwt 2.6.1,jdk 1.7 while compiling its throwing the below exception.Can any body help me how to fix this issue? * Validating units:* * Ignored 2 units with compilation errors in first pass.* *Compile with -strict or with -logLevel set to TRACE or DEBUG to see

Compiling Project using GWT 2.6.1 throwing issue

2014-12-02 Thread Mohammed Sameen
Hi, I have created project using gwt 2.6.1,jdk 1.7 while compiling its throwing the below exception.Can any body help me how to fix this issue? * Validating units:* * Ignored 2 units with compilation errors in first pass.* *Compile with -strict or with -logLevel set to TRACE or DEBUG to see