Hi,
is it possible to set the resource path at runtime with qooxdoo 1.0+?
With qooxdoo 0.7 you could set the resource path in the html-file with:
<script type="text/javascript">
qxsettings = {"qx.resourceUri" : "path_to_resource_dir"};
</script>
Is there anything comparable in the newest qooxdoo version?
I did the following AFTER my inline-application is loaded and it worked,
but it's not the nicest way.
<script type="text/javascript">
qx.$$libraries.qx.resourceUri = "path_to_resource_dir";
</script>
Thanks in advance
Thorsten
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel