Re: Compile Error after switching to 2.6 in first compile run

2014-02-19 Thread Jan Thewes
I understand your points BUT one thing. If I compile my modules alone I don't get any compile error. So compiling every single module works. It has to do something with the order and caches. I just can't nail it down. We're running a real real big GWT application here. I'm close to go back to

Re: Compile Error after switching to 2.6 in first compile run

2014-02-19 Thread Boris Lenzinger
May be the algorithm to compute the compilation order has changed. Can you get the sequence of compilation in 2.5.1 and 2.6.0 so you can currently hard code the build sequence (and continue to use 2.6). Then you can post a bug report. 2014-02-19 9:04 GMT+01:00 Jan Thewes janthe...@gmail.com: I

Safety of public helper methods in RemoteServiceServlet

2014-02-19 Thread Matthew Wood
I can't seem to track down the answer to this question. In GWT-RPC is any validation done to enforce that only methods in the RemoteService interface can be invoked? For example, if you had a public helper method in the RemoteServiceServlet that wasn't described in the interface could it be

Re: Diagnose GWT DMP Plugin crashes on Chrome

2014-02-19 Thread Anirban Chakravarty
To fix the GWT DMP plugin crash, in your eclipse IDE , go under window-preferences Select google Make sure the latest app engine and Web toolkit are selected. In my case they are App engine - 1.8.2 , Web Toolkit 2.5.0 On Wednesday, January 25, 2012 6:39:47 PM UTC-5, JoseM wrote: We are having

GWT + Eclipse + Existing Website

2014-02-19 Thread brendentowey
Hi all. I'm new to GWT and its Eclipse plugin. I was hoping to get some advice on how to approach making a small GWT app and integrating it into an existing Java EE website. The first thing I noticed when I made my first GWT app, FirstGWT, was the web application with the plugin used that

Re: Safety of public helper methods in RemoteServiceServlet

2014-02-19 Thread Thomas Broyer
RPC.decodeRequest resolves the method from the interface: Method method = serviceIntf.getMethod(serviceMethodName, parameterTypes); so only methods declared on the interface can be called. On Wednesday, February 19, 2014 3:37:48 AM UTC+1, Matthew Wood wrote: I can't seem to track down the

Re: CssResource inheritance and avoiding rule repetition on injection, possibility of an @Require?

2014-02-19 Thread Thomas Broyer
On Tuesday, February 18, 2014 6:38:36 PM UTC+1, GWTter wrote: Hi all, Let me just go with an example right off the bat. Let's say I have the following: === Pseudocode === SuperCssResource: This is injected onModuleLoad before anything else .genButton{ color: black; } Widget1

Re: SubmitCompleteHandler not always called

2014-02-19 Thread jaga
Hi, You might need to set the response type in servlet to txt/html. E.g. content-type = 'text/html' jaga On Tuesday, 18 February 2014 00:22:10 UTC, Bruce Grant wrote: I am interested in implementing the following using GWT... 1. Create client-specific form variants in HTML, with

Re: Safety of public helper methods in RemoteServiceServlet

2014-02-19 Thread Matthew Wood
That's exactly what I was looking for. Thank you! On Wednesday, February 19, 2014 3:38:05 AM UTC-6, Thomas Broyer wrote: RPC.decodeRequest resolves the method from the interface: Method method = serviceIntf.getMethod(serviceMethodName, parameterTypes); so only methods declared on the

Re: SubmitCompleteHandler not always called

2014-02-19 Thread Bruce Grant
Thanks Jaga, I am setting the content-type response to text/html on the servlet response. The issue occurs when the form is moved in the uibinder and other GWT widgets are defined before the form. Cheers, Bruce. On Wednesday, 19 February 2014 09:54:36 UTC-5, jaga wrote: Hi, You might need

Re: SubmitCompleteHandler not always called

2014-02-19 Thread Jens
Do you do any strange things with your HTML body tag? FormPanel creates a hidden IFrame which loads the server response from your form submit. If this IFrame is removed from the DOM before the server response is loaded into that IFrame then your SubmitCompleteHandler will not be called. This

Chrome Touch Emulation and GWT

2014-02-19 Thread Alexander Zbiek
Hi all, hope it is not wrong to post a question here. I have a problem with touch events when emulated via the Chrome Emulation. I have a simple Canvas with an added Touch Handler: final Canvas ca=Canvas.createIfSupported(); ca.setCoordinateSpaceWidth(wiCo);

Re: Development Mode will not be supported in Firefox 27+

2014-02-19 Thread Jeff Evans
On Tuesday, February 18, 2014 4:30:50 AM UTC-5, Aleksander Gralak wrote: That is pretty bad information for all GWT developers. For now I can stick with FF 24.2, however in the future we need to develop on the most up to date browsers. When do you estimate Super Dev Mode will be

Re: Development Mode will not be supported in Firefox 27+

2014-02-19 Thread Brian Slesinsky
Super Dev Mode works and we have many teams that use it. The Chrome debugger is quite good and I recommend learning it well; anyone working on web apps will benefit from knowing this tool. For other browsers, adding a GWT.debugger() call to the Java code and recompiling is an easy way to stop in

Getting widgets from a DockLayoutPanel

2014-02-19 Thread Blake McBride
Greetings, I have a DockLayoutPanel that I would like to get the Widgets that are in it. I'm looking for something like: DocLayoutPanel panel; Widget east = panel.getEast(); Widget center = panel.getCenter(); Widget south = panel.getSouth(); Is there anywayI can do this? Thanks. Blake

Re: Getting widgets from a DockLayoutPanel

2014-02-19 Thread Jens
You can iterate through all child widgets using getWidgetCount() and getWidget(int). For each widget you can call getWidgetDirection(widget) to get its position inside the DockLayoutPanel. -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Development Mode will not be supported in Firefox 27+

2014-02-19 Thread Jeff Evans
On Wednesday, February 19, 2014 1:03:15 PM UTC-5, Brian Slesinsky wrote: Super Dev Mode works and we have many teams that use it. The Chrome debugger is quite good and I recommend learning it well; anyone working on web apps will benefit from knowing this tool. For other browsers, adding a

Re: Development Mode will not be supported in Firefox 27+

2014-02-19 Thread Ed Bras
The Chrome debugger is quite good and I recommend learning it well; It depends on your project. I been down this road, tried it several times with several projects (few months ago last one). Currently the Super Dev mode is Hello World ready, but not Enterprise ready With new projects, I like to

Re: setWidgetSize on DockLayoutPanel does not effectively seem to update anything

2014-02-19 Thread Tom
i am guessing DockLayoutPanel got fixed size, u can use SplitLayoutPanel, i am sure u can set Size for Splitlayoutpanel. On Friday, February 14, 2014 9:30:44 AM UTC+11, Thomas Rodenhausen wrote: I use a DockLayoutPanel using UIBinder like this: g:DockLayoutPanel unit='PX'

Making GWT pull *.js from a non-standard location

2014-02-19 Thread Alexey Panteleev
Hello, I am trying to serve my GWT client side as a static resource in Salesforce platform. I am getting the error you may have to recompile your module which I think points to the fact that the deferred.js files can't be found by the bootstrap process. The main page is dinamically generated

Re: Getting widgets from a DockLayoutPanel

2014-02-19 Thread Blake McBride
That did it. Thanks! On Wed, Feb 19, 2014 at 1:09 PM, Jens jens.nehlme...@gmail.com wrote: You can iterate through all child widgets using getWidgetCount() and getWidget(int). For each widget you can call getWidgetDirection(widget) to get its position inside the DockLayoutPanel. -- J.

Laying out a LayoutPanel

2014-02-19 Thread Blake McBride
Greetings, I am trying to layout four widgets on a LayoutPanel. Each of the four take up 50% of the width. The bottom two are fixed size (30 pt). The top two should take up the remaining height. None of the widgets should overlap. Auto-resize on browser resize is desired. The closest I've

Using Cells for 2D representation

2014-02-19 Thread Jambi
Hey there, is it possible to define a 2D cell list (-grid) which is based on the cell paradigm to utilize functionality like paging etc? Basically I want to have a grid based representation like for example pinterest without having to rewrite functionality already given with cells. Cheers,

Re: CssResource inheritance and avoiding rule repetition on injection, possibility of an @Require?

2014-02-19 Thread GWTter
On Wednesday, February 19, 2014 10:59:51 AM UTC+1, Thomas Broyer wrote: On Tuesday, February 18, 2014 6:38:36 PM UTC+1, GWTter wrote: Hi all, Let me just go with an example right off the bat. Let's say I have the following: === Pseudocode === SuperCssResource: This is injected

Re: Laying out a LayoutPanel

2014-02-19 Thread Tom
don't use LayoutPanel but instead using DockLayoutPanel or SplitLayoutPanel u can put them in East West, North, South easily meet all ur requirements (such as widgets taking up all spaces autorize when browser resizing). Your MainPresenter must use a panel that has word Layout such as

Re: Using Cells for 2D representation

2014-02-19 Thread Jens
Give your CellList a width of 100% and your cells a fixed width along with display:inline-block. Doing so using the GWT showcase results in: https://lh4.googleusercontent.com/-zUQp8VLMXIA/UwVA5hxs_MI/AHE/0sSomQzxP0c/s1600/celllist.png Alternatively you can use CellWidget to wrap your

Re: Laying out a LayoutPanel

2014-02-19 Thread Jens
Use setWidgetTopBottom() for the upper layers: LayoutPanel layout = new LayoutPanel(); layout.add(leftTop); layout.setWidgetLeftWidth(leftTop, 0, Style.Unit.PCT, 50, Style.Unit.PCT); layout.setWidgetTopBottom(leftTop, 0, Style.Unit.PCThttp://style.unit.pt/, 30,

gwt compilation issue

2014-02-19 Thread fedex
For my current Gwt project when I compile the project it creates web-inf folder outside the war folder. Initially While working on project I accidentally deleted war folder and I kind of setup the folder manually by copying the files from my backup folder. I am not sure if this is the reason

[gwt-contrib] final fields patch

2014-02-19 Thread Stephen Haberman
Hey, At one time I was shepherding through the GWT-RPC patch for supporting final fields. One of the unpleasant aspects of the patch as that, instead of just fixing the bug, and serializing final fields always, there was a knob of serialize final fields true, false, and false_nowarn. This,

[gwt-contrib] Re: final fields patch

2014-02-19 Thread Jens
Never tried it but will the actual type of a final field be totally ignored nowadays when serializing? If thats the case you might break people who have final fields whose types are not compatible to GWT-RPC serialization. For example take: enum Test { CONSTANT } class Example implements

Re: [gwt-contrib] Re: Not able to run GWTTestCase

2014-02-19 Thread Benoit Sautel
I had many issues to run some unit tests in my workspace using Eclipse. I eventually succeeded to run the one I wanted to and I had to do the some changes in Eclipse classpath configuration files. I attached the patch associated to these changes. It enabled me to run one test, I did not try to