And now WITH attachment ...
On Fri, 17 Sep 2010, Fritz Zaucker wrote:
Attached my complete config.json
Watch out, I have set QOOXDOO_PATH to a local directory (symlink to the
install path), you most likely must change that and all occurances of bwt.
Cheers,
Fritz
On Fri, 17 Sep 2010, Norbert Schroeder wrote:
I know that you cannot change a theme at runtime, this was not what I meant
by "running".
Nevertheless, I still don't get my test application to run with the dark
theme.
Cheers,
Norbert
Fritz Zaucker-2 wrote:
You cannot change themes at run-time with Qooxdoo.
I don't get an error generating source/build and when I start the newly
generated application it has the new theme.
Cheers,
Fritz
On Fri, 17 Sep 2010, Norbert Schroeder wrote:
Hi Fritz,
what do you mean by "works for me"? Is the theme actually applied to a
running application? Or does a "generate source" just produce no errors?
I now get the same error message as Leandro.
Cheers,
Norbert
Fritz Zaucker-2 wrote:
"libraries" : {
"library" : [ { "manifest" :
"contrib://DarkTheme/trunk/Manifest.json" } ]
},
and
"let" : {
...
...
"QXTHEME" : "darktheme.theme.Theme",
...
...
}
works for me.
Cheers,
Fritz
--
Oetiker+Partner AG tel: +41 62 775 9903 (direct)
Fritz Zaucker +41 62 775 9900 (switch board)
Aarweg 15 +41 79 675 0630 (mobile)
CH-4600 Olten fax: +41 62 775 9905
Schweiz web: www.oetiker.ch
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
--
Oetiker+Partner AG tel: +41 62 775 9903 (direct)
Fritz Zaucker +41 62 775 9900 (switch board)
Aarweg 15 +41 79 675 0630 (mobile)
CH-4600 Olten fax: +41 62 775 9905
Schweiz web: www.oetiker.ch
// $Id: config.json 399 2010-09-17 13:14:42Z zaucker $
{
"name" : "bwt",
"include" :
[
{
"path" : "${QOOXDOO_PATH}/tool/data/config/application.json"
}
],
"export" :
[
"api",
"build",
"clean",
"distclean",
"fix",
"info",
"inspector",
"lint",
"migration",
"pretty",
"profiling",
"source",
"source-all",
"test",
"test-source",
"translation"
],
"let" :
{
"APPLICATION" : "bwt",
"QOOXDOO_PATH" : "qooxdoo",
"QXTHEME" : "qx.theme.Classic",
"QXTHEME" : "bwt.theme.Theme",
"QXTHEME" : "darktheme.theme.Theme",
"API_EXCLUDE" : ["qx.test.*", "${APPLICATION}.theme.*",
"${APPLICATION}.test.*"],
"LOCALES" : [ "en","de","fr" ],
"CACHE" : "./cache_nohb",
"ROOT" : "."
},
// You only need to edit the remainder of this file, if you want to customize
// specific jobs, or add own job definitions.
"jobs" :
{
"libraries" : {
"library" : [
{ "manifest" : "contrib://DarkTheme/trunk/Manifest.json" }
]
},
"pretty" :
{
"pretty-print" :
{
"general" :
{
"indent-string" : " "
},
"comments" :
{
"trailing" :
{
"keep-column" : false,
"padding" : "* "
}
},
"blocks" :
{
"align-with-curlies" : false,
"open-curly" :
{
"newline-before" : "n",
"indent-before" : false
}
}
}
}
}
}
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel