Re: DevMode not working in Chrome after update

2012-10-02 Thread chillyspoon
Neither trick works for me (Chrome 22 on Snow Leopard) .. infuriating. Works fine on Firefox but what's the point when you can't do cross browser testing? On Thursday, 27 September 2012 17:11:05 UTC+1, Tony Rah wrote: I +1 for Brandon's fix. All other approaches were met with failure for me

Re: Any summary on The History and Future of Google Web Toolkit available?

2012-07-03 Thread chillyspoon
Also looking for the video recording of this one.. it's the session out of the whole event this year that I was most interested in catching! On Friday, 29 June 2012 21:14:14 UTC+1, Clint wrote: I was hoping to see the Google IO session streamed: The History and Future of Google Web

Re: GWT 2.1 MVP Multiple activities clarification help

2012-06-09 Thread chillyspoon
Another +1 for Mauro's example. Definitely the cleanest sample implementation that I've seen to date and demonstrates further Thomas' good work in his article. Thanks guys! On Thursday, 23 December 2010 16:29:21 UTC, Mauro Bertapelle wrote: As an exercise I've build a little POC based on

GWT Incubator dropped?

2011-05-19 Thread chillyspoon
Hi all, Is it true that the GWT Incubator project is no longer going to be maintained by the GWT team in sync. with GWT trunk? E.g. we're currently spiking moving our UI from GWT 2.0.4 to GWT 2.30 before getting into the depths of estimation and so on; but I was very surprised to see that

Re: GWT Incubator dropped?

2011-05-19 Thread chillyspoon
What's the rationale? -- 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 group, send email to google-web-toolkit+unsubscr...@googlegroups.com.

Re: GWT Incubator dropped?

2011-05-19 Thread chillyspoon
Great; thanks Thomas - I hadn't seen that! -- 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 group, send email to

Re: GWT Incubator Status Update and Schedule

2011-05-19 Thread chillyspoon
No mention of Spinner there; is it one of the elephants? Thanks -- 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 group, send email to

Re: RichTextArea - onBlur not getting called

2010-05-03 Thread chillyspoon
3, 11:25 am, chillyspoon chillysp...@gmail.com wrote: Hi everyone, I'm in the middle of integrating a RichTextArea into an existing project (GWT 1.7.1) - I've found to my surprise with the code below that the onBlur handler is simply never being called.  I'm developing on Windows 7

Is there a way of specifying HTTP headers for a FormPanel's POST request?

2010-02-17 Thread chillyspoon
Hi everyone, Does anyone know how to add HTTP headers to the HTTP POST that gets kicked off when a FormPanel submit method is called? I need to add custom headers that modify server behavior.. Thanks, Chilly. -- You received this message because you are subscribed to the Google Groups

GWT + FormPanel + FileUpload + HTTPS

2010-01-20 Thread chillyspoon
Hi everyone, We use GWT extensively for a highly interactive user interface that administers various software and hardware systems via a combination of APIs. Right now I need to introduce functionality for file upload that is posting (HTTP POST) to an SSL URL with preemptive BASIC AUTH. We are

Checked Exception handling - specialized onFailure not being picked up?

2009-03-04 Thread chillyspoon
Hi all, I have a question about handling custom checked exceptions. Say I have the code below implemented in an Async call - GWT appears to ignore the specialized version of onFailure - despite having the correct instance type available if I pop a break point into the default