Re: PopupPanel greyed by setGlassEnabled

2011-04-27 Thread Micha Roon
h:http://code.google.com/googleapps/appsscript/class_decoratedpopuppane... > > > > > > > > On Tue, Apr 26, 2011 at 4:05 PM, Micha Roon wrote: > > I have a LoginView which is displayed in a PopupPanel on which I set > > setGlassEnabled(true) > > > The issue

Re: GWT app does not work in IE

2011-04-27 Thread Micha Roon
${gwt-maven-plugin} DETAILED TRACE /SertalVision.html false compile test On Apr 26, 10:02 pm, Micha Roon

PopupPanel greyed by setGlassEnabled

2011-04-26 Thread Micha Roon
I have a LoginView which is displayed in a PopupPanel on which I set setGlassEnabled(true) The issue is, that the content of the panel itself are grayed out too. Everything works, it is just gray. I would be thankful to know what I am doing wrong. There are two files involved: LoginView.ui.xml a

GWT app does not work in IE

2011-04-26 Thread Micha Roon
found is to tell people to install ChromeFrame, but one reason I chose GWT was for its browser portability. Any hint is appreciated. Micha -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to

Change the message look and feel on MayStop

2011-04-07 Thread Micha Roon
The standard message is a javascript alert. Is there a way to have a GWT Popup instead? -- 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 grou

International SimplePager

2011-01-06 Thread Micha Roon
How can the text for the pager be changed so that it displays in the application's locale? A my application is in French and German, I need the text to be "1 à 10 de 14" and "1 bis 10 von 14" instead of "1 to 10 of 14" Thank you for your help -- You received this message because you are subscri

Last Page too big in SimplePager

2011-01-05 Thread Micha Roon
I use the SimplePager to page my CellTable. I have setup an AsyncDataProvider for the data but know beforehand how many rows there will be All the pages display fine, but the last. It is as big as the other. If I have a PageSize of 10 with 15 elements, the last page shows elements 6 through 15. I'

Re: Mac, GWT Hosted Mode does not work after switching to gwt 2.0 and back to 1.7.1

2010-01-09 Thread Micha Roon
waouwww thank you, that was easy. I would never have found it on me own though. so many thanks for the easy solution. I am on a mac (Mac OS X 10.5.8) and was just fighting with the same issue. On Dec 14 2009, 8:52 pm, ciyer wrote: > I spent a few hours chasing down the "Invalid memory access of

Custom class in RPC

2010-01-08 Thread Micha Roon
Hi, When I read the documentation, it says you can use any Class that implements IsSerializable and has a no args constructor and whose fields are all serializable. I created such a class but I allways get the same error: 09:31:33.795 [ERROR] [pix_me] Line 12: No source code is available for type

Re: Can't configure properly Charts4j charts under GWT

2009-02-20 Thread micha
n old gwt port of the charts4j library: http://code.google.com/p/gwt-gchartjava/ or use the lib on the server side where the GWT compiler restictions dont apply. Cheers Michael On 17 Feb., 13:19, micha wrote: > Hi Miguel, > > I opened a post directly in the charts4j > forums:http:

Re: Can't configure properly Charts4j charts under GWT

2009-02-17 Thread micha
> > Sorry but that has been my negative experience.. > > Hope you achieve a bit more possitive results, or at least, a reply > from somebody ;-). In case you do it, please do let me know. > > Best regards, > > -- > Miguel > Blog:http://lonifasiko.blogspot.com > > O

Re: Can't configure properly Charts4j charts under GWT

2009-02-16 Thread micha
Hi Miguel, did you find a solution for this problem? I'm facing excactly the same error... I've already added the .java-Files into the "charts4j-1.0.jar"-File without success. Regards Michael On 19 Jan., 16:10, Lonifasiko wrote: > Hi, I'm not able to use chart4j chart library under GWT project