Re: How to let Hermes to switch to other properties file rather the default one?

2014-08-06 Thread Fabien DUMAY
Hi Tom, Did you think to enable the i18n permutations? To to setup the german permutation, you have to add few lines in gwt module file (.gwt.xml): inherits name=com.google.gwt.i18n.I18N/ ... set-configuration-property name=locale.useragent value=Y/

Re: How to let Hermes to switch to other properties file rather the default one?

2014-08-06 Thread Tom
I did use ur code, but it didn't work as it still pick the default ID (id=1245) On Wednesday, August 6, 2014 5:21:31 PM UTC+10, Fabien Dumay wrote: Hi Tom, Did you think to enable the i18n permutations? To to setup the german permutation, you have to add few lines in gwt module file

Re: How to let Hermes to switch to other properties file rather the default one?

2014-08-06 Thread Fabien DUMAY
Sorry, I didn't know what was Hermes. I've never used it, so I am not able to help. Good luck. Le 6 août 2014 à 10:39, Tom henry...@gmail.com a écrit : I did use ur code, but it didn't work as it still pick the default ID (id=1245) On Wednesday, August 6, 2014 5:21:31 PM UTC+10,

Can we use multiple mvp using single Entry point.

2014-08-06 Thread Naveen
Can we use multiple mvp using single Entry point.(multiple activity mapper and multiple activity manager for single Entry point.) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from

Re: Window.confirm() on Chrome 16 throws an exception.

2014-08-06 Thread Reinhard Stein
I have the same problem on GWT 2.6. Any news on this? In Super Dev Mode in Chrome I get the following message, but no stack trace: Exception caught: (TypeError) : Cannot read property 'element' of null On Thursday, November 10, 2011 1:16:42 PM UTC+1, Stefano Ciccarelli wrote: I'm using GWT

Re: Encounter an invalid stream header

2014-08-06 Thread Rooney Wayne
I run into the same problem. Did you figure it out after several years? 在 2009年7月13日星期一UTC+8下午6时16分59秒,N@oj写道: Hello, I'm still working on it... and remain stuck! Here comes a new discovery : sending a serialized object to the servlet failed because headers seem invalid. But when the

Cant initialize GWTTestCase

2014-08-06 Thread Sien Liu
Hi, Was trying to set up unit tests using GWTTestCase. However, something very strange happened and it has been haunting me for hours. Below are errors that I encountered during the initialization of a GWTTestCase test class. [WARN] 404 - GET

Errors in initialization of the test classes extending GWTTestCase

2014-08-06 Thread Sien Liu
Hi, Was trying to set up unit tests using GWTTestCase class. However, something very strange happened during the initialization of the test classes. The problem has been haunting me for hours. Please help! Below is the error I encountered: [WARN] 404 - GET

Re: Can we use multiple mvp using single Entry point.

2014-08-06 Thread Jens
Sure. It is great for defining multiple display areas in your app. Take a read: http://blog.ltgt.net/gwt-21-activities-nesting-yagni/ -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving

Re: Can we use multiple mvp using single Entry point.

2014-08-06 Thread Naveen
Thanks for your reply. In my case , display content place should be same for all activity manager. Based on place activity manager should load. Ex : ActivityManager module1ActivityManager = new ActivityManager(1stModuleActivityMapper,

Re: How to let Hermes to switch to other properties file rather the default one?

2014-08-06 Thread Tom
found solution that is to use MyConstants in client, public interface MyConstants extends ConstantsWithLookup{ String id(); } MyConstants_de.properties id=2121 MyConstants.properties id=4545 In server MyConstants myConstants = Hermes.get(MyConstants.class, ); myConstants.id();

Re: GWT Developer Plugin no longer works with Chrome on Linux

2014-08-06 Thread Magnus
Hi, thank you, good explanation! I think I got it now. The code server is running and I am able to run my app. But there is one limitation: I cannot see my sources! According to a howto http://lumpofcode.blogspot.de/2012/11/configuring-gwt-codeserver-and.html that I found on the web, the

[gwt-contrib] What's the current plan for GWT 2.7 release?

2014-08-06 Thread Александр Новоселов
Will you update to Jetty 9.2 (with JVM 8 support)? What's the schedule: how many days/weeks/months before beta/rc/release version? -- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving emails from

[gwt-contrib] GWT 2.6.1 Supported Browser

2014-08-06 Thread Mohammed Sameen
Hi, What are the Major Browser supported by GWT 2.6.1?FireFox,Chrome,IE version?any clue?Thanks -- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving emails from it, send an email to

[gwt-contrib] Re: GWT 2.6.1 Supported Browser

2014-08-06 Thread Jens
It is a bit hidden but: http://www.gwtproject.org/doc/latest/FAQ_GettingStarted.html#Browsers_and_Servers However I am not aware of any real policy for supported versions of ever green browsers that automatically update in background like FireFox, Chrome, Opera. -- J. -- You received this

[gwt-contrib] Re: GWT 2.6.1 Supported Browser

2014-08-06 Thread Mohammed Sameen
Jens,Thanks for your reply..I am upgrading my application from GWT 2.5.1 to GWT 2.6.1.Is there any impact? On Wednesday, August 6, 2014 1:04:53 PM UTC+5:30, Mohammed Sameen wrote: Hi, What are the Major Browser supported by GWT 2.6.1?FireFox,Chrome,IE version?any clue?Thanks -- You

[gwt-contrib] Re: GWT 2.6.1 Supported Browser

2014-08-06 Thread Jens
Jens,Thanks for your reply..I am upgrading my application from GWT 2.5.1 to GWT 2.6.1.Is there any impact? If you still support IE6 / 7 you have to manually re-enable these permutations in GWT 2.6.1. They are disabled by default (= deprecated) because GWT 2.7 won't support IE 6/7 anymore.

[gwt-contrib] Re: What's the current plan for GWT 2.7 release?

2014-08-06 Thread Gilberto Torrezan Filho
It's easier to understand and accept the schedule from GWT project (or any other Google or driven-by-Google-culture project) when you apply the Valve time calendar to it. Yes, Valve is the pioneer (that's why the calendar received their name), but a lot of companies and groups use that

[gwt-contrib] Re: What's the current plan for GWT 2.7 release?

2014-08-06 Thread Jens
GWT 2.7 isn't released yet because 2.7 wants you to have a better/faster/easier-to-set-up SDM and there is still some work to be done. -- J. -- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this group and stop receiving

Re: [gwt-contrib] Discussion: Elemental Json

2014-08-06 Thread Manuel Carrasco Moñino
On Sat, Aug 2, 2014 at 2:55 AM, 'Ray Cromwell' via GWT Contributors google-web-toolkit-contributors@googlegroups.com wrote: It is likely that all of the non-collections stuff is going to be totally redone with JsInterop. The actual collections interfaces (ArrayOf, etc) as well as Json, we