[gwt-contrib] #7021 - ant build errors

2009-11-19 Thread aris
There are errors in the latest version from SVN: Created dir: C:\Program Files\GWT\gwt\trunk\build\out\dev\bin gwt.javac Compiling 5 source files to C:\Program Files\GWT\gwt\trunk\build\out \dev\bin gwt.javac Compiling 675 source files to C:\Program Files\GWT\gwt\trunk\build\out \dev\bin

[gwt-contrib] Re: #7021 - ant build errors

2009-11-19 Thread aris
I mean #7020 On Nov 19, 12:27 pm, aris ari09845...@gmail.com wrote: There are errors in the latest version from SVN: Created dir: C:\Program Files\GWT\gwt\trunk\build\out\dev\bin gwt.javac Compiling 5 source files to C:\Program Files\GWT\gwt\trunk\build\out \dev\bin gwt.javac Compiling

[gwt-contrib] Re: NPE in JsniChecker in 2.0-RC1

2009-11-19 Thread aris
I think I had this problem, and it was inside this class: public class FlickrActivityEvent extends JavaScriptObject { protected FlickrActivityEvent() {} public final native String getType() /*-{ return this.[type]; }- */; public final native String getUser() /*-{ return this.user;

[gwt-contrib] Error compiling using latest build from SVN

2009-11-10 Thread aris
I just recompiled from SVN and now I get this error, but it doesn't say where in my code is the problem... is there anything I could try? [ERROR] Unexpected java.lang.NegativeArraySizeException at com.google.gwt.dev.javac.asm.CollectMethodData.init (CollectMethodData.java:63) at

[gwt-contrib] DockLayoutPanel change size north panel

2009-10-12 Thread aris
Hello I added a control “c1” using addNorth(c1, 20), is it possible to change the size of that panel from code? (I'm using latest version from SVN) Thanks --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] ImageBundle problem (latest version from SVN)... blurry images

2009-08-27 Thread aris
Hello is anyone using the latest version from SVN? I recompiled a project and everything works.. but all images using an ImageBundle, shows blurry This happens only on IE8 and IE7 (it works on FF3, FF3.5, chrome, safari) (I didn't try on IE6) (same problem using oophm or without it) Thanks

[gwt-contrib] Latest SVN Build - OOPHM - ImageBundle errors

2009-06-06 Thread aris
Hello Using latest build from SVN, I have a project that works on HostedBrowser, but not using oophm. the problem is with an ImageBundle class: 00:09:52.605 [ERROR] Unable to load module entry point class client.ModuleF (see associated exception for details) java.lang.RuntimeException: Deferred

[gwt-contrib] GWT 1.6 #5110 SVN: MouseWheel event not working on Firefox3

2009-04-04 Thread aris
Hello I just found that the mousewheel event is working in all browsers but not in Firefox 3 (3.0.7) using a simple new GWT appl with: public void onModuleLoad() { HTML sp = new HTML(Hello World); RootPanel.get().add(sp); sp.addMouseWheelHandler(new

[gwt-contrib] RootPanel.get(string) not working any more (latest build from SVN)

2009-03-07 Thread aris
Recompiling a project using the build #4955 from SVN throws a lot of errors, every time I use the RootPanel.get(“id_element”)… I get the next exception: at com.google.gwt.user.client.ui.RootPanel.detachOnWindowClose (RootPanel.java:122) at

[gwt-contrib] ClippedState not sinking ONERROR event

2009-02-26 Thread aris
Hello Using latest build #4880 I can’t reproduce this in a small sample, but in a big project some ImageBundle images have a 3D border… this happenes only on IE, I think the problem is that the ImageBundle is setting an invalid URL and then setting the clear.gif image using the “onerror” event,

[gwt-contrib] Re: Image doesn’t show when using sa me URL multiple times and using the new event system

2009-02-05 Thread aris
Is any one having this problem? I just installed the latest version and I have the same problem. If I add a random number to each call of each url, it works. But of course this is not a real solution… Thanks --~--~-~--~~~---~--~~

[gwt-contrib] Re: Image doesn’t show when using sa me URL multiple times and using the new event system

2009-02-05 Thread aris
that, feel free to e-mail me the issue id and I'll take a look. The strange thing about your problem is that the load listeners are actually just adapted load handlers now, so getting different behavior is pretty unexpected. On Thu, Feb 5, 2009 at 1:21 PM, aris ari09845...@gmail.com wrote

[gwt-contrib] Re: Image doesn’t show when using sa me URL multiple times and using the new event system

2009-01-24 Thread aris
The problem seems to happen only when the first time an image X is loaded and that image element isn’t attached. Then the second image that uses the same URL, will never be updated from the pendingSrc I'm testing on IE7 and Windows Vista Thanks

[gwt-contrib] Image doesn’t show when using same U RL multiple times and using the new event system

2009-01-23 Thread aris
Hello Using latest version from SVN (from releases/1.6) I changed all my project code to use the new Event system, and now I'm having a problem with Images. It only happens on IE, if I have the same image loaded several times, it only shows on the first element, then all other elements have a