On 02/21/2013 12:01 PM, Tobias Koller (GERMO GmbH) wrote:
qooxdoo 0.7 with current qooxdoo-version mix ?

Hi thron,

I'm still converting my 0.7.4 to 0.8.3 and I guess I'm close to finish it (with still all legacy-namespaces included).

Now I have a problem with the theming.

In my application I'm using my own theme with some alias for Colors, borders ,.....

These themes are inherited from the qx.legacy.theme-classes.

My "make-file" from 0.7.4 has this setting:

APPLICATION_THEME = myapp.theme.Classic

How can I set this theme to be my default-theme in 0.8.3 ?

Do I have to change the config.json-file here?


Exactly. In the config.json file, in the top-level "let" section, set

    "QXTHEME" : "myapp.theme.Classic"

That should do the trick. You probably already discovered the migration guide 0.7 -> 0.8, which is part of the 0.8 documentation:

http://attic.qooxdoo.org/documentation/0.8/migration_guide_from_07

On that page, there is also a link to a dedicated page dealing with mappings of old Makefile macros to new config settings:

http://attic.qooxdoo.org/documentation/0.8/migration_makefile

Mind, though, that config settings have also evolved since 0.8, so you might want to cross-check the information of that page with the current (2.1.x) settings:

http://manual.qooxdoo.org/2.1.x/pages/tool/generator/generator_config_macros.html
http://manual.qooxdoo.org/2.1.x/pages/tool/generator/generator_config_ref.html

(Though tedious, once you address the 0.8.3 -> 2.1.1 migration, it might be a good idea to go through the "Migration" sections of the release notes of all intervening releases: http://qooxdoo.org/project/release_notes).

T.
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to