Re: Shared CSS

2010-07-08 Thread Hethcox
ent.CommonEntryPoint"/> > > > Put the file Library.css into com/ams/common/client/gwt/www > > If they are all in 1 WAR, the best method would be to manually copy > the file to the WAR root and add the link to your html files. > > On Jul 7, 10:27 am, Hethcox wrote: >

Shared CSS

2010-07-07 Thread Hethcox
Hello, I have a GUI library that is used by several GWT apps. I would like the widgets in the library to use a standard sets of CSS classes from the library so that they don't have to be copied and maintained in the apps that use the library. The library is deployed as a jar currently, but that ca

Re: GWT Incubator update for GWT 2.0?

2010-02-02 Thread Hethcox
ounds like the problem is in the implementation of AbolutePanel, not GlassPanel. Anyone gotten past this issue? Best, John On Jan 8, 10:17 am, Paul Robinson wrote: > Hethcox wrote: > > In my app GlassPanel is no longer on top of all the widgets. It's on > > top of some

Re: GWT Incubator update for GWT 2.0?

2010-01-08 Thread Hethcox
In my app GlassPanel is no longer on top of all the widgets. It's on top of some, but not others. On Dec 27 2009, 11:43 pm, Chris Ramsdale wrote: > We're currently working on this and will send out an update shortly. In the > meantime, any feedback regarding issues that you are are experiencing w

Re: GWT 2.0 Eclipse Plugin Not Working

2010-01-07 Thread Hethcox
It turns out that my classpath was too long. I was in the habit of just adding all of the JBoss libraries to my path. This was ok under GWT 1.7.1, but I guess the way GWT 2.0 launches Jetty causes a problem. I refined the classpath and things are working well. On Jan 7, 4:29 am, Sorinel C wrote:

Re: GWT 2.0 Eclipse Plugin Not Working

2010-01-06 Thread Hethcox
args and error log, and go from > there. > > Keith > > On Wed, Jan 6, 2010 at 3:36 PM, Hethcox wrote: > > FWIW I created a new project with 2.0 and it works fine. > > > On Jan 6, 2:16 pm, Hethcox wrote: > > > Hi, > > > I'm attempting to get my project

Re: GWT 2.0 Eclipse Plugin Not Working

2010-01-06 Thread Hethcox
FWIW I created a new project with 2.0 and it works fine. On Jan 6, 2:16 pm, Hethcox wrote: > Hi, > I'm attempting to get my project working in GWT 2.0 under Eclipse 3.5 > on Windows XP. The project was previously running under 1.7. > Everything is working except jetty

GWT 2.0 Eclipse Plugin Not Working

2010-01-06 Thread Hethcox
Hi, I'm attempting to get my project working in GWT 2.0 under Eclipse 3.5 on Windows XP. The project was previously running under 1.7. Everything is working except jetty under Eclipse. (I separately compile and deploy the app to JBoss and it works fine). When I attempt to debug the app under Eclips

Re: AbsolutePanel and Firefox

2009-09-18 Thread Hethcox
That fixed it. Thanks! (If that's the desired behavior it should behave that way on all browsers. grumble grumble, grumble). On Sep 17, 3:59 pm, Ian Bambury wrote: > Try giving your absolute panel a size. > Ian > > http://examples.roughian.com > > 2009/9/17 Hethcox &g

Re: AbsolutePanel and Firefox

2009-09-17 Thread Hethcox
; http://examples.roughian.com > > 2009/9/17 Hethcox > > > > > Well into our development cycle we discovered the our GWT 1.6 > > application no longer worked in Firefox. (Versions 3.5.2 and 3.5.3 > > were the only ones we tried). After some tinkering I found t

AbsolutePanel and Firefox

2009-09-17 Thread Hethcox
Well into our development cycle we discovered the our GWT 1.6 application no longer worked in Firefox. (Versions 3.5.2 and 3.5.3 were the only ones we tried). After some tinkering I found that placing an AbsolutePanel in the RootPanel.get().add(aPanel); call was the problem. Using a DockPa