Hi,

C.Bieser wrote:
> Thank You Alex, it works!
>
> Now I have the following:
> -----
> qx.Proto.initialize = function(e)
> {
>   [...]
>   qx.manager.object.ColorManager.getInstance().setColorTheme(new
> qx.theme.color.WindowsRoyale);
>   qx.manager.object.ImageManager.getInstance().setIconTheme(new
> qx.theme.icon.VistaInspirate);
You're right. I mixed up the syntax in my last post with 0.7 syntax.
In 0.7 it is not necessary to have a "new" operator. In 0.6.x you have to use 
it. 

Sorry about that :-)

cheers,
  Alex

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to