My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Last 30 days

  • Dec 18, 2009
    issue 11 (Support of Java Annotations) reported by zzebbraa   -   Even though RolodexCardBundle inherits from ImageBundle, the generator doesn't take advantage of the @Resource annotation in order to put images in different folder. What steps will reproduce the problem? 1. Inherits RolodexCarBundle 2. Put an image in a different package than the inherited class 3. Use @Resource tag What is the expected output? What do you see instead? Everything should work as normal. An exception always trying to search in the same package. What version of the product are you using? On what operating system? 1.2, Windows Please provide any additional information below. For GWT 1.5 and above
    Even though RolodexCardBundle inherits from ImageBundle, the generator doesn't take advantage of the @Resource annotation in order to put images in different folder. What steps will reproduce the problem? 1. Inherits RolodexCarBundle 2. Put an image in a different package than the inherited class 3. Use @Resource tag What is the expected output? What do you see instead? Everything should work as normal. An exception always trying to search in the same package. What version of the product are you using? On what operating system? 1.2, Windows Please provide any additional information below. For GWT 1.5 and above

Earlier this year

  • Aug 19, 2009
    issue 10 (ClickListener is deprecated) reported by horstlaubenthal   -   Hi, this is not really a defect, but it would be great if there is a possibility to use the ClickHandler instead of the ClickListener which is deprecated since GWT 1.6. Thank You Horst
    Hi, this is not really a defect, but it would be great if there is a possibility to use the ClickHandler instead of the ClickListener which is deprecated since GWT 1.6. Thank You Horst
  • Jun 18, 2009
    issue 9 (where can i download gwt 1.4 and please mention the specific...) Status changed by chris.f.jones   -   Sounds like this issue is meant for gwt 1.4 and not gwt-rolodex
    Status: WontFix
    Sounds like this issue is meant for gwt 1.4 and not gwt-rolodex
    Status: WontFix
  • Jun 15, 2009
    issue 7 (RolodexPanel with setVisible(false) appears visible when you...) commented on by CohenUdi   -   Hi, I'm experiencing a similar problem. I have a FlowPanel and I'm trying to hide it but when it just doesn't work. when I hide each element in the that panel they do not appear but the panel just stays there... Any ideas? Thanks in advance, Udi
    Hi, I'm experiencing a similar problem. I have a FlowPanel and I'm trying to hide it but when it just doesn't work. when I hide each element in the that panel they do not appear but the panel just stays there... Any ideas? Thanks in advance, Udi
  • Feb 11, 2009
    issue 9 (where can i download gwt 1.4 and please mention the specific...) reported by agarwalkrati014   -   What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below.
    What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below.

Older

  • Sep 18, 2008
    issue 7 (RolodexPanel with setVisible(false) appears visible when you...) reported by lunarjchav   -   1. I create a new Panel() (GWT-Ext Panel) 2. I create a new RolodexPanel() 3. I set the new RolodexPanel to visible=false 4. I add the RolodexPanel in the GWT-Ext Panel I expect the rolodex panel doesn't appear in GWT-Ext Panel. I see RolodexPanel in the left-top corner inmediately after adding it I'm using GWT 1.5.2, GWT-Ext 2.0.4, and Rolodex 1.2 You can check my web-project in https://chirigotasanlorenzo.googlecode.com/svn/trunk/ Thanks, and sorry for my english
    1. I create a new Panel() (GWT-Ext Panel) 2. I create a new RolodexPanel() 3. I set the new RolodexPanel to visible=false 4. I add the RolodexPanel in the GWT-Ext Panel I expect the rolodex panel doesn't appear in GWT-Ext Panel. I see RolodexPanel in the left-top corner inmediately after adding it I'm using GWT 1.5.2, GWT-Ext 2.0.4, and Rolodex 1.2 You can check my web-project in https://chirigotasanlorenzo.googlecode.com/svn/trunk/ Thanks, and sorry for my english
  • Aug 15, 2008
    issue 6 (GWT1.5RC1 support) Status changed by chris.f.jones   -   It seems all I needed to do was recompile it with gwt 1.5
    Status: Fixed
    It seems all I needed to do was recompile it with gwt 1.5
    Status: Fixed
  • Aug 15, 2008
    r8 (updated for gwt 1.5, fixing issue #6) committed by chris.f.jones   -   updated for gwt 1.5, fixing issue #6
    updated for gwt 1.5, fixing issue #6
  • Aug 01, 2008
    issue 6 (GWT1.5RC1 support) reported by fvisticot   -   What steps will reproduce the problem? 1.Use GWT1.5 RC1 2. Try the sample code provided by the Home page 3. Deferred binding exception What is the expected output? What do you see instead? Exception generated What version of the product are you using? On what operating system? 1.1 Please provide any additional information below. [ERROR] Unable to load module entry point class com.google.gwt.sample.gui.client.Gui (see associated exception for details) java.lang.RuntimeException: Deferred binding failed for 'com.google.gwt.sample.gui.client.HelpMovies' (did you forget to inherit a required module?) at com.google.gwt.dev.shell.GWTBridgeImpl.create (GWTBridgeImpl.java:42) at com.google.gwt.core.client.GWT.create(GWT.java:98) at com.google.gwt.sample.gui.client.Gui.createRolodex(Gui.java:36) at com.google.gwt.sample.gui.client.Gui.build(Gui.java:88) at com.google.gwt.sample.gui.client.Gui.onModuleLoad(Gui.java:94) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.google.gwt.dev.shell.ModuleSpace.onLoad (ModuleSpace.java:303) at com.google.gwt.dev.shell.BrowserWidget.attachModuleSpace (BrowserWidget.java:324) Caused by: java.lang.IncompatibleClassChangeError: null at com.google.gwt.dev.cfg.RuleGenerateWith.realize (RuleGenerateWith.java:48) at com.google.gwt.dev.shell.StandardRebindOracle$Rebinder.tryRebind (StandardRebindOracle.java:116) at com.google.gwt.dev.shell.StandardRebindOracle$Rebinder.rebind (StandardRebindOracle.java:61) at com.google.gwt.dev.shell.StandardRebindOracle.rebind (StandardRebindOracle.java:166) at com.google.gwt.dev.shell.ShellModuleSpaceHost.rebind (ShellModuleSpaceHost.java:114) at com.google.gwt.dev.shell.ModuleSpace.rebind (ModuleSpace.java:456) at com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate (ModuleSpace.java:342) at com.google.gwt.dev.shell.GWTBridgeImpl.create (GWTBridgeImpl.java:38) at com.google.gwt.core.client.GWT.create(GWT.java:98) at com.google.gwt.sample.gui.client.Gui.createRolodex(Gui.java:36)
    What steps will reproduce the problem? 1.Use GWT1.5 RC1 2. Try the sample code provided by the Home page 3. Deferred binding exception What is the expected output? What do you see instead? Exception generated What version of the product are you using? On what operating system? 1.1 Please provide any additional information below. [ERROR] Unable to load module entry point class com.google.gwt.sample.gui.client.Gui (see associated exception for details) java.lang.RuntimeException: Deferred binding failed for 'com.google.gwt.sample.gui.client.HelpMovies' (did you forget to inherit a required module?) at com.google.gwt.dev.shell.GWTBridgeImpl.create (GWTBridgeImpl.java:42) at com.google.gwt.core.client.GWT.create(GWT.java:98) at com.google.gwt.sample.gui.client.Gui.createRolodex(Gui.java:36) at com.google.gwt.sample.gui.client.Gui.build(Gui.java:88) at com.google.gwt.sample.gui.client.Gui.onModuleLoad(Gui.java:94) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.google.gwt.dev.shell.ModuleSpace.onLoad (ModuleSpace.java:303) at com.google.gwt.dev.shell.BrowserWidget.attachModuleSpace (BrowserWidget.java:324) Caused by: java.lang.IncompatibleClassChangeError: null at com.google.gwt.dev.cfg.RuleGenerateWith.realize (RuleGenerateWith.java:48) at com.google.gwt.dev.shell.StandardRebindOracle$Rebinder.tryRebind (StandardRebindOracle.java:116) at com.google.gwt.dev.shell.StandardRebindOracle$Rebinder.rebind (StandardRebindOracle.java:61) at com.google.gwt.dev.shell.StandardRebindOracle.rebind (StandardRebindOracle.java:166) at com.google.gwt.dev.shell.ShellModuleSpaceHost.rebind (ShellModuleSpaceHost.java:114) at com.google.gwt.dev.shell.ModuleSpace.rebind (ModuleSpace.java:456) at com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate (ModuleSpace.java:342) at com.google.gwt.dev.shell.GWTBridgeImpl.create (GWTBridgeImpl.java:38) at com.google.gwt.core.client.GWT.create(GWT.java:98) at com.google.gwt.sample.gui.client.Gui.createRolodex(Gui.java:36)
 
Hosted by Google Code