Hi,

I am developing a qooxdoo desktop GUI that is an integral part of
bigger enterprise application. That's why all the contents is served
by an application server, and testing it as file:/// is not possible.
Generally, the application runs OK, with the exception that it can't
load minimize/maximize/close icons for a qx.ui.window.Window. Server
log shows me that the application tries to access
http://localhost:8080/qooxdoo-2.1.1-sdk/framework/source/resource/qx/decoration/Simple/window/*.gif.
Obviously, qooxdoo framework sources are not served by an appserver,
and shouldn't be. I can workaround this by copying missing resources
into /source/resource/qx/* and patching libinfo.__out__.qx.resourceUri
in the generated source/script/myapp.js, but of course this is a hack
that will only work until next generate action is called (that means,
until I add/remove a class or make similar modification). Is there any
standard way of how to deal with this issue? The build version is not
affected, but obviously it can't use it for development. For the
source version, I'm using ./generate.py without arguments, that means,
I'm building source-hybrid; in other cases (source and source-all), it
will try to pull _all_ the qooxdoo classes from the server, not only
the resources.

Thanks in advance!
Ripston
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to