Hi folks,

as some of you already might now, I am developing a web based file
manager which will be part of the MyServ project (myserv-project.org), a
portal server and learning platform for schools. 
The server part is django, the file manager ("MyFM") is qooxdoo and
talks to the server via JSON-RPC.
So far everything was working very well with qx 1.0.1 - in the source
and the build versions. A couple of days ago I migrated to qx 1.1 and
even that works - but only in the source version.
If I run ./generate.py build (did a distclean before) and then open the
whole thing in a browser, I get an error that probably doesn't help you
and me very much: 

"q is null"
http://localhost:8000/site-media/myfm/build/script/myfm.js
Line 1074

How can I debug that and find out what is wrong? As already mentioned
opening source/index.html in the browser is not a problem - everything
works.

Just in case you need the code:
https://code.launchpad.net/myserv

That page will show you two branches: myserv/devel - the server part
which you will probably not need. And the myserv/myfm branch - that is
the qx app - actually it only consists of the Application.js which still
contains a lot of experimental and not very well written code.

I am sorry if this is a noobish newbie question, but I simply couldn't
find a starting point how to debug problems in the "compiled" version of
a qx app.

Thanks in advance for your help

Jörg


------------------------------------------------------------------------------

_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to