Re: Shared CSS

2010-07-08 Thread Hethcox
, Hethcox heth...@gmail.com wrote: 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

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

Re: GWT Incubator update for GWT 2.0?

2010-02-02 Thread Hethcox
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 ukcue...@gmail.com wrote: Hethcox wrote: In my app GlassPanel is no longer on top of all the widgets. It's on top of some, but not others. Could

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 cramsd...@google.com wrote: We're currently working on this and will send out an update shortly. In the meantime, any feedback regarding issues that you are

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

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

Re: GWT 2.0 Eclipse Plugin Not Working

2010-01-06 Thread Hethcox
, Hethcox heth...@gmail.com wrote: FWIW I created a new project with 2.0 and it works fine. On Jan 6, 2:16 pm, Hethcox heth...@gmail.com 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

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 ianbamb...@gmail.com wrote: Try giving your absolute panel a size. Ian http://examples.roughian.com 2009/9/17 Hethcox heth

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

Re: AbsolutePanel and Firefox

2009-09-17 Thread Hethcox
2009/9/17 Hethcox heth...@gmail.com 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