Re: GWT Firefox plugin not working

2013-12-08 Thread Thomas Broyer
See https://code.google.com/p/google-web-toolkit/issues/detail?id=8464 and https://code.google.com/p/google-web-toolkit/issues/detail?id=8423 On Thursday, December 5, 2013 12:04:38 PM UTC+1, Betto McRose Gamarra wrote: Firefox 25.0.1 Mozilla for Linux Mint mint - 1.0 I have been

Re: Layout with nested SplitLayoutPanel

2013-12-08 Thread Magnus
Hi Patrick, I cannot resize the panel yet, because even if I do not change any sizes, it is not displayed correctly. If I create the panel based on the UIBinder code below and add it to the center of a surrounding DockLayoutPanel, the bottom part main is not visible. When inspecting it with

Re: Layout with nested SplitLayoutPanel

2013-12-08 Thread Patrick Tucker
Can you provide code for the java side? Also, I'm pretty sure SplitLayoutPanel only works in pixels. -- 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

GWT Compiler not found

2013-12-08 Thread doctrang . com
In my Ant `build.xml`: path id=gwt.path pathelement location=lib/main/ fileset dir=lib/main filename name=gin-2.1.2.jar/ filename name=guice-3.0.0.jar/ filename name=guice-assistedinject-3.0.0.jar/ filename

Re: Layout with nested SplitLayoutPanel

2013-12-08 Thread Magnus
Hi Patrick! Can you provide code for the java side? It's a little bit difficult to extract the relevant code... The root panel is a class called Display derived from DockLayoutPanel. There is one method called setClient that sets the current client panel. All client panels are derived from a

Re: [gwt-contrib] Re: 2.6.0-rc3

2013-12-08 Thread Thomas Broyer
On Saturday, December 7, 2013 7:42:42 PM UTC+1, juan_pablo_gardella wrote: Thanks for the link Thomas, but as you said was updated in 2010. Updated to latest master. I omitted 2 system properties that are deprecated; maybe a missed others. HostedMode appears in

Re: [gwt-contrib] Re: 2.6.0-rc3

2013-12-08 Thread Thomas Broyer
On Sunday, December 8, 2013 2:12:31 PM UTC+1, Thomas Broyer wrote: On Saturday, December 7, 2013 7:42:42 PM UTC+1, juan_pablo_gardella wrote: HostedMode appears in http://www.gwtproject.org/doc/latest/DevGuideCompilingAndDebugging.html at the section Development Mode Options. Will

Re: [gwt-contrib] Re: GPE does not like GWT trunk SDK?

2013-12-08 Thread Brandon Donnelson
I'm interested in helping get the support for GAE 1.8.8 with maven working. It's not setting up the sdk directory correctly when maven is used. I've also like to add better feature support for added vm attributes down the road. I'd like to add some more error checking for jdo/jpa datanuclueus

Re: [gwt-contrib] Re: GPE does not like GWT trunk SDK?

2013-12-08 Thread Alain Ekambi
Any new when the repo will be public. I would love to build some stuff on top of GPE. 2013/12/8 Brandon Donnelson branflake2...@gmail.com I'm interested in helping get the support for GAE 1.8.8 with maven working. It's not setting up the sdk directory correctly when maven is used. I've also

Re: [gwt-contrib] Re: GPE does not like GWT trunk SDK?

2013-12-08 Thread Thomas Broyer
On Sunday, December 8, 2013 11:26:41 PM UTC+1, Alain Ekambi wrote: Any new when the repo will be public. I would love to build some stuff on top of GPE. The GPE repo is already public, just not on GitHub (and still using SVN):

Re: [gwt-contrib] Re: GPE does not like GWT trunk SDK?

2013-12-08 Thread Alain Ekambi
I know the source is open. But last time I checked it was nt possible to build it. I still cant find any information about how to build the plugin. Is that available somewhere ? 2013/12/8 Thomas Broyer t.bro...@gmail.com On Sunday, December 8, 2013 11:26:41 PM UTC+1, Alain Ekambi wrote:

Re: [gwt-contrib] Re: GPE does not like GWT trunk SDK?

2013-12-08 Thread Thomas Broyer
I have no idea how one builds Eclipse plugins but I suspect (in this case) this is Eclipse driven (i.e. no Ant or similar command-line-oriented build tool) On Sunday, December 8, 2013 11:41:09 PM UTC+1, Alain Ekambi wrote: I know the source is open. But last time I checked it was nt possible

Re: [gwt-contrib] Re: GPE does not like GWT trunk SDK?

2013-12-08 Thread Rajeev Dayal
Hey guys, The source is on SVN, as Thomas says, but it's not up-to-date nor is it buildable right now. We have a hidden project on GitHub with the updated GPE source, but I don't want to open it up until external people can actually build it. I'm working on this as we speak. I'd expect to have

Re: [gwt-contrib] Re: 2.6.0-rc3

2013-12-08 Thread Juan Pablo Gardella
Thanks Thomas! 2013/12/8 Thomas Broyer t.bro...@gmail.com On Sunday, December 8, 2013 2:12:31 PM UTC+1, Thomas Broyer wrote: On Saturday, December 7, 2013 7:42:42 PM UTC+1, juan_pablo_gardella wrote: HostedMode appears in http://www.gwtproject.org/doc/latest/