ClassCastException when service is included

2012-03-29 Thread Vlad
) at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java: 363) at java.lang.Thread.run(Unknown Source) GWT 2.4.0 - Eclipse Can you please point me to a solution? Vlad -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

R: Re: R: Re: Re: Can't install Google Web Toolkit Developer Plugin under Chrome

2011-07-14 Thread Vlad
Nope, I try to install the plugin from a folder where it has been extracted... Il giorno mercoledì 13 luglio 2011 17:45:40 UTC+2, Chak Lai ha scritto: You may want to try the offline installation Chrome - https://dl.google.com/dl/gwt/plugins/chrome/gwt-dev-plugin.crx Is there anywhere a log

R: Re: Re: Can't install Google Web Toolkit Developer Plugin under Chrome

2011-07-13 Thread Vlad
Hi Chris, I turned off the firewall to avoid any conflict, and also added my ip address, something like 26.2, and the loopback ip address to the GWT Developer option page, but Chrome still asks for installing the Google Web Toolkit Developer Plugin. -- You received this message because

R: Re: Can't install Google Web Toolkit Developer Plugin under Chrome

2011-07-07 Thread Vlad
Hi Chris, the OS is Windows XP 5.1.2600 SP2, and the browser has been installed via the installer easily downloadable from http://www.google.com/chrome/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web

Can't install Google Web Toolkit Developer Plugin under Chrome

2011-07-04 Thread Vlad
I was starting coding with GWT following the tutorial at http://code.google.com/intl/it/webtoolkit/doc/latest/tutorial/create.html when the tutorial tells to connect to the 'development mode code server' the browser ask to install a plugin. With Firefox everything works fine, but with Chrome

Re: Firefox Plugin for GWT not downloading

2011-01-27 Thread vlad...@gmail.com
Can't run in dev mode on Chrome (Windows 7) anymore. Says that Development Mode requires the Google Web Toolkit Developer Plugin but plugin is already installed and was working yesterday. Will check on ubuntu soon -- You received this message because you are subscribed to the Google Groups

Re: String.matches() does not work with \p{ASCII}

2010-08-13 Thread Vlad
compilation your matches() is performed on the browser with its regex engne and it fails. well u have to rewrite the pattern \\p{ASCII}* to JS compatible fashion On 12 Aug., 00:39, Vlad vsinit...@gmail.com wrote: Hi, I have a simple code that works correctly in development mode

String.matches() does not work with \p{ASCII}

2010-08-12 Thread Vlad
Hi, I have a simple code that works correctly in development mode but fails to run on production. Basically, I need to check if the text entered by user contains only ASCII characters. So, I do the following: String s = getTextArea().getText(); if(s.matches(\\p{ASCII}*)) { ... } else { // Some

Access to AsyncFragmentLoader$HttpDownloadFailure

2010-02-07 Thread Vlad Skarzhevskyy
recover from some known errors? BTW the StatusCodeException with nearly the same meaning is public in RPC package com.google.gwt.user.client.rpc. Vlad PS For now I'm just looking for the string HTTP download failed with status 404 in Throwable message to recover from this errors. -- You received

GWT using GET for RPC calls

2009-10-26 Thread Vlad
/ userPreferences.rpc HTTP/1.1 500 57 - - 33269 - Could you please advice is it GWT bug or not? Does anybody run into the same issue? Thank you in advance, Vlad --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit

GWT1.6.4 multiple module and gwt-ext

2009-08-18 Thread Vlad
When putting multiple GWT modules on the html host page that use gwt- ext library there is JavaScript error and only in the OBFuscated mode. Everything works just fine in the PRETTY mode. Most likely the error is caused by the name collision in the obfuscated mode when method aa1 () from one

changing keyboard input language

2008-11-26 Thread Vlad
is appreciated. Thanks in advance, Vlad --~--~-~--~~~---~--~~ 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 To unsubscribe from this group, send email