You've already send a link where to start learn more about theming: http://qooxdoo.org/documentation/0.8/ui_theming Maybe this one is also interesting to get forward: http://qooxdoo.org/documentation/0.8/ui_appearance
The API-Viewer is always a good place to find themable properties: http://demo.qooxdoo.org/current/apiviewer/ If I have to change the appearance of some Widgets I'll take a look at the source code to find out which child controls the widgets has and what identifiers assigned to them. Maybe there is a better way to get this Information? If someone in the list knows please give a feedback. Otherwise this would be a great new feature for the API-Viewer. :) Regards, Andreas -----Ursprüngliche Nachricht----- Von: skar [mailto:[email protected]] Gesendet: Freitag, 17. Juli 2009 15:02 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] centering a window Fink, Andreas wrote: > appearances : { > > "loginWindow" : { > alias : "window", > include : "window" > }, > > "loginWindow/title" : { > style : function(states) { > return { > font : qx.bom.Font.fromString("24px serif bold"), //You can also > define a font in the default class > (yourProjectName/source/class/theme/Font.js) > textColor : "black" > }; > } > } > > } > > Then simple set the appearance of the window you want to show the defined > "loginWindow"-look: > > win.setAppearance("loginWindow"); > This worked!!! I also set a "marginLeft : 10" to get the title a little away from the border of the window and it worked too. Any place where I can read more on this syntax and what's going on? cheers, skar. -- -- The life so short, the craft so long to learn. ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
