7 Oct 16:28
Custom 0.8 theme "not available"?
From: Gaetan de Menten <gdementen <at> gmail.com>
Subject: Custom 0.8 theme "not available"?
Newsgroups: gmane.comp.lang.javascript.qooxdoo.devel
Date: 2008-10-07 14:31:50 GMT
Subject: Custom 0.8 theme "not available"?
Newsgroups: gmane.comp.lang.javascript.qooxdoo.devel
Date: 2008-10-07 14:31:50 GMT
I'm using an "extended" modern theme for my application, that is I'm
inheriting from the theme and adding some states ("invalid", ...) to
some widgets. It works fine in source form, but I systematically get
the following exception as the first message in my console:
The theme to use is not available: pinte.theme.Common Meta.js (line 108)
While my theme seem to work flawlessly (except from this error
message) in source form, the error seem fatal in "build" form. Any
idea what might be causing this?
My config.json does contain those lines:
...
"QXTHEME" : "pinte.theme.Common",
...
"include" :
[
"${APPLICATION}.Application",
"${QXTHEME}"
],
and pinte/theme/Common.js looks like this:
qx.Theme.define("pinte.theme.Common", {
title: "Common theme",
meta: {
appearance : pinte.theme.Appearance,
color: pinte.theme.Color,
(Continue reading)
RSS Feed