IE6 RPC Failure

2010-08-26 Thread Charlie M
) com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java: 222) java.lang.Thread.run(Unknown Source) Has anyone else experience something like this before or that any ideas? Thanks, Charlie M -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: Running gwt js on second server

2010-08-26 Thread Charlie M
the images into these bundles as well. As it will improve load times a lot. Charlie M Stefan Bacherthttp://gwtworld.de On 22 Aug., 19:38, Pieter pieter.vandenb...@gmail.com wrote: I have created a basic basic gwt application running on ServerA. Now I want a designer to be able to write

Re: GWT Developer Plugin works only sometimes

2009-11-25 Thread Charlie M
they uses the module name as the root of their serverlets url. Did you open an issue on this? Charlie M On Nov 20, 8:58 am, cromoteca luci...@virgilio.it wrote: Hi, yesterday I installed GWT 2.0 RC1 and it seems to work randomly. Before opening an issue, I'd like to know if I'm the only one

Re: GWT Developer Plugin works only sometimes

2009-11-25 Thread Charlie M
Just in case any one is intersted. I have raised an issue for this: http://code.google.com/p/google-web-toolkit/issues/detail?id=4274 Charlie M On Nov 25, 1:01 pm, Charlie M charlie@gmail.com wrote: Hi have exactly the same experince. I have followed it through with a debugger. Whats

Re: GWT 2.0 Javascript IE Crash

2009-11-23 Thread Charlie M
it. Thanks, Charlie M On Nov 20, 4:21 pm, jd jdpatter...@gmail.com wrote: I wonder if this is the bug that I am also seeing.  I am running 2.0RC2 and in IE6 also get an Illegal Argument error when I run it as compiled JS.  From hosted mode this exception is thrown

Re: GWT 2.0 Javascript IE Crash

2009-11-20 Thread Charlie M
. com_google_gwt_core_client_impl_Impl_entry0__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2 JScript anonymous function gwtOnLoad maybeStartModule JScript anonymous function JScript global code Thanks, Charlie M On Nov 17, 7:33 pm, Chris Ramsdale cramsd...@google.com wrote: Would you mind entering

GWT 2.0 Javascript IE Crash

2009-11-16 Thread Charlie M
() , com_google_gwt_core_client_impl_SchedulerImpl_runScheduledTasks__Lcom_google_gwt_core_client_JsArray_2Lcom_google_gwt_core_client_JsArray_2V (com_google_gwt_core_client_impl_SchedulerImpl_FINALLY_1COMMANDS, com_google_gwt_core_client_impl_SchedulerImpl_FINALLY_1COMMANDS)); --com_google_gwt_core_client_impl_Impl_entryDepth; } } Does anyone have any ideas. Thanks, Charlie M -- You received

Changing Browser Detection

2009-09-18 Thread Charlie M
is: User-Agent: Mozilla/5.0 (compatible; ANTGalio/2.1.19.06.05; NT5.01sp3/ x86) How will GWTs boot strap handle this user agent. Is there any well to tell what its detected it as and to tell GWT what browser to treat it as. Thanks, Charlie M

Re: clear.cache.gif missing from all IEs

2009-07-16 Thread Charlie M
I have worked out my problem. It was an IE cache issue. It was putting the clear.cache.gif in correctly. Charlie M --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group

clear.cache.gif missing from all IEs

2009-07-15 Thread Charlie M
. Has anyone else experienced this with GWT 1.7? Charlie M --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com

IE 8 Image Bundle Issue

2009-07-09 Thread Charlie M
to it. If I put it in to qerks mode it works fine like it does in IE7. Using IE8 developer tools it appears as though the img element its self is the wrong size. Each image is 16 x 16 however the img element is set to 32x16. On firefox its the correct size of 16x16. Anyone else experienced this. Charlie