gslender / ofcgwt

Automatically exported from code.google.com/p/ofcgwt
0 stars 0 forks source link

The development shell servlet received a request for 'stack-bar-2.txt' in module 'data-files.gwt.xml' #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I added ofcgwt to my gwt app according to the turtorial. After launching
the app and navigating to the charting sample page, I receive the following
error message (in hosted mode):

[TRACE] The development shell servlet received a request for
'stack-bar-2.txt' in module 'data-files.gwt.xml' 

What can be the reason and where can I download the data-files module?

Best regards,
Rudolf Traunmüller

Original issue reported on code.google.com by rudolftr...@hotmail.com on 10 Nov 2008 at 9:56

GoogleCodeExporter commented 9 years ago
the swf flash object, when it fails to be provided with any chart data content, 
will
try and load a debug test script - stack-bar-2.txt is the developers test 
script.

if you seeing this, there must be something wrong with how you 
loaded/configured OFCGWT

did you follow the getting started guide exactly???

Original comment by gslen...@gmail.com on 10 Nov 2008 at 10:09

GoogleCodeExporter commented 9 years ago
I have a gui component "SamplePage" which derives from
com.extjs.gxt.ui.client.widget.LayoutContainer. 

The adding to the root panel is done in the 
    public void onModuleLoad() {
        RootPanel.get().add(this);
    }
method. 

The gui is initialized in the constructor: Here I create the
com.extjs.gxt.ui.client.widget.TabPanel and add two TabItems, one of which 
containing
a sample piechart. 

When I navigate to the according tabitem, i can see the error message mentioned
above. Maybe I have to create the gui widgets somewhere else, not in the 
constructor
of the layoutcontainer? 

Original comment by rudolftr...@hotmail.com on 10 Nov 2008 at 10:17

GoogleCodeExporter commented 9 years ago
please post in the ofcgwt groups - the bug tracking database is the wrong place 
to be
asking for help.

btw - if you are using ExtGWT, make sure you are using this library
http://code.google.com/p/ext-ux-ofcgxt/ - it works with GXT.

Original comment by gslen...@gmail.com on 10 Nov 2008 at 11:14