> I created my own meta theme (and its appearance theme), in which
> "headline-1" exists. It works.

So just to clarify you've created your own theme, derived from a standard
theme, where "headline-1" is added. But if you wanted to use a variety of
standard themes (and, indeed, use a standard theme that you don't know
about yet) you would have to create derived themes for each one where
"headline-1" is added?

How about this approach:

http://qooxdoo.org/documentation/0.7/theme_support?s=theme#how_to_add_new_
appearances_to_current_theme

So you dynamically add your new appearances to whatever theme is being
used.

Also, bug 447 at http://bugzilla.qooxdoo.org/show_bug.cgi?id=447 was
fixed with the addition of the patch() method to qx.Theme -
http://demo.qooxdoo.org/current/apiviewer/#qx.Theme which appears to do
what you want. Also look at the include() method. Basically it appears
simple to merge in additional items to every standard theme, perhaps in a
loop. Note that this is only in 0.7.1

If you get this to work you should update the wiki page at
http://qooxdoo.org/documentation/0.7/theme_support

Note that there appears to be a slight issue with the patch() method: see
http://bugzilla.qooxdoo.org/show_bug.cgi?id=627

Hugh

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to