Hi,

I'm getting this warning when compiling:
 - Empty replacement of macro 'qx.icontheme' in asset spec.

I'm little lost. I want to be able to use one theme with a iconset from
another one. My config.json has a

"jobs" :
 {
    "common" :
    {
        ...
        "themes" :
        {
         "qx.icontheme" : ["Oxygen"],
         "qx.theme"     : ["Modern"]
       }
       ...
    }
}

then in Application.js I've just copied:

/* ************************************************************************

#asset(qx/icon/${qx.icontheme}/16/*)
#asset(qx/icon/Oxygen/*)
#asset(qx/icon/Tango/*)

************************************************************************ */

What is wrong here?

...

Is it possible to use, for example, the Classic Theme but the Modern
appearance just for tables?
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to