Re: LocaleInfo.getAvailableLocaleNames() regression in GWT 2.4 and 2.5.

2013-05-02 Thread Thomas Broyer
On Thursday, May 2, 2013 3:30:44 AM UTC+2, Arkady wrote: > > Hi, > > I have the following settings in my gwt.xml file: > > > > > > In GWT 2.3, when I invoked LocaleInfo.getAvailableLocaleNames(), I got > back: > > default, en, en_AS, en_AU, en_BE, en_BW, en_BZ, en_CA, en_GB, en_GU, > e

Re: Retrieving entities with Request Factory.

2013-05-02 Thread Thomas Broyer
On Thursday, May 2, 2013 4:22:15 AM UTC+2, Aman Sharma wrote: > > I have following method which should return a list of PollProxy. > > public List getPollList(){ > List polls; > > requestFactory.userRequest().findUser(Cookies.getCookie("user")).with("polls").fire( > new Receiver()

Re: GWT 2.5.1 - Incubator Deprecated Classes

2013-05-02 Thread Sivakumar Natarajan
On Thursday, April 25, 2013 3:55:29 PM UTC+5:30, Sivakumar Natarajan wrote: > > We are migrating one of our web projects written in gwt 2.4.0 to 2.5.1. We > see that the gwt-incubator classes has been deprecated in 2.5.1. We could > nt find the alternative classes for the corresponding incubato

Re: GWT 2.5.1 - Incubator Deprecated Classes

2013-05-02 Thread Sivakumar Natarajan
Thanks for giving us the details Andrea. The other imports we are using here I have given below. The intent of this migration is mainly to make the Web project ADA and 508 Compliant. There is an assumption that migrating everything from GWT 2.4 to 2.5.1 will take care of the ADA compliance. wou

Re: The app is not loading in Safari?

2013-05-02 Thread Fille
Someone that have/had a similar problem or solution? Can't get it to work. It just get stuck and displays an empty white page. Den tisdagen den 30:e april 2013 kl. 08:10:37 UTC+2 skrev Fille: > > Hi, yes I'm certain :) Thanks for your reply. > > I found something that could be the problem, but th

Re: ONLINE PROJECT SUPPORT FOR DEVELOPERS IN .NET

2013-05-02 Thread Ian Mayo
Group moderators: can we get this account blocked from the group? Clearly it's just spam. Cheers, Ian -- 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 it, send an email to go

Re: The app is not loading in Safari?

2013-05-02 Thread Jens
Hm didn't have any issues with Safari + GWT on Mac. Do you have any Safari extensions installed that you can disable/uninstall? Does Safari really hang with spinning beach ball of death or do you just have a blank page? -- J. -- You received this message because you are subscribed to the Goog

Re: Best Practices/Tips to Achieve Great Performance/Memory/etc

2013-05-02 Thread Ashton Thomas
I would like to add some more references here within the context of Memory management. -- http://www.draconianoverlord.com/2010/11/23/gwt-handlers.html To avoid application-level memory leaks, when adding event handlers, you need to think about: What is the scope of the

Re: The app is not loading in Safari?

2013-05-02 Thread Fille
I have no extensions on Safari. The beach ball is constantly spinning and the status bar displays something like: "Reading http://webapp.com, done with 12 object". If I change the User-Agent in Safari to "Safari iOS 4.3.3 - iPhone" the page does load. But not when it uses the default User-agen

Re: The app is not loading in Safari?

2013-05-02 Thread Jens
> The beach ball is constantly spinning and the status bar displays > something like: "Reading http://webapp.com, done with 12 object". > > If I change the User-Agent in Safari to "Safari iOS 4.3.3 - iPhone" the > page does load. But not when it uses the default User-agent. > Does your app use

Re: Could not find the main class: com.google.gwt.user.tools.WebAppCreator

2013-05-02 Thread Michael Prentice
What is your configuration? Are you using the GPE? Is GWT installed via the GPE or separately? Under Window->Preferences->Google->Web Toolkit, is your SDK listed and is the location correct? Can you find WebAppCreator in your GWT SDK directory? Mine is here: eclipse\plugins\com.google.gwt.eclip

Re: The app is not loading in Safari?

2013-05-02 Thread Benjamin Possolo
Try completely deleting the safari browser cache, cookies, history, etc. then verify you have all the latest safari updates. I'm guessing u have some deferred binding issue as well but if not, the above may kickstart the browser. -- You received this message because you are subscribed to the

Re: Image widget not attached?

2013-05-02 Thread brec
Here is a summary of the solution in case it helps anyone. Because I had chosen to implement the image code within a second pseudo-widget (...extends Composite) that shared my UiBinder template with the main pseudo-widget that implements most of my app's UI, I got into trouble. I neglected to ad

Re: The app is not loading in Safari?

2013-05-02 Thread Fille
I do use deffered binding for different languages. But I do not touch user.agent property. And yes I have form-factor support, I agree there might be some problem with what. I use form-factor support from GWTP, so I guess I will ask there, Thanks for your help. Den torsdagen den 2:e maj 201

Re: The app is not loading in Safari?

2013-05-02 Thread Fille
I've tried that too, but it didn't work. I'll investigate the form-factor deffered-binding stuff. Thanks. Den torsdagen den 2:e maj 2013 kl. 16:53:51 UTC+2 skrev Benjamin Possolo: > > Try completely deleting the safari browser cache, cookies, history, etc. > then verify you have all the latest

Re: Best Practices/Tips to Achieve Great Performance/Memory/etc

2013-05-02 Thread Ümit Seren
Most of your links refer to optimizations for writing pure javascript code. GWT actually takes care of many of these issues out of the box . For example ClientBundle helps to avoid too many HTTP requests and include CSS optimizations. That doesn't mean that it is impossible to write slow GWT app

How to implement a password forgot function?

2013-05-02 Thread shinobiofmoon
Hello everyone, im working on a password forgot function. I already can send a link to the to the user so that he can reset his password. Now i got stuck with the link? What i want is, that when the user clicks on the link he can see the Login page and a reset password dialog has to pop up. S

Re: java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory

2013-05-02 Thread Kris
I changed to 1.6 1.6 project -> Java Build Path -> Source -> Default output folder = ppmock/target/ppmock-1.0.0-SNAPSHOT/WEB-INF/classes project -> Google -> Web Application -> WAR directory = target/ppmock-1.0.0-SNAPSHOT "Launch and deploy from this directory (disbaled because this is a Maven

Re: ONLINE PROJECT SUPPORT FOR DEVELOPERS IN .NET

2013-05-02 Thread Bhaskar Janakiraman
Done. Bhaskar On Thursday, May 2, 2013 6:13:38 AM UTC-7, Ian Mayo wrote: > > Group moderators: can we get this account blocked from the group? > > Clearly it's just spam. > > Cheers, > Ian > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" gro

How to style TextButton?

2013-05-02 Thread membersound
Hi, how can I style a TextButton? I applied the following to my global css file, but it does not change anything: .gwt-TextButton { background: none !important; border-color: none !important; } -- You received this message because you are subscribed to the Google Groups "Google Web To

Re: How to style TextButton?

2013-05-02 Thread Jens
TextButton uses the appearance pattern. You have to provide an instance of ButtonCellBase.DefaultAppearance with your custom ClientBundle/CssResource. Very similar to what you would do if you want to style CellTable. -- J. Am Donnerstag, 2. Mai 2013 20:31:11 UTC+2 schrieb membersound: > > Hi, >

Found bug? Concerning possible jumping pointer

2013-05-02 Thread Joachim Nielandt
I created a website with a couple of subpages, every time the user clicks the button to change 'page' I call a method that constructs a new panel (and new content), which is added to the rootpanel (after clearing it). The website has a main page with an image on it, and the main page can be acc

Re: CellTable - how to change icon positon?

2013-05-02 Thread Craig Mitchell
I wanted something similar (to align the sort icon next to the text, on the right hand side). Here's how I did it. 1. Removed the default icons. See: http://stackoverflow.com/questions/9638940/gwt-celltable-remove-the-sorting-arrow-from-a-header 2. Created my own Header class. Ie: public clas

WindowBuilder (GWTDesigner) error

2013-05-02 Thread Mike Dee
I'm getting the following error when I try to switch to design mode. GWT Designer can't load a module because of error in gwt.xml module description, incorrect resource which requires processing with GWT generator or by some other configuration error. Please check your *$project_dir/.gwt/.gwt-l