Zugang spezifische Funktion des Betriebssystems (iOS, Android, Windows Phone)

2014-12-29 Thread Brotinger
Hi, I want to develop a new website for an idea that I have and I want to use GWT for it. I´ve just one short general question, for that I can´t find a answer at the moment: This website I plan to start should be running in a normal browser on a computer and on mobile devices. On mobile

Issue regarding NumberFormat

2014-12-29 Thread Gaurav Mourya
Hi All, I am using GWT 2.5.1 and I have an issue regarding “NumberFormat” supports for multiple language. Please refer the following below URL : - http://samples.gwtproject.org/samples/Showcase/Showcase.html?locale=en_GB#!CwNumberFormat As per required pattern I’ll be not getting value.

Device specific function of the operating system (iOS, Android, Windows Phone)

2014-12-29 Thread Brotinger
Hi, I want to develop a new website for an idea that I have and I want to use GWT for it. I´ve just one short general question, for that I can´t find a answer at the moment: This website I plan to start should be running in a normal browser on a computer and on mobile devices. On mobile

Re: Issue regarding NumberFormat

2014-12-29 Thread Ignacio Baca Moreno-Torres
The dot (.) inside the pattern is a token that represent the 'decimal separator', and the decimal separator for fr is a comma (,). https://github.com/gwtproject/gwt/blob/master/user/src/com/google/gwt/i18n/client/constants/NumberConstantsImpl_fr.properties On Monday, December 29, 2014 10:24:34

Re: Finding out what Primary Linker is Active, inside a Post Linker

2014-12-29 Thread Jens
Maybe I'm missing something, but looking at the code briefly, I see that StandardLinkerContext()'s constructor takes the ModuleDef, and the ModuleDef is passed around throughout the linking process, so I'm guessing a strong reference to the ModuleDef would persist throughout the linking

Re: GWT for Web Development (again)

2014-12-29 Thread ailinykh
The problem you describe is relevant to any AJAX framework. Using GWT doesn't make it worse or better. At the end of the day you have a bunch of javascript code. It doesn't matter if you create it manually or by GWT compiler. Thank you, Andrey On Wednesday, December 24, 2014 11:12:43 PM

Re: Device specific function of the operating system (iOS, Android, Windows Phone)

2014-12-29 Thread Thad Humphries
Check out mgwt and gwt-phonegap at http://www.m-gwt.com/ So far I've not used gwt-phonegap, so I'll leave that portion to others on the mgwt users list. However I'm quite pleased with mgwt's handling of mobile browsers for Android and iOS. On Monday, December 29, 2014 5:34:15 AM UTC-5,

Re: Adding external jars to eclipse GWT projects

2014-12-29 Thread Thad Humphries
Are you trying to use Gson in client-side code? That will not work. (see http://www.gwtproject.org/doc/latest/DevGuideCodingBasics.html) GWT includes the package com.google.gwt.json.client for client-side JSON. You can use Gson or another JSON package on the server-side (I use json.org). On

how not to cache background image?

2014-12-29 Thread Magnus
Hello, I set the background image of a web app in the root panel like this: getElement().getStyle.setBackgroundImage(url); When I change the background image, I only change a symbolic link on the server, so the url remains the same. However, when I change it, the users still see the old

Super Dev Mode (Compile Button is Missing) when using SSL

2014-12-29 Thread paata
hello gwt team, I'm just starting to use GWT Super Dev. Mode. Also I want to use SSL. without ssl everything works fine. but when I add this parameter into Eclipse : -server :keystore=/path/to/my/keystore/.keystore,password=X The Compile Button is missing :( I have attached image