Hello, I have been trying to use Gwt-ext with charts, and am having some problems.
1. The charts do not render after changing view, using the charts within accordion panel or tabs. The situation is experienced on firefox. Firebug reports an error such as: Error: this._swf.setDataProvider is not a function stated on http://www.gwt-ext.com/forum/viewtopic.php?f=8&t=2366&p=10600 I think this issue is releated to refreshing, as I am refreshing the charts on some events and this error occurs also on this refreshing. Refresh method seems like the problem. 2. piechart does not work as it should, after refreshing the chart, using ie. 3. On gwt browser, only one chart is displayed, regardless of how many charts there are to be rendered. 4. On gwt browser, there is an error such as : [ERROR] Uncaught exception escaped java.lang.IllegalStateException: This method can be called only after the chart had been rendered at com.gwtext.client.widgets.chart.yui.ChartPanel.refresh (ChartPanel.java:204) at com.margathea.gwtext.client.panel.chart.TimeBasedLineChart.triggerTimeBasedStoreChangeDataEvent (TimeBasedLineChart.java:41) at com.margathea.gwtext.client.event.analysis.TimeBasedStoreChangeDataEventListenerRegistry.triggerUpdate (TimeBasedStoreChangeDataEventListenerRegistry.java:14) at com.margathea.gwtext.client.panel.grid.callback.TimeBasedChartFillDataArrayAsyncCallback.onSuccess (TimeBasedChartFillDataArrayAsyncCallback.java:28) at com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived (RequestCallbackAdapter.java:215) at com.google.gwt.http.client.Request.fireOnResponseReceivedImpl (Request.java:254) at com.google.gwt.http.client.Request.fireOnResponseReceivedAndCatch (Request.java:226) at com.google.gwt.http.client.Request.fireOnResponseReceived (Request.java:217) 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:597) at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java: 103) at com.google.gwt.dev.shell.ie.IDispatchImpl.callMethod (IDispatchImpl.java:126) at com.google.gwt.dev.shell.ie.IDispatchProxy.invoke (IDispatchProxy.java:155) at com.google.gwt.dev.shell.ie.IDispatchImpl.Invoke (IDispatchImpl.java:294) at com.google.gwt.dev.shell.ie.IDispatchImpl.method6 (IDispatchImpl.java:194) I have this error as many as charts on the application. On gwt-ext forum, the issue was stated as a yui error. I have posted a message to the yui mailing list and received a reply stating that the issue was solved with 2.6.0 release. I have tried updating the yui related js files on both the gwt-ext jar and the scripts in public folder in the project structure, but the charts did not render at all. Is there a release planned that includes this issue ? If there is, could you please tell the release date, if it is decided upon ? If not, it would be great if you could direct me about how to solve the issue. Thank you for your time, Alp --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/gwt-ext?hl=en -~----------~----~----~----~------~----~------~--~---
