Re: Stange error with Chrome hosted mode

2011-10-05 Thread mjfan80
Maybe, but the fact is that 1: GWT-EXT is an old library, not maintened anymore 2: with Firefox and IE, also in hosted mode, i don't have any problem... either with chrome in web mode. I have this error only with chrome and hosted mode -- You received this message because you are subscribed to

Re: GWT Developer Plugin for Firefox 7

2011-10-04 Thread mjfan80
Yes there's still problem with firefox 7.01 The worst thik is that i can't make work the plugin with chrome too On 3 Ott, 15:48, Kees de Kooter kdekoo...@gmail.com wrote: This plugin is failing on FF 7.0.1: Sorry, the GWT Developer Plugin only supports Firefox 3.0 - 6.0 at present

Re: HTMLPanel still not rendering CSS in IE/Hosted

2009-07-08 Thread mjfan80
I tried with IE (8) and chrome 2.0 it's not working with firefox is not working... why? is a serious problem On 4 Giu, 23:49, Andrew Perepelytsya apere...@gmail.com wrote: Referring to this gwt group discussionhttp://tr.im/nsSc, the problem is there with GWT 1.6.4. Is it some bug with IE or

No configured mime types found for Accept header: text/x-gwt-rpc; charset=utf-8

2009-01-30 Thread mjfan80
Hi to all I have a Grails + gwt project so the problem can be made by Grails and not by GWT, but i don't know this morning, open up intellij idea, the IDE tell me there's a problem with the iml project file... in the iml there's was strange line around the code... obsiovsly not from the

Re: TreeSet in GWT RPC ?

2008-09-08 Thread mjfan80
I have a similar problem In my project it seams that i can't use treeset i get this error: [ERROR] Type 'org.teepee.gui.client.DataTablePatch' was not serializable and has no concrete serializable subtypes DataTablePatch, the class i want to send via rpc, is: import java.util.TreeSet; public