Unresponsive tabs in Chrome and Safari after upgrading to GWT 2.8

2017-01-31 Thread Bradley
We recently attempted to upgrade to GWT 2.8, but ran into an issue where a small number of users report browser tabs hanging (eventually putting up kill/wait popups) in Chrome 55.0.2883.95 and Safari 10.0.2. Seems to primarily affect Mac users. Going back to GWT 2.7 made the issue go away. We h

[no subject]

2012-06-25 Thread Adam Bradley
-- 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. For more options, vi

Re: Abridged summary of google-web-toolkit@googlegroups.com - 8 Messages in 4 Topics

2012-06-25 Thread Adam Bradley
-- 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. For more options, vi

Re: Abridged summary of google-web-toolkit@googlegroups.com - 38 Messages in 16 Topics

2012-06-22 Thread Adam Bradley
-- 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. For more options, vi

Re: Abridged summary of google-web-toolkit@googlegroups.com - 43 Messages in 20 Topics

2011-12-27 Thread Bradley Woods
On Tue, Dec 27, 2011 at 8:42 AM, wrote: > Today's Topic Summary > > Group: http://groups.google.com/group/google-web-toolkit/topics > >- Creating image from base64 <#1347fc2255674bc4_group_thread_0> [2 >Updates] >- Why GWT HTTP client can't receive HTTP > response<#1347fc2255674bc4_

Re: Flextable memory usage

2010-05-26 Thread Bradley
>From one of the talks at this year's Google I/O, it is pretty clear that widgets are expensive to create and it is much better to keep and resume them. For more information, see the talk titled "Measured in milliseconds redux" Did you notice that the memory leak occurred on just one browser or a

Re: About Event and EventHandlers

2010-05-26 Thread Bradley
Looking at the Handlermanager class, the event is dispatched to the handlers either in the order they were added or the reverse order. Specifically look at the HandlerManager $HandlerRegistry.fireEvent(GwtEvent event, boolean isReverseOrder) method. On May 25, 11:35 pm, Sabbir wrote: > suppose th

Newbie Question

2009-09-20 Thread Bradley
I am building a site with lots of static info, but also with dynamic pages. I admit that I am lost as to the ideal software/language to use. I have some experience with Dreamweaver. Is GWT designed to handle everything (static as well as dynamic pages)? I want to tie the data into Google Apps.

Re: CSS loads for 1 millisecond, then disappears

2009-07-06 Thread Bradley
I agree that would it be easier to catch errors and be sure of the loading order but I don't think it is more "correct" to include the CSS file in the gwt.xml file. I am trying to incorporate a GWT application into a pre-existing non- GWT project. I would rather not move the CSS from the pre-exi

Re: FLV in GWT

2009-02-17 Thread Bradley LaRonde
Try println-ing objVideo, or look at it in firebug, and see if it gets constructed like you expect. Some of your code looks suspicious, like creating "param1" element (shouldn't it be "param"?) and setting the same attribute (setAttribute("name", "bgcolor"), setAttribute("name", "play")) over and