Re: Eclipse plugin invalid errors in JSNI methods

2009-06-29 Thread Clive Cox
public static void setTags(String tags) On Jun 26, 6:23 pm, Miguel Méndez mmen...@google.com wrote: What does the java declaration for the setTags method look like? On Fri, Jun 26, 2009 at 12:36 PM, Clive Cox clive@rummble.com wrote: In Eclipse 3.4.1 with latest Google plugin I

Eclipse plugin invalid errors in JSNI methods

2009-06-26 Thread Clive Cox
In Eclipse 3.4.1 with latest Google plugin I get errors showing for String arguments in JSNI methods. Eclipse shows an error that the method does not exist even when it does. For example: public native void setupDelegatorSetTags() /*-{ $wnd.setRexTags = function(tags) {

Re: Strange window popup with Anchor widget in 1.6.4

2009-04-22 Thread Clive Cox
the constructorhttp://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/g...) with # as the href. Salvador On Apr 21, 7:53 pm, Clive Cox clive@rummble.com wrote: With 1.6.4 on linux in Hosted mode, if I have something like: Anchor anchor = new Anchor(some text

Strange window popup with Anchor widget in 1.6.4

2009-04-21 Thread Clive Cox
With 1.6.4 on linux in Hosted mode, if I have something like: Anchor anchor = new Anchor(some text); anchor.addClickHandler(new ClickHandler() { public void onClick(ClickEvent event) { //do something } }); I get a new blank browser window popup and and