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

Reply via email to