default Locale working on development mode but doest working on deployed app

2013-12-18 Thread David
Hi, I'm using Static String Internationalization. Working very well in development mode (Eclipse), but doesnt work on deployed app. What can I do? Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group

Re: Layout with nested SplitLayoutPanel

2013-12-18 Thread Magnus
Hi Patrick, thank you very much! This works! I did several things differently: I used this.getOffsetWidth/Height instead of this.getParent().getOffsetWidth/Height And I also used setHeigth instead of setWidgetSize So for now I have a working solution. One thing is noticeable: The widget, the

How to disable copy or cut in a RichTextArea ?

2013-12-18 Thread Eric Reboisson
Hello, All is in the title :-) I know that RichTextArea is an iframe but how could I prevent a user to copy its contents ? Thx by advance. Eric -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop

Re: How to disable copy or cut in a RichTextArea ?

2013-12-18 Thread Jens
You might listen for copy/cut events and prevent their default action but wait...all my browsers can show me the HTML source code :) Do you still want to implement something useless? ;-) -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: How to disable copy or cut in a RichTextArea ?

2013-12-18 Thread Eric Reboisson
hello, The application runs into a container, so the users can't (easily :-) ) access the source code. And if I might listen for copy/cut ? How could I do that ? Eric Le mercredi 18 décembre 2013 17:17:41 UTC+1, Jens a écrit : You might listen for copy/cut events and prevent their default

Re: celltable does not respond to right padding unless text is right aligned

2013-12-18 Thread Rogelio Flores
How did you change the padding on the cell? Did you try overriding the css in the default Resources? For example, IIRC, overriding DataGrid.Style css file with this: .dataGridLastColumn { padding-right: 20px; } works. On Tuesday, December 17, 2013 9:08:52 AM UTC-5, Yan wrote: Hi there,

Re: Layout with nested SplitLayoutPanel

2013-12-18 Thread Patrick Tucker
I didn't look that close at it but maybe you should use the parent element's client width and height instead? -- 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

Re: Layout with nested SplitLayoutPanel

2013-12-18 Thread Patrick Tucker
Also, you might want to put the resize in a timer or deferred command when called from onResize(). -- 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

RequestFactory WITH MGWT-PHONEGAP

2013-12-18 Thread Jonathan Franchesco Torres Bca
Hi, I have tested this RPC with mgwt-phonegaphttp://blog.daniel-kurka.de/2012/04/gwt-rpc-with-phonegap-revisited.htmland works great, but I have a problem with this Blog Daniel Kurka - problem (RequestFactory with

[gwt-contrib] Re: Questions about initial contributor configuration - build errors in Eclipse

2013-12-18 Thread Thomas Broyer
On Wednesday, December 18, 2013 7:31:16 AM UTC+1, Michael Prentice wrote: Hello, I attended the GWT Contributors workshop at GWT.create SF. Thanks to Michael Vogt and the contributors in attendance, it was very helpful. But we did not get through building gwt-user and gwt-dev. *Adding

[gwt-contrib] Re: Questions about initial contributor configuration - build errors in Eclipse

2013-12-18 Thread Jens
*Adding the following to the .gitignore_global file helped quite a bit with ignoring generated Elemental files:* *elemental/idl/*** I have create a patch some time ago which adds some more .gitignore files: https://gwt-review.googlesource.com/#/c/5358/ Feel free to try it out and/or