Hello Andreas, there is currently no better way to get information about child controls than the source code. You are right, that is sure a good addition for the API-viewer. There is already a bug for it: http://bugzilla.qooxdoo.org/show_bug.cgi?id=2135 If you are interested in it, you can add yourself as cc to get the lates updates on that feature.
Best, Martin Am 17.07.2009 um 16:28 schrieb Fink, Andreas: > 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 ------------------------------------------------------------------------------ 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
