Re: porting older app from 2.5.0 to 2.8.2

2019-08-11 Thread Ignacio Baca Moreno-Torres
I'm not sure how difficult is to make it compile with GWT 2.8, if even possible, but officially only GXT 4 is compatible with GWT 2.8: https://docs.sencha.com/gxt/4.x/guides/getting_started/migration/MigrationGWT28.html On Sun, Aug 11, 2019 at 9:14 PM Blaze wrote: > Hi all, > > I was wondering i

porting older app from 2.5.0 to 2.8.2

2019-08-11 Thread Blaze
Hi all, I was wondering if some one can help me on this one... I have a older app which uses gxt.2.2.5-gwt22.jar, and when compiling with gwt 2.8.2 Im getting some errors like this: [ERROR] Errors in 'jar:file:/x/gxt-2.2.5-gwt22.jar!/com/extjs/gxt/ui/client/widget/form/ListField.java'

Re: elemental2: Document.createEvent ?

2019-08-11 Thread Vassilis Virvilis
Hi Peter, Thanks for replying and for pointing me to the github issue. I am thinking the following strategy. Create a MyHTMLDocument that extends HTMLDocument and it has the execCommand but without the @Override annotations. That way when HTMLDocument gets execDocument implemented I will get a