
ofcgwt - issue #43
The development shell servlet received a request for 'test-bug.txt' in module 'data-files.gwt.xml'
What steps will reproduce the problem? 1. just create a line Chart added in a com.gwtext.client.widgets.Panel
What is the expected output? What do you see instead? error message in log : The development shell servlet received a request for 'test-bug.txt' in module 'data-files.gwt.xml'
in the panel :
Open Flash Chart IO ERROR Loading test data Error #2032
External Interface is allowed - get-data = open_flash_chart_data
What version of the product are you using? On what operating system? 1. use of GWT 1.5.3 2. use of gwtext-2.0.5 3. use of ofcgwt-1.3.0.jar
on windows Vista
Please provide any additional information below :
if i'm using the same line chart in a com.gwtext.client.widgets.Window it works fine
Comment #1
Posted on May 6, 2009 by Quick HorseFew things....
1) I can't support a JS framework like GWTEXT as its a GWT wrapper around ExtJS which does its own DOM manipulations - things are just too complex to know why things don't work.
2) Try moving to OFCGWT 2.x and GWT 1.6 as some improvements have been made in the widget lifecycle mgmt.
Comment #2
Posted on May 6, 2009 by Quick Lionok but what is the explanation of this error message :
The development shell servlet received a request for 'test-bug.txt' in module 'data-files.gwt.xml'
i try to retreive the 'data-files.gwt.xml' file but i don't find it
Comment #3
Posted on May 7, 2009 by Quick HorseIt means the Javascript for the Flash object has failed and the OFC chart flash is trying to load the default text json test file. This happens when the JS (or GWT) hasn't been able to provide the OFC flash chart the source JSON data - and due to the funky DOM manipulations that ExtJS does, it probably broke the Flash object insertion.
As mentioned, this was improved in OFCGWT 2.x so upgrade and see if that helps.
Comment #4
Posted on May 30, 2009 by Happy MonkeyHi,
I get the same error if I try to add a chart to the first tab of smartgwt (addition works if I add to the second tab etc. and this works with both 1.5 and 1.6 gwt). I use ofcgwt-1.3.0.jar on Vista os. OFCGWT 2.x doesn't work at all. I can run my application neither with gwt 1.5 nor with gwt 1.6.
Thanks in advance.
Status: WontFix
Labels:
Type-Defect
Priority-Medium