code splitting in abstract class

2012-02-09 Thread aim
Hi! In my current GWT project I have abstract class and many subclasses of it and they depends on other heavy parts of application. I need split somehow all parts that depends on each inheritor but I can't add manually GWT.runAsync in childs. Can I declare something in abstract class to tell G

Re: Plugin fails to connect to hosted mode server

2011-01-19 Thread Aim
I also have upgraded my application to GWT 2.1.1 and plugin on chrome has started failing. Although it's working on IE. Strange as most of the time it's IE which is trouble maker :) Thanks, On Dec 24 2010, 9:20 am, Sethu wrote: > Not seeing any alternative. I have raised an issue for > thishttp

Style tabs in DecoratedTabPanel

2009-05-30 Thread Aim
Hi I am new to GWT. Its quite interesting lib and i was able to play with most of stuff except that i am having really hard time decorating DecoratedTabPanel 's tabs. What i want to do is - just change tab 's background color and fonts.. that's it. Kindly suggest. Thanks in advance. Regards Am