Re: Firefox / GWT plugin troubles

2013-12-11 Thread Clay Ferguson
Thomas, nobody (including me) is gonna know what link you are talking about. However I'm sure everyone would appreciate you clarifying where it is. -Clay On Wednesday, December 11, 2013 2:34:52 AM UTC-6, Thomas Broyer wrote: On Tuesday, December 10, 2013 5:05:24 PM UTC+1, Clay Ferguson

Re: Firefox / GWT plugin troubles

2013-12-11 Thread Clay Ferguson
t.bro...@gmail.com wrote: That message in this very same thread: https://groups.google.com/d/msg/google-web-toolkit/mI-tYmKBBSw/vD0DL8hMqREJ On Wednesday, December 11, 2013 6:15:03 PM UTC+1, Clay Ferguson wrote: Thomas, nobody (including me) is gonna know what link you are talking about

Re: Firefox / GWT plugin troubles

2013-12-10 Thread Clay Ferguson
The way I worked around this was uninstalling existing firefox like this: sudo apt-get purge firefox* And then getting Firefox version 23 from here: https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/ (no installation required, just unzip it and run firefox app in the folder) Now, however

Re: Firefox / GWT plugin troubles

2013-12-10 Thread Clay Ferguson
No Thomas, I haven't tried a GWT plugin release candidate. If you know of a RC that works please share with the group. On Tuesday, December 10, 2013 3:27:14 AM UTC-6, Thomas Broyer wrote: Have you tried one of the plugin's release candidates? -- You received this message because you are

Dev Mode = Stale Cache?

2011-07-30 Thread clay
I'm using GWT 2.3, IntelliJ, and a Maven generated project. It seems that dev mode rarely picks up my changes to static files. When I make a simple change to a .css file, I often have lots of trouble getting the dev mode to use the updated version of the file. Even after stopping the dev mode,

Layout and styling of HorizontalPanel/VerticalPanel

2011-07-30 Thread clay
The setStyleName method sets the CSS class of the generated table element. Is there any way I can set the CSS class of the generated td elements within the table? What I want to do is add spacing *between* HorizontalPanel/ VerticalPanel cells but not around the outer edge of the

GWT CSS URL Problem

2011-07-30 Thread clay
I have a CSS stylesheet defined at projectroot/src/main/webapp/MyStyles.css In my module's .gwt.xml file I reference this with: stylesheet src='MyStyles.css'/ In dev mode, GWT generates the following CSS URL which results in a 404 not found error: