Random-seeming Uncaught exception escaped with no reference to my code

2012-08-04 Thread Richard
Every so often, while running in Dev Mode, I'll get this exception (or something like it). Is this some under the hood local-only issue I don't need to worry about, or does it hint as something I should fix? Is there anything I can do about it? Uncaught exception escaped

Re: Random-seeming Uncaught exception escaped with no reference to my code

2012-08-04 Thread Alfredo Quiroga-Villamil
Chrome has been known to randomly throw those exceptions. That is assuming you are running chrome. See: http://code.google.com/p/google-web-toolkit/issues/detail?id=5778#c65, it might be related to the issue you are experiencing. Best regards, Alfredo On Sat, Aug 4, 2012 at 4:41 AM, Richard

CellTable - ListDataProvider - Table not updating on subsequent calls

2012-08-04 Thread Alfredo Quiroga-Villamil
I am still investigating here on my side, but I have a feeling I might be missing the obvious so if someone knows what I am missing or potentially doing wrong please let me know. Elements: - A CellTable - A ListDataProvider - RequestFactory - A refresh button Scenario: - The CellTable is

GWT ui:style how big of a bad idea (or not) is it to use it?

2012-08-04 Thread Nuno Godinho de Matos
Hi, I am wondering how big a mistake is it to take advantage of the ui:style feature in ui binder interfaces? Say your styles are all comprised within ui:style tags, and you always refer to them using the {style.} notation. Now, on the browser, this shall all become obfuscated after

Re: Google Geocoder

2012-08-04 Thread nessrinovitta
Thanks a lot Joseph , but I'm new with GWT ! Can you give me an example of how to use the Geocoder API with GWT ? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Is there any chart library for GWT?

2012-08-04 Thread Saurabh Tripathi
Hi, GWT-RCharts( http://code.google.com/p/gwt-rcharts ) and google visualization API could be a option for interactive charts on client side. On Tuesday, 8 January 2008 03:14:03 UTC+5:30, Sarah kho wrote: Hi how we can resolve charting requirement when we use GWT, is there any sample code

Re: Google Geocoder

2012-08-04 Thread Joseph R Lust
The following should get you started, but could have found them through Google. - Communicating with the server - Example of using JSONPRequestBuilderhttp://stackoverflow.com/questions/2445057/gwt-how-can-i-use-jsonprequestbuilder-to-handle-a-json-response-of-a-list - Geocoder API

Re: Google Geocoder

2012-08-04 Thread Joseph Lust
The following should get you started, but could have found them through Google. - Communicating with the serverhttps://developers.google.com/web-toolkit/doc/latest/DevGuideServerCommunication#DevGuideHttpRequests - Example of using

Re: Random-seeming Uncaught exception escaped with no reference to my code

2012-08-04 Thread Richard
That's probably it, thanks Alfredo. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/dhUvqY1zb2kJ. To post to this group, send email to

Re: GWT ui:style how big of a bad idea (or not) is it to use it?

2012-08-04 Thread Joseph Lust
To start with CSSResource is awesome and I highly recommend using it. It forces you to program *better*. Should you really be trying to pull elements out of the page depending on their CSS names? Seems like a bad day if you ever want to rebrand or dress up your UI. If CSS is the graphical

Re: How to vertically and horizontally centre the form panel inside a scroll panel

2012-08-04 Thread Joey Li
Thanks. Your method works fine and it is the only solution I can have right now. By the way, could you please give me some example about how to add resize handler to my page so that myform's position is always in the center even if the window is resized? On Friday, 3 August 2012 10:47:13

Re: Is there any chart library for GWT?

2012-08-04 Thread Ivan Ooi
Try this, Interactive, GWT compatible, touch screen ready, full animation. trust me, nothing better than this https://www.sencha.com/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to