GWT Developer Plugin for firefox 11 (Windows XP)

2012-09-12 Thread G P
Hi everybody! Could you tell me, please, where can i download GWT Developer Plugin for firefox 11 (Windows XP)? Links like that http://acleung.com/gwt-dev-plugin-ff11.xpi are not available anymore... -- You received this message because you are subscribed to the Google Groups "Google Web Toolk

Re: GWT - dev environment ...

2012-07-16 Thread g p
I have been using Ubuntu x64 and GWT/Eclipse for three years at as my work dev environment. Have upgraded both Ubuntu, Eclipse, all this time, to the latest versions. Never used the WindowBuilder (was not even free when I started this project, so had to stay away from it). As previous messages sai

Re: No source code is available for type com.google.code.p.gwtchismes.client.GWTCDatePicker

2012-04-04 Thread g p
Have you read and followed the steps described at http://code.google.com/p/gwtchismes/wiki/GwtChismes_QuickStart ? On 4 April 2012 11:31, Mithun wrote: > Hi, > > At the time of building our project, we are getting following error: > > [ERROR] Line 51: No source code is available for type >

Best way to chain callbacks?

2010-07-20 Thread g p
OK I am sure all of you have come up against this beast at some time during your development process. In order to get results from a backend server you have to make a series of calls to fetch data. And to make it worse the subsequent calls are based on data collected at the previous steps of this c

Re: Can i get url parameters values in my gwt java code?

2010-06-09 Thread g p
Window.Location.getParameter("debug") On 9 June 2010 15:27, nacho wrote: > Hi, i want to put a parameter in the url and get it value from my gwt > java code. > > For example, if i go in the browser to > http://localhost:8080/MyApplication/Hostedpage.html?debug=true > > I want then in my java cod

Re: How can I prevent from reloading the page when the reload button on browser is clicked?

2010-06-01 Thread g p
You could look into the Html5' s local storage mechanism for saving your application's state before a reload happens. You can also decide what part of the state you want to save, thus reloading gracefully the most important parts of your application and letting the user do the needed actions to rea

Re: SmartGWT 2.1 doesn't work

2010-05-13 Thread g p
Remove everything related to smartGWT and test that your GWT code works for start. Make sure that you are compiling for the right browser etc. Then add a small smartGWT feature like a Label and test to see if you can make it appear in your application. That should have prepared the road for you to

Re: GWTFeedReader broken ?

2010-04-09 Thread g p
Hmm ... from its how to build: " 1. Check out the Google Web Toolkit as described in Making GWT Better - Checking out the GWT 1.4 release branch is recommended instead of trunk" Maybe this is why you get the errors? It looks

Re: How to retrieving texts from .properties file dynamically?

2010-04-03 Thread g p
Better use one attribute and include your texts delimited with a special character (i.e. #). One that you do not expect to have into your texts. Then pull that attribute with the normal way and break the string with a split and use that table to create your desired format for your output to your us

Re: GWT and HTML5 Client-side Storage

2010-03-23 Thread g p
Check this project out: http://code.google.com/p/gwt-mobile-webkit/wiki/StorageApi Cheers! On 22 March 2010 14:25, Giancarlo wrote: > Hello! > Has anybody a good idea of how to store Java objects into HTML5 > standard Client-side Stor

Re: What causes com.google.gwt.core.client.JavaScriptException, and how to trace it?

2010-01-21 Thread g p
When you press the compile button in Eclipse, there is a drop down menu called: Output Style. One of the options there is the detailed. I suppose that would do the trick ... 2010/1/21 John V Denley > Id still like to know how to set this setting via eclipse, which im > sure is very simple for so

Re: GWT/SmartGWT

2009-11-07 Thread g p
Yes, do ask at the above mentioned forum, but as a general rule, try not to mix the two libraries. Stick to SmartGWT widgets. The two libraries do not behave well to each other when they are part of the same panel etc. For your case have a look at the Tab widgets provided by the SmartGWT library (i

Re: Timers

2009-10-23 Thread g p
You might want to have a look here as well: http://googlecode.blogspot.com/2009/07/gmail-for-mobile-html5-series-using.html Cheers! 2009/10/22 ben fenster > > i was wondering how many timers can operate together and how would a > collisution between them effect performence > > is it better to u

Re: TomTom in Amsterdam hiring

2009-10-20 Thread g p
Dear Vicio, Can I please have a description for this job opening?Thanks in advance! 2009/10/18 Vicio > > Hi, > > sorry for the off topic. > > In TomTom (Amsterdam) we are looking for GWT developers, the job post > is not still available in the website but please send me a private > email to rec

Re: SmartGWT Extensions

2009-09-25 Thread g p
I know this might sound stupid, but always double check the names between the ListGridField and the DataSourceField . If the do not exactly match the data won't be pulled by the ListGrid. A good way to make sure your ListGrid works with your DataSource is to set the DataSource as clientOnly and use