> I'm still trying to work out how to register a new appearance theme 
> and make
> it the default. Have tried several approaches but not found anything 
> that
> works yet. Can anyone help me with this?

Not really help, I know, but I have been just modifying the default theme 
obtained from:

qx.manager.object.AppearanceManager.getInstance().getAppearanceTheme();

Once I have done that, I can use the new appearances I have defined in other 
places. I did it because I wanted a range of font objects of various sizes for 
some of our labels, so I put the font objects into the new appearance (via a 
helper function) and then use the appearance in the label.

This solves the biggest shortcoming of the appearances - the lack of a master 
set of fonts (I've mentioned this before on the list). 

What I intend is that user settings e.g. font, colours etc will eventually be 
put into the default appearance, building on the qooxdoo default settings, and 
then used wherever needed in the application.

That doesn't solve your problem of how to set the new theme across the app. 
though.

Hugh

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to