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

Last 30 days

  • Dec 23, 2009
    issue 387 (Height of com.gwtext.client.widgets.ProgressBar is 0px if it...) commented on by grudgeholder   -   FYI, set the hideMode of the panel containing the progress bar to 'offsets' With tab panels, the default hideMode of 'display' (using css to hide items) is pretty flaky. 'offsets' simply has the items drawn off screen, but rendered properly
    FYI, set the hideMode of the panel containing the progress bar to 'offsets' With tab panels, the default hideMode of 'display' (using css to hide items) is pretty flaky. 'offsets' simply has the items drawn off screen, but rendered properly
  • Dec 23, 2009
    issue 387 (Height of com.gwtext.client.widgets.ProgressBar is 0px if it...) commented on by juvenshun   -   I am using extjs 2.2 and got the similar issue the work-around is to configure the card with { hideMode: 'offsets'}
    I am using extjs 2.2 and got the similar issue the work-around is to configure the card with { hideMode: 'offsets'}

Older

  • Nov 30, 2009
    issue 331 (Safari 3.1 has an error when attempting to use PropertyGrid) commented on by zhuravskiy.vs   -   It`s problem in Safari 4.x.x too!
    It`s problem in Safari 4.x.x too!
  • Nov 09, 2009
    issue 518 (Items in an AccordionLayout will not expand when clicked if ...) reported by mongrelunleashed   -   What steps will reproduce the problem? 1. Create an AccordionLayout with a few panels in it. 2. Expand one of the panels, then collapse it by clicking the minus sign. 3. Now try and expand another panel (or the same panel). It won't expand. What version of the product are you using? On what operating system? gwtext-2.0.5. Please provide any additional information below. This problem occurs in both Firefox and Chrome, but not in IE. It can be seen in action without writing any code by going to the showcase at http://www.gwt-ext.com/demo/#accordionLayout and clicking the "Show Accordion in Window" button. When the accordion opens up in the Window, try expanding an item and then collapsing it. Now try expanding it again - it won't work. The weird thing with the accordions at the showcase url I mentioned above is that this problem is only exhibited when using the one in the Window but not when using the normal Panel one.
    What steps will reproduce the problem? 1. Create an AccordionLayout with a few panels in it. 2. Expand one of the panels, then collapse it by clicking the minus sign. 3. Now try and expand another panel (or the same panel). It won't expand. What version of the product are you using? On what operating system? gwtext-2.0.5. Please provide any additional information below. This problem occurs in both Firefox and Chrome, but not in IE. It can be seen in action without writing any code by going to the showcase at http://www.gwt-ext.com/demo/#accordionLayout and clicking the "Show Accordion in Window" button. When the accordion opens up in the Window, try expanding an item and then collapsing it. Now try expanding it again - it won't work. The weird thing with the accordions at the showcase url I mentioned above is that this problem is only exhibited when using the one in the Window but not when using the normal Panel one.
  • Nov 06, 2009
    issue 517 (Problem with the Renderer as it returns only String which ca...) reported by chitramudgal   -   I am having a list of integer values on which I need to show a tooltip in the grid. Upon using Renderer the integer value converts into String because of render function provided by Renderer interface. Now when I apply sorting on this particular rendered column then it shows weird results because integer values have been converted into string values. This is all because of String return type of render function in Renderer. Instead it should return Object. Whats the best solution acc to you Sanjiv Jivan. I am using GWT 2.0 on Windows,IE.
    I am having a list of integer values on which I need to show a tooltip in the grid. Upon using Renderer the integer value converts into String because of render function provided by Renderer interface. Now when I apply sorting on this particular rendered column then it shows weird results because integer values have been converted into string values. This is all because of String return type of render function in Renderer. Instead it should return Object. Whats the best solution acc to you Sanjiv Jivan. I am using GWT 2.0 on Windows,IE.
  • Oct 26, 2009
    issue 516 (Please add gwtext 2.0.6 to maven repository) reported by german.delacruz   -   Please, add gwtext 2.0.6 to the maven2 repository Thanks German.-
    Please, add gwtext 2.0.6 to the maven2 repository Thanks German.-
  • Oct 26, 2009
    issue 491 (DateField Width Bug) commented on by ArmiaSix   -   I have found solution, you must set the width of the DateBox again after calling method doLayout() on the parent panel.
    I have found solution, you must set the width of the DateBox again after calling method doLayout() on the parent panel.
  • Oct 22, 2009
    issue 83 (add support for HtmlEditor) commented on by ananduri   -   This problem exists even with gwt-ext-2.0.5/6, running in hosted mode. Interestingly you can write to this HTML editor using the source-edit mode.
    This problem exists even with gwt-ext-2.0.5/6, running in hosted mode. Interestingly you can write to this HTML editor using the source-edit mode.
  • Oct 21, 2009
    issue 491 (DateField Width Bug) commented on by ArmiaSix   -   I have the same problem, bbarczynski's solution does not work. Could you please post your hack?
    I have the same problem, bbarczynski's solution does not work. Could you please post your hack?
  • Oct 20, 2009
    issue 502 (Convert Java date format to PHP (DateField)) commented on by toconnor   -   This conversion routine doesn't handle a bunch of cases. Like this date "4/1/08" in Java would be "M/d/yy" but in PHP would be "n/j/y". Neither the month nor day are handled in this case. Not only that, but just adding another mapping with {"d", "j"} won't fix it since that would convert the "dd" to either "jj" or "j" instead of "d" depending on where the new mapping was inserted.
    This conversion routine doesn't handle a bunch of cases. Like this date "4/1/08" in Java would be "M/d/yy" but in PHP would be "n/j/y". Neither the month nor day are handled in this case. Not only that, but just adding another mapping with {"d", "j"} won't fix it since that would convert the "dd" to either "jj" or "j" instead of "d" depending on where the new mapping was inserted.
  • Oct 20, 2009
    issue 460 (Can't enter data in RichTextArea when gwtext panel is collap...) commented on by spiderjava   -   I've the same problem, in a gwt-ext panel with accordionLayout. Anyone know if still exist e workaround?
    I've the same problem, in a gwt-ext panel with accordionLayout. Anyone know if still exist e workaround?
  • Oct 20, 2009
    issue 515 (Bottom Scroll Bar Not Visible in Tree Panel in IE 7) reported by chad.hutchins182   -   What steps will reproduce the problem? 1. Set up a Tree Panel with restricted size and enable scroll bar. 2. Use IE 7 3. Extend the nodes beyond the visible area so normally a scroll bar would occur. What is the expected output? What do you see instead? We should see a scroll bar at the bottom of the Tree Panel when the nodes extend beyond the visible area. What version of the product are you using? On what operating system? GWT-Ext 2.0.6 w/ ext 2.0.2 Please provide any additional information below. Works fine in Firefox and Google Chrome
    What steps will reproduce the problem? 1. Set up a Tree Panel with restricted size and enable scroll bar. 2. Use IE 7 3. Extend the nodes beyond the visible area so normally a scroll bar would occur. What is the expected output? What do you see instead? We should see a scroll bar at the bottom of the Tree Panel when the nodes extend beyond the visible area. What version of the product are you using? On what operating system? GWT-Ext 2.0.6 w/ ext 2.0.2 Please provide any additional information below. Works fine in Firefox and Google Chrome
  • Oct 19, 2009
    issue 395 (Memory leak destroying panels) commented on by datta.jutliah   -   Any updates on this issue?
    Any updates on this issue?
  • Oct 19, 2009
    issue 514 (Unable to load module entry point class com.trial.gwt.client...) reported by isongoo   -   [ERROR] Unable to load module entry point class com.trial.gwt.client.tmodule (see associated exception for details) java.lang.RuntimeException: Could not find a native method with the signature '@com.gwtext.client.util.JavaScriptObjectHelper::createObject()' at com.google.gwt.dev.shell.ie.ModuleSpaceIE6.doInvokeOnWindow (ModuleSpaceIE6.java:58) at com.google.gwt.dev.shell.ie.ModuleSpaceIE6.doInvoke (ModuleSpaceIE6.java:153) at com.google.gwt.dev.shell.ModuleSpace.invokeNative (ModuleSpace.java:453) at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject (ModuleSpace.java:231) at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject (JavaScriptHost.java:91) at com.gwtext.client.util.JavaScriptObjectHelper.createObject (JavaScriptObjectHelper.java) at com.gwtext.client.data.Node.<init>(Node.java:40) at com.gwtext.client.widgets.tree.TreeNode.<init>(TreeNode.java:46) at com.trial.gwt.client.tmodule.onModuleLoad(tmodule.java:29) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:589) at com.google.gwt.dev.shell.ModuleSpace.onLoad (ModuleSpace.java:326) at com.google.gwt.dev.shell.BrowserWidget.attachModuleSpace (BrowserWidget.java:343) at com.google.gwt.dev.shell.ie.BrowserWidgetIE6.access$300 (BrowserWidgetIE6.java:37) at com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.gwtOnLoad (BrowserWidgetIE6.java:77) at com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.invoke (BrowserWidgetIE6.java:161) at com.google.gwt.dev.shell.ie.IDispatchImpl.Invoke (IDispatchImpl.java:294) at com.google.gwt.dev.shell.ie.IDispatchImpl.method6 (IDispatchImpl.java:194) at org.eclipse.swt.internal.ole.win32.COMObject.callback6 (COMObject.java:117) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1925) at org.eclipse.swt.widgets.Display.readAndDispatch (Display.java:2966) at com.google.gwt.dev.SwtHostedModeBase.processEvents (SwtHostedModeBase.java:264) at com.google.gwt.dev.HostedModeBase.pumpEventLoop (HostedModeBase.java:557) at com.google.gwt.dev.HostedModeBase.run(HostedModeBase.java:405) at com.google.gwt.dev.HostedMode.main(HostedMode.java:232) ------------------------------ When added the code "TreeNode tn = new TreeNode();" ,an error ocurred with messages above. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? gwt-ext-2.0.5 Please provide any additional information below.
    [ERROR] Unable to load module entry point class com.trial.gwt.client.tmodule (see associated exception for details) java.lang.RuntimeException: Could not find a native method with the signature '@com.gwtext.client.util.JavaScriptObjectHelper::createObject()' at com.google.gwt.dev.shell.ie.ModuleSpaceIE6.doInvokeOnWindow (ModuleSpaceIE6.java:58) at com.google.gwt.dev.shell.ie.ModuleSpaceIE6.doInvoke (ModuleSpaceIE6.java:153) at com.google.gwt.dev.shell.ModuleSpace.invokeNative (ModuleSpace.java:453) at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject (ModuleSpace.java:231) at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject (JavaScriptHost.java:91) at com.gwtext.client.util.JavaScriptObjectHelper.createObject (JavaScriptObjectHelper.java) at com.gwtext.client.data.Node.<init>(Node.java:40) at com.gwtext.client.widgets.tree.TreeNode.<init>(TreeNode.java:46) at com.trial.gwt.client.tmodule.onModuleLoad(tmodule.java:29) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:589) at com.google.gwt.dev.shell.ModuleSpace.onLoad (ModuleSpace.java:326) at com.google.gwt.dev.shell.BrowserWidget.attachModuleSpace (BrowserWidget.java:343) at com.google.gwt.dev.shell.ie.BrowserWidgetIE6.access$300 (BrowserWidgetIE6.java:37) at com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.gwtOnLoad (BrowserWidgetIE6.java:77) at com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.invoke (BrowserWidgetIE6.java:161) at com.google.gwt.dev.shell.ie.IDispatchImpl.Invoke (IDispatchImpl.java:294) at com.google.gwt.dev.shell.ie.IDispatchImpl.method6 (IDispatchImpl.java:194) at org.eclipse.swt.internal.ole.win32.COMObject.callback6 (COMObject.java:117) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1925) at org.eclipse.swt.widgets.Display.readAndDispatch (Display.java:2966) at com.google.gwt.dev.SwtHostedModeBase.processEvents (SwtHostedModeBase.java:264) at com.google.gwt.dev.HostedModeBase.pumpEventLoop (HostedModeBase.java:557) at com.google.gwt.dev.HostedModeBase.run(HostedModeBase.java:405) at com.google.gwt.dev.HostedMode.main(HostedMode.java:232) ------------------------------ When added the code "TreeNode tn = new TreeNode();" ,an error ocurred with messages above. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? gwt-ext-2.0.5 Please provide any additional information below.
  • Oct 19, 2009
    issue 513 (Why the source code of doIsCreated(String id) has been comm...) commented on by isongoo   -   There are so many methods were killed...
    There are so many methods were killed...
  • Oct 18, 2009
    issue 513 (Why the source code of doIsCreated(String id) has been comm...) reported by isongoo   -   When IsCreated() has been called ,I got an error with message "source not found"?
    When IsCreated() has been called ,I got an error with message "source not found"?
  • Oct 15, 2009
    issue 512 (function $onResponseReceived in generated jsp uses 100% cpu.) commented on by praful.rajawat   -   The test case runs much faster, less than 5 seconds in Google Chrome and/or Firefox as compared to 45 seconds when using Internet Explorer 6.0 or 7.0. In case someone is looking for alternative. Thank you
    The test case runs much faster, less than 5 seconds in Google Chrome and/or Firefox as compared to 45 seconds when using Internet Explorer 6.0 or 7.0. In case someone is looking for alternative. Thank you
  • Oct 12, 2009
    issue 512 (function $onResponseReceived in generated jsp uses 100% cpu.) commented on by praful.rajawat   -   Any clue? Anybody ?
    Any clue? Anybody ?
  • Oct 08, 2009
    issue 512 (function $onResponseReceived in generated jsp uses 100% cpu.) reported by praful.rajawat   -   function $onResponseReceived(this$static, response){ var $e0, caught, e, encodedResponse, result, statusCode; result = null; caught = null; try { encodedResponse = response.val$xmlHttpRequest.responseText; statusCode = response.val$xmlHttpRequest.status; !!$stats && $stats($moduleName, 'rpc', this$static.methodName + ':' + this$static.requestId + ':responseReceived', bytesStat(this$static.methodName, this$static.requestId, encodedResponse.length)); if (statusCode != 200) { caught = $StatusCodeException(new StatusCodeException(), encodedResponse); } else if (encodedResponse == null) { caught = $InvocationException(new InvocationException(), 'No response payload'); } else if (encodedResponse.indexOf('//OK') == 0) { result = this$static.responseReader.read($createStreamReader(this$static.streamFactory, encodedResponse)); } else if (encodedResponse.indexOf('//EX') == 0) { caught = dynamicCast($readObject($createStreamReader(this$static.streamFactory, encodedResponse)), 140); } else { caught = $InvocationException(new InvocationException(), encodedResponse); } } catch ($e0) { $e0 = caught_0($e0); if (instanceOf($e0, 16)) { caught = $IncompatibleRemoteServiceException(new IncompatibleRemoteServiceException()); } else if (instanceOf($e0, 140)) { e = $e0; caught = e; } else throw $e0; } finally { !!$stats && $stats($moduleName, 'rpc', this$static.methodName + ':' + this$static.requestId + ':responseDeserialized', timeStat(this$static.methodName, this$static.requestId)); } try { if (!caught) { this$static.callback.onSuccess(result); } else { this$static.callback.onFailure(caught); } } finally { !!$stats && $stats($moduleName, 'rpc', this$static.methodName + ':' + this$static.requestId + ':responseCallbackDone', timeStat(this$static.methodName, this$static.requestId)); } } Above javascript code get generated with the var $gwt_version = "1.5.0"; !!$stats && $stats($moduleName, 'rpc', this$static.methodName + ':' + this$static.requestId + ':responseCallbackDone', timeStat(this$static.methodName, this$static.requestId)); Above line takes 100% CPU resources. Why that is? What is the expected output? What do you see instead? It's should not use 100% CPU. What version of the product are you using? On what operating system? var $gwt_version = "1.5.0" OS:XP Browser: IE6 Please provide any additional information below. I are trying to just move the node up or down in a tree and when above function call uses 100% CPU. This is very high severity issue for us.
    function $onResponseReceived(this$static, response){ var $e0, caught, e, encodedResponse, result, statusCode; result = null; caught = null; try { encodedResponse = response.val$xmlHttpRequest.responseText; statusCode = response.val$xmlHttpRequest.status; !!$stats && $stats($moduleName, 'rpc', this$static.methodName + ':' + this$static.requestId + ':responseReceived', bytesStat(this$static.methodName, this$static.requestId, encodedResponse.length)); if (statusCode != 200) { caught = $StatusCodeException(new StatusCodeException(), encodedResponse); } else if (encodedResponse == null) { caught = $InvocationException(new InvocationException(), 'No response payload'); } else if (encodedResponse.indexOf('//OK') == 0) { result = this$static.responseReader.read($createStreamReader(this$static.streamFactory, encodedResponse)); } else if (encodedResponse.indexOf('//EX') == 0) { caught = dynamicCast($readObject($createStreamReader(this$static.streamFactory, encodedResponse)), 140); } else { caught = $InvocationException(new InvocationException(), encodedResponse); } } catch ($e0) { $e0 = caught_0($e0); if (instanceOf($e0, 16)) { caught = $IncompatibleRemoteServiceException(new IncompatibleRemoteServiceException()); } else if (instanceOf($e0, 140)) { e = $e0; caught = e; } else throw $e0; } finally { !!$stats && $stats($moduleName, 'rpc', this$static.methodName + ':' + this$static.requestId + ':responseDeserialized', timeStat(this$static.methodName, this$static.requestId)); } try { if (!caught) { this$static.callback.onSuccess(result); } else { this$static.callback.onFailure(caught); } } finally { !!$stats && $stats($moduleName, 'rpc', this$static.methodName + ':' + this$static.requestId + ':responseCallbackDone', timeStat(this$static.methodName, this$static.requestId)); } } Above javascript code get generated with the var $gwt_version = "1.5.0"; !!$stats && $stats($moduleName, 'rpc', this$static.methodName + ':' + this$static.requestId + ':responseCallbackDone', timeStat(this$static.methodName, this$static.requestId)); Above line takes 100% CPU resources. Why that is? What is the expected output? What do you see instead? It's should not use 100% CPU. What version of the product are you using? On what operating system? var $gwt_version = "1.5.0" OS:XP Browser: IE6 Please provide any additional information below. I are trying to just move the node up or down in a tree and when above function call uses 100% CPU. This is very high severity issue for us.
  • Oct 05, 2009
    GettingStarted Wiki page commented on by ho...@mail.ru   -   HtmlEditor not work under GWT-1.7.0?
    HtmlEditor not work under GWT-1.7.0?
  • Oct 05, 2009
    GettingStarted Wiki page commented on by ho...@mail.ru   -   doesn't HtmlEditor work under gwt-1.7.0 ?
    doesn't HtmlEditor work under gwt-1.7.0 ?
  • Oct 05, 2009
    GettingStarted Wiki page commented on by ho...@mail.ru   -   gwt-ext HtmlEditor dont work under gwt-1.7.0 ???
    gwt-ext HtmlEditor dont work under gwt-1.7.0 ???
  • Sep 25, 2009
    issue 497 (Javascript error in WLS for ColumnNodeUI.js) commented on by yen.mohan   -   hi, i m facing the same problem. even after changing the order in every possible way i m getting the same error. i m using ext 2.0.5 only. kindly advice.
    hi, i m facing the same problem. even after changing the order in every possible way i m getting the same error. i m using ext 2.0.5 only. kindly advice.
  • Sep 20, 2009
    issue 69 (Canoot test GWT-Ext with Selenium) commented on by shruti.hcl   -   Please let me know if you found a solution to this problem of dynamic element ids in a GWT application. Were you able to test this with Selenium ? thanks, Shruti
    Please let me know if you found a solution to this problem of dynamic element ids in a GWT application. Were you able to test this with Selenium ? thanks, Shruti
  • Sep 17, 2009
    issue 398 (No RadioButonColumnConfig for grid (similar with CheckboxCol...) commented on by NgCheeWei   -   Yup, Cristescu.Sorinel got a point there ... RadioColumnConfig is definitely a compulsory selection model for Grids ... but it's an enhancement. Not a defect. Regards, Avatar Ng
    Yup, Cristescu.Sorinel got a point there ... RadioColumnConfig is definitely a compulsory selection model for Grids ... but it's an enhancement. Not a defect. Regards, Avatar Ng
  • Sep 09, 2009
    issue 424 (GWT-EXT swallows exceptions) commented on by tumolin   -   I did what you suggested but I'm still not able to get my "onerror" function to get called. My code: public void onModuleLoad() { onError(); getError(); } public static native void onError() /*-{ $wnd.onerror=function() { alert("error"); } }-*/; public native void getError() /*-{ var a = null; a.b; }-*/; Am I missing something? Shouldn't I get the alert for the error? Note: I tried in many different browsers as well as in hosted mode
    I did what you suggested but I'm still not able to get my "onerror" function to get called. My code: public void onModuleLoad() { onError(); getError(); } public static native void onError() /*-{ $wnd.onerror=function() { alert("error"); } }-*/; public native void getError() /*-{ var a = null; a.b; }-*/; Am I missing something? Shouldn't I get the alert for the error? Note: I tried in many different browsers as well as in hosted mode
  • Sep 07, 2009
    issue 180 (Maven repository) commented on by pl.massard   -   Sorry to ask again, but please, may you add a pom.xml?
    Sorry to ask again, but please, may you add a pom.xml?
  • Sep 04, 2009
    issue 491 (DateField Width Bug) commented on by bbarczynski   -   I solve the problem :P Use public void setWidth(int width) insted of public void setWidth(java.lang.String width) But the problem is still open.
    I solve the problem :P Use public void setWidth(int width) insted of public void setWidth(java.lang.String width) But the problem is still open.
  • Sep 01, 2009
    issue 497 (Javascript error in WLS for ColumnNodeUI.js) commented on by Patragorn   -   The problem firebug reports is exactly the same infact i'm not using paging of the grid, so the application functions. I also have to report that firefox 3.5.x throws it. I believe a very simple solution is to switch back to ext 2.0.5 that are essentially the same otherwise everytime you can edit the *.nocache.js and invert the order of the document.write(). bye Pat
    The problem firebug reports is exactly the same infact i'm not using paging of the grid, so the application functions. I also have to report that firefox 3.5.x throws it. I believe a very simple solution is to switch back to ext 2.0.5 that are essentially the same otherwise everytime you can edit the *.nocache.js and invert the order of the document.write(). bye Pat
  • Sep 01, 2009
    issue 497 (Javascript error in WLS for ColumnNodeUI.js) commented on by NgCheeWei   -   not sure this is the same issue, I'm using data grid (with or without paging). got following throw outs from FireBug: -------------- Ext is not defined ColumnNodeUI.js()ColumnNodeUI.js (line 9) [Break on this error] Ext.tree.ColumnTree = Ext.extend( Ext.tree.TreePanel,\r\n -------------- Notes: - if I'm using grid with paging, it will not work at all. - if using grid without paging, it will work but still throw out error - using firefox 3.5.2, GWT 1.7 Regards, Avatar Ng
    not sure this is the same issue, I'm using data grid (with or without paging). got following throw outs from FireBug: -------------- Ext is not defined ColumnNodeUI.js()ColumnNodeUI.js (line 9) [Break on this error] Ext.tree.ColumnTree = Ext.extend( Ext.tree.TreePanel,\r\n -------------- Notes: - if I'm using grid with paging, it will not work at all. - if using grid without paging, it will work but still throw out error - using firefox 3.5.2, GWT 1.7 Regards, Avatar Ng
  • Sep 01, 2009
    issue 497 (Javascript error in WLS for ColumnNodeUI.js) commented on by NgCheeWei   -   not sure this is the same issue, I'm using data grid (with or without paging). got following throw outs from FireBug: -------------- Ext is not defined ColumnNodeUI.js()ColumnNodeUI.js (line 9) [Break on this error] Ext.tree.ColumnTree = Ext.extend( Ext.tree.TreePanel,\r\n -------------- Notes: - if I'm using grid with paging, it will not work at all. - using firefox 3.5.2, GWT 1.7 Regards, Avatar Ng
    not sure this is the same issue, I'm using data grid (with or without paging). got following throw outs from FireBug: -------------- Ext is not defined ColumnNodeUI.js()ColumnNodeUI.js (line 9) [Break on this error] Ext.tree.ColumnTree = Ext.extend( Ext.tree.TreePanel,\r\n -------------- Notes: - if I'm using grid with paging, it will not work at all. - using firefox 3.5.2, GWT 1.7 Regards, Avatar Ng
  • Sep 01, 2009
    issue 497 (Javascript error in WLS for ColumnNodeUI.js) commented on by NgCheeWei   -   not sure this is the same issue, I'm using data grid (with or without paging). got following throw outs from FireBug: -------------- Ext is not defined ColumnNodeUI.js()ColumnNodeUI.js (line 9) [Break on this error] Ext.tree.ColumnTree = Ext.extend( Ext.tree.TreePanel,\r\n -------------- if I'm using grid with paging, it will not work at all. Regards, Avatar Ng
    not sure this is the same issue, I'm using data grid (with or without paging). got following throw outs from FireBug: -------------- Ext is not defined ColumnNodeUI.js()ColumnNodeUI.js (line 9) [Break on this error] Ext.tree.ColumnTree = Ext.extend( Ext.tree.TreePanel,\r\n -------------- if I'm using grid with paging, it will not work at all. Regards, Avatar Ng
  • Aug 31, 2009
    GettingStarted Wiki page commented on by NgCheeWei   -   gwt-ext really works out in production ... this is the greatest web design approach.
    gwt-ext really works out in production ... this is the greatest web design approach.
  • Aug 31, 2009
    GettingStarted Wiki page commented on by NgCheeWei   -   GWT and GWT-Ext, these 2 works out just fine ...
    GWT and GWT-Ext, these 2 works out just fine ...
  • Aug 30, 2009
    issue 511 (doBeforeRowSelect error: JS value of type boolean, expected...) reported by bbarczynski   -   What steps will reproduce the problem? Code: getCellSelectionModel().addListener( new CellSelectionModelListenerAdapter() { @Override public boolean doBeforeRowSelect(CellSelectionModel sm, int rowIndex, int colIndex) { if (colIndex != 0) return false; return true; } }); generates error: 2009-08-30 18:04:40,993 FATAL [-:-] - Uncaught JavaScript exception [com.google.gwt.dev.shell.HostedModeException: Calling method 'doBeforeRowSelect': JS value of type boolean, expected int at com.google.gwt.dev.shell.JsValueGlue.getIntRange(JsValueGlue.java:267) at com.google.gwt.dev.shell.JsValueGlue.get(JsValueGlue.java:103) at com.google.gwt.dev.shell.ie.SwtOleGlue.convertVariantsToObjects(SwtOleGlue.java:57) [..] I think that this is a error in GWT EXT. A use gwt 1.7, gwt ext 2.0.6, google eclipse plugin.
    What steps will reproduce the problem? Code: getCellSelectionModel().addListener( new CellSelectionModelListenerAdapter() { @Override public boolean doBeforeRowSelect(CellSelectionModel sm, int rowIndex, int colIndex) { if (colIndex != 0) return false; return true; } }); generates error: 2009-08-30 18:04:40,993 FATAL [-:-] - Uncaught JavaScript exception [com.google.gwt.dev.shell.HostedModeException: Calling method 'doBeforeRowSelect': JS value of type boolean, expected int at com.google.gwt.dev.shell.JsValueGlue.getIntRange(JsValueGlue.java:267) at com.google.gwt.dev.shell.JsValueGlue.get(JsValueGlue.java:103) at com.google.gwt.dev.shell.ie.SwtOleGlue.convertVariantsToObjects(SwtOleGlue.java:57) [..] I think that this is a error in GWT EXT. A use gwt 1.7, gwt ext 2.0.6, google eclipse plugin.
  • Aug 27, 2009
    issue 464 ([DEBUG] Scanning source for uses of the deprecated gwt.typeA...) commented on by cristescu.sorinel   -   I'm glad I could help :) Enjoy it ! Another better solution is to extract all project from SVN, resolve all generics stuff, and put here the version (I did that once), but I cannot commit the changes back :( Cheers, Sorinel CRISTESCU
    I'm glad I could help :) Enjoy it ! Another better solution is to extract all project from SVN, resolve all generics stuff, and put here the version (I did that once), but I cannot commit the changes back :( Cheers, Sorinel CRISTESCU
  • Aug 25, 2009
    issue 510 (I want to add scrolling controls to a tab panel) reported by miharia.ankita   -   What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? i add a new scroll panel and then the tab panel to the scroll panel , however, the scroll bars appear above the tabs , i need them inside , for each individual tab What version of the product are you using? On what operating system? windows 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? i add a new scroll panel and then the tab panel to the scroll panel , however, the scroll bars appear above the tabs , i need them inside , for each individual tab What version of the product are you using? On what operating system? windows Please provide any additional information below.
  • Aug 23, 2009
    GettingStarted Wiki page commented on by kurt6string   -   To illustrate my confusion, you tell me to: You do this by copying ext-all.js and the entire resources and adapter directories from the Ext distribution into a directory under your "public" directory. For example copy the files to /main/src/com/foo/public/js/ext/ What is the final tree? Is it this? /main/src/com/foo/public/js/ext/ext-all.js /main/src/com/foo/public/js/ext/adapter /main/src/com/foo/public/js/ext/resources
    To illustrate my confusion, you tell me to: You do this by copying ext-all.js and the entire resources and adapter directories from the Ext distribution into a directory under your "public" directory. For example copy the files to /main/src/com/foo/public/js/ext/ What is the final tree? Is it this? /main/src/com/foo/public/js/ext/ext-all.js /main/src/com/foo/public/js/ext/adapter /main/src/com/foo/public/js/ext/resources
  • Aug 23, 2009
    GettingStarted Wiki page commented on by kurt6string   -   All I need is an exact file tree listing, showing every file in-place, followed by the exact mods to your apps xml file and whatnot.
    All I need is an exact file tree listing, showing every file in-place, followed by the exact mods to your apps xml file and whatnot.
  • Aug 23, 2009
    GettingStarted Wiki page commented on by kurt6string   -   It MUST be done on one damm page or your audience percentage shrinks massively.
    It MUST be done on one damm page or your audience percentage shrinks massively.
  • Aug 23, 2009
    GettingStarted Wiki page commented on by kurt6string   -   After spending 2 fucking hours reading the instructions I still don't know exactly where to pour what files, into an eclipse/googleplugin create application. you folks don't realize it but these instructions are obtuse and misleading. tell me exactly how to pour the latest gwt-ext (show me an exact replica of an eclipse/googleplugin) project dammit.
    After spending 2 fucking hours reading the instructions I still don't know exactly where to pour what files, into an eclipse/googleplugin create application. you folks don't realize it but these instructions are obtuse and misleading. tell me exactly how to pour the latest gwt-ext (show me an exact replica of an eclipse/googleplugin) project dammit.
  • Aug 21, 2009
    issue 453 (Different TextBox height in IE and FF) commented on by elfran   -   Is there a way to fix this problem without having to change the style in EVERY field ? I mean, a solution modifing some css ? Thanks!
    Is there a way to fix this problem without having to change the style in EVERY field ? I mean, a solution modifing some css ? Thanks!
  • Aug 19, 2009
    issue 497 (Javascript error in WLS for ColumnNodeUI.js) commented on by Patragorn   -   this problem for me is appeared with gwt-ext 2.0.6, infact in previous release columnnodeui.js wasn't present
    this problem for me is appeared with gwt-ext 2.0.6, infact in previous release columnnodeui.js wasn't present
  • Aug 19, 2009
    issue 497 (Javascript error in WLS for ColumnNodeUI.js) commented on by Patragorn   -   i also have this problem, is annoying infact every time at start-up it gives the error. this is myapp-nocache.js fragment: if (!__gwt_scriptsLoaded['js/columntree/ColumnNodeUI.js']) { __gwt_scriptsLoaded['js/columntree/ColumnNodeUI.js'] = true; document.write('<script language="javascript" src="' + base + 'js/columntree/ColumnNodeUI.js"><\/script>'); } if (!__gwt_scriptsLoaded['js/ext/adapter/ext/ext-base.js']) { __gwt_scriptsLoaded['js/ext/adapter/ext/ext-base.js'] = true; document.write('<script language="javascript" src="' + base + 'js/ext/adapter/ext/ext-base.js"><\/script>'); } as you can see columnnodeui.js is loaded before gwtext, so the error. I also have the error with ie7, opera 9.6x, firefox 3.0x and firefox 3.1, seems that firefox 3.5 ignores it, it doesn't depends on the webserver i'm using tomcat and i got the error...as you can see the javascript generated is erroneous. i hope it'll be solved. bye Pat
    i also have this problem, is annoying infact every time at start-up it gives the error. this is myapp-nocache.js fragment: if (!__gwt_scriptsLoaded['js/columntree/ColumnNodeUI.js']) { __gwt_scriptsLoaded['js/columntree/ColumnNodeUI.js'] = true; document.write('<script language="javascript" src="' + base + 'js/columntree/ColumnNodeUI.js"><\/script>'); } if (!__gwt_scriptsLoaded['js/ext/adapter/ext/ext-base.js']) { __gwt_scriptsLoaded['js/ext/adapter/ext/ext-base.js'] = true; document.write('<script language="javascript" src="' + base + 'js/ext/adapter/ext/ext-base.js"><\/script>'); } as you can see columnnodeui.js is loaded before gwtext, so the error. I also have the error with ie7, opera 9.6x, firefox 3.0x and firefox 3.1, seems that firefox 3.5 ignores it, it doesn't depends on the webserver i'm using tomcat and i got the error...as you can see the javascript generated is erroneous. i hope it'll be solved. bye Pat
  • Aug 19, 2009
    issue 509 (can't purgeListeners for pagingtoolbar's button) reported by czhik...@163.com   -   What steps will reproduce the problem? 1. pagingToolbar.doOnRender(new Function(){ public void execute() { pagingToolbar.getNextButton ().purgeListeners(); }); 2.but I click the nextbutton, do the same, alert 'this.proxy' is null or undefined; 3. I use gwt-ext 2.0.5 thanks.
    What steps will reproduce the problem? 1. pagingToolbar.doOnRender(new Function(){ public void execute() { pagingToolbar.getNextButton ().purgeListeners(); }); 2.but I click the nextbutton, do the same, alert 'this.proxy' is null or undefined; 3. I use gwt-ext 2.0.5 thanks.
  • Aug 14, 2009
    issue 464 ([DEBUG] Scanning source for uses of the deprecated gwt.typeA...) commented on by withrajkulkarni   -   Hi I was getting lot of deprecated warning messages like "Deprecated use of gwt.typeArgs for field attributesAllowed; Please use java.util.ArrayList<java.lang.String> as the field's type" and like. Sol : As suggested i replaced gwtext-2.0.5.jar with gwtext-2.0.6.jar and now i am not getting any warnings. Thanks a lot for the solution.You made my day:) Jai
    Hi I was getting lot of deprecated warning messages like "Deprecated use of gwt.typeArgs for field attributesAllowed; Please use java.util.ArrayList<java.lang.String> as the field's type" and like. Sol : As suggested i replaced gwtext-2.0.5.jar with gwtext-2.0.6.jar and now i am not getting any warnings. Thanks a lot for the solution.You made my day:) Jai
  • Aug 12, 2009
    issue 185 (VType Customization) commented on by eriselis   -   if you have a TextField, you can use textField.setRegex(yourRegexValidation); textField.setRegexText(yourRegexValidationMessage); instead of textField.setVtype and textField.setVtypeText
    if you have a TextField, you can use textField.setRegex(yourRegexValidation); textField.setRegexText(yourRegexValidationMessage); instead of textField.setVtype and textField.setVtypeText
  • Aug 12, 2009
    issue 185 (VType Customization) commented on by eriselis   -   if you have a TextField, you can use textField.setRegex(yourRegexValidation); textField.setRegexText(yourRegexValidationMessage); instead of textField.setVtype
    if you have a TextField, you can use textField.setRegex(yourRegexValidation); textField.setRegexText(yourRegexValidationMessage); instead of textField.setVtype
  • Aug 12, 2009
    issue 508 (Window.CloseAction class has a private constructor it should...) commented on by sumanyadav1812   -   I am using gwt-ext 2.0.2 and ext-2.2
    I am using gwt-ext 2.0.2 and ext-2.2
  • Aug 12, 2009
    issue 508 (Window.CloseAction class has a private constructor it should...) reported by sumanyadav1812   -   What steps will reproduce the problem? 1. The requirement is that some additional clean-up is to be done before a modal window is closed. Window.setCloseAction(Window.CloseAction ca) is the method that has to be used to plug in that behaviour for window closing through close tool. 2. Typically the solution for above scenario would be to subclass Window.CloseAction, override String getCloseAction() method and do the extra activity before say returning Window.CLOSE.getCloseAction(), this is the intended use of that method. 3. Making the constructor private defeats the whole purpose of the method and having the nested class defined for this as there is no way we can have a custom behaviour. What is the expected output? What do you see instead? Ideally Window.CloseAction class's constructor should be a protected Please use labels and text to provide additional information.
    What steps will reproduce the problem? 1. The requirement is that some additional clean-up is to be done before a modal window is closed. Window.setCloseAction(Window.CloseAction ca) is the method that has to be used to plug in that behaviour for window closing through close tool. 2. Typically the solution for above scenario would be to subclass Window.CloseAction, override String getCloseAction() method and do the extra activity before say returning Window.CLOSE.getCloseAction(), this is the intended use of that method. 3. Making the constructor private defeats the whole purpose of the method and having the nested class defined for this as there is no way we can have a custom behaviour. What is the expected output? What do you see instead? Ideally Window.CloseAction class's constructor should be a protected Please use labels and text to provide additional information.
 
Hosted by Google Code