I am trying to use the same mechanism that widgetbrowser uses, to select the
theme via the URL query string. I've attached my config.json file, which
correctly generates three files, one each for the three themes I've
included. The problem is that they all make use of the Modern theme instead
of the theme specific to that file. For example, here's the beginning of the
source/script/aiagallery.simple.js file:

(function(){

if (!window.qx) window.qx = {};

qx.$$start = new Date();

if (!window.qxsettings) qxsettings = {};
var settings =
{"qx.application":"aiagallery.Application","qx.theme":"qx.theme.Modern","qx.version":"1.4-pre"};


I must be missing something obvious, as I can't figure out why the QXTHEME
setting for each file isn't taking effect.

Thanks,

Derrell

Attachment: config.json
Description: application/json

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to