Ok, I know that. I thought I could change that in the config.json. Even
Tango being the default theme for qx.theme.Modern I thought I could use
Oxygen.

Can I do that without changing qx.theme.Modern/Classic?


2008/8/4 Alexander Back <[EMAIL PROTECTED]>

> Hi Guilherme,
>
> the default icon theme for the Modern theme is Tango and the default one
> used with the Classic theme is Oxygen. So if you are using the Classic
> theme without setting the icon theme to "Oxygen" you won't get an icons.
> Does it work if you won't set the "qx.icontheme" at all?
>
> Take a look at "qx.theme.Modern" and "qx.theme.Classic" (both meta theme
> files) for further infomation.
>
> cheers,
>   Alex
>
> Guilherme Aiolfi wrote:
> > All right, that problem was solved.
> >
> > Now that message doesn't show anymore.  Thank you for your help. But if I
> > set:
> >     "themes" :
> >         {
> >               "qx.icontheme" : ["Tango"],
> >               "qx.theme"     : ["Classic"]
> >         }
> >
> > None of icons are shown. But if "qx.icontheme" is set to "Oxygen", it
> works.
> >
> > The same is happing to the "Modern Theme" that just works with "Tango"
> > qx.icontheme.
> >
> >
> > 2008/8/3 <[EMAIL PROTECTED]>
> >
> >>> Hi,
> >>>
> >>> I'm getting this warning when compiling:
> >>>  - Empty replacement of macro 'qx.icontheme' in asset spec.
> >> Your mail contains multiple questions - I'm only replying to this one.
> >> Does the job that you invoke extend "common"?! This is necessary so it
> >> will include the "themes" key.
> >>
> >> Thomas
> >>
> >>> 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
>
-------------------------------------------------------------------------
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