If you uncomment the SilverBlueTheme manifest entry in your "library" 
section, your app should be generated without errors. In your setup 
below, apparently the SilverBlue manifest overrides the DarkTheme 
manifest, in other words: you can only have one theme manifest at a time.

Norbert


Am 14.09.2015 um 10:24 schrieb Peter Caffin:
> Hi Norbert,
>
> I'm just trying this theme out with my app, and I get this error:
>
>   >>> Scanning libraries
> Error: Invalid include block: [u'au_js.Application',
> u'darktheme.theme.Theme']
> <type 'exceptions.RuntimeError'> :
> Expression gives no results. Malformed entry: darktheme.theme.Theme
>
>
> Using:
>
>
>     "let" :
>     {
>       "APPLICATION"  : "au_js",
>       "QOOXDOO_PATH" : "/[...]/qooxdoo-5.0-sdk",
> //    "QXTHEME"      : "au_js.theme.Theme",
> //    "QXTHEME"      : "silverbluetheme.theme.Theme",
>       "QXTHEME"      : "darktheme.theme.Theme",
>       "API_EXCLUDE"  : ["qx.test.*", "${APPLICATION}.theme.*",
> "${APPLICATION}.test.*", "${APPLICATION}.simulation.*"],
>       "LOCALES"      : [ "en" ],
>       "CACHE"        : "${TMPDIR}/qx${QOOXDOO_VERSION}/cache",
>       "ROOT"         : "."
>     },
>
> [...]
>
>     "jobs" :
>     {
>       "libraries" :
>       {
>         "library" :
>         [
>           {
>             "manifest": "/[...]/Qx.Contribs/Dialog-0.5/Manifest.json",
>             "manifest": "/[...]/Qx.Contribs/DarkTheme/Manifest.json",
>             "manifest": "/[...]/Qx.Contribs/SilverBlueTheme/Manifest.json"
>           }
>         ]
>       }
>
> SilverBlueTheme runs OK if I uncomment that one (btw, looks like the
> reason that calendar icon wasn't showing up was because the icons
> directory is missing - I ended up copying it from the demo).
>
> Any suggestions?
>
> Thanks.
>
>
> On 13/09/2015 4:46 am, Norbert Schröder wrote:
>> Hello,
>>
>> The "DarkTheme" for modern qooxdoo versions is now available, please use
>> this link to download the source code of the theme:
>> http://scro34.de/darktheme/source/trunk/darktheme_trunk.zip
> ------------------------------------------------------------------------------
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to