GWT Designer still supported?

2012-12-09 Thread Jean-Lou Dupont
Is GWT Designer still supported? This piece of software has always been "touchy" (been using it for 2+years now). Now, I can't get the thing running on 3.6 nor 4.2 Eclipse. I've uninstalled and reinstalled the whole Google suite (sdk, designer, plugin etc.) a couple of times to no avail. I

Re: GWT Designer fails under Eclipse 3.7 with latest update

2011-10-14 Thread Jean-Lou Dupont
In the "Eclipse SDK Installation details" under "Plugins" I see GWT Designer WebKit Support 2.0 2.4.2.r37x201109270337 com.google.gdt.eclipse.designer.hosted.2_0.webkit GWT Designer WebKit Support 2.2 2.4.2.r37x201109270337 com.google.gdt.eclipse.designer.hosted.2_2.webkit Everything was workin

Re: GWT Designer fails under Eclipse 3.7 with latest update

2011-10-14 Thread Jean-Lou Dupont
But there is " libwebkit-1.0.so.2 " on my system in /usr/lib Up until the latest release of the Google plugin (which included an update to GWT Designer), everything was working fine. There isn't any " libwebkitgtk " installed on my system (nor did I remove it or ever installed it intentionally).

GWT Designer fails under Eclipse 3.7 with latest update

2011-10-12 Thread Jean-Lou Dupont
I get the stack trace whilst trying to access the "Design" view. I am running Eclipse 3.7.1 under Linux Ubuntu 10.04. !ENTRY org.eclipse.wb.core 4 4 !MESSAGE Designer [2.4.2.r37x201109270347]: 4107 (Unable to load native library.). gwt-ll !STACK 0 org.eclipse.wb.internal.core.utils.exception.Desi

Re: GWT links are not working with Internet Expolrer

2008-10-24 Thread Jean-Lou Dupont
I would suggest looking at this thread: http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/85512dc19ea1b8fd/bc457e779df57f08 assuming you are referring to HTML elements. jld. On Oct 24, 12:22 am, "Ian Petersen" <[EMAIL PROTECTED]> wrote: > On Fri, Oct 24, 2008 at 12:16 AM, r

Re: Image Anchor widget.

2008-09-26 Thread Jean-Lou Dupont
The work-around for anybody who cares: add a 'click listener' to the Anchor widget and do the navigation "manually". Yet another reason why I don't like IE as much as the others... On Sep 26, 11:43 am, Jean-Lou Dupont <[EMAIL PROTECTED]> wrote: > How would I go

Re: HTML anchor issue with IE6 / History

2008-09-26 Thread Jean-Lou Dupont
AIL PROTECTED]> wrote: > There are a few things you could do. Here are a couple of options: > > 1. Find tags in your HTML and replace them with Hyperlink widgets. > 2. Use JSNI to expose History.newItem() and call that method from your > tags onClick. > > On Fri, Sep 26, 2008 at

Re: HTML anchor issue with IE6 / History

2008-09-26 Thread Jean-Lou Dupont
yChanged' event. * * @author Jean-Lou Dupont * */ public class AnchorsUtil { public static void updateAnchors() { Document doc = Document.get(); NodeList anchors = doc.getElementsByTagName("a"); if (null==anchors) return;

HTML anchor issue with IE6 / History

2008-09-26 Thread Jean-Lou Dupont
It seems that putting a simple HTML anchor does not work as expected i.e. when the user clicks on the anchor, IE6's location bar changes BUT the "onHistoryChanged" event is NOT fired. Works fine on Chrome and FF. I am pretty certain this used to work on GWT 1.4 . Is there a work-around? --~--

Image Anchor widget.

2008-09-26 Thread Jean-Lou Dupont
How would I go in creating a cross-browser Image Anchor ( i.e. ) using an image bundle? I am having some troubles with IE6: there is an extra tag called "clipper" (e.g. ) that seems to be created with a style attribute that prevents the image from being clickable i.e. navigating to the anchor's

IE6 ImageBundle + Anchor problem.

2008-09-25 Thread Jean-Lou Dupont
Hi, I've got the following custom widget: public class GearsStatus extends Anchor { Image img = null; public GearsStatus() { super(); final WidgetMessages MSG = (WidgetMessages) GWT.create(WidgetMessages.class); WidgetImageBun

Re: I18N messages: support for multi-Line?

2008-09-07 Thread Jean-Lou Dupont
Thanks for the link. I must have inadvertently added something after the \ in my first try; all works now! Cheers. On Sep 6, 7:10 pm, Folke <[EMAIL PROTECTED]> wrote: > On Sep 6, 2:34 pm, Jean-Lou Dupont <[EMAIL PROTECTED]> wrote: > > > I tried:  \ > > Yes, this w

I18N messages: support for multi-Line?

2008-09-06 Thread Jean-Lou Dupont
Is there a way to do multi-line messages using the I18N package? I tried: \, single-quote, double-quote, triple-quote Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to