Florian Arndt schrieb:
  
Hi alex.d,

    
        qx.manager.object.AliasManager.getInstance().add("static", 
"../resource/static");
        qx.manager.object.AliasManager.getInstance().add("widget", 
"../resource/widget/windows");
        qx.manager.object.AliasManager.getInstance().add("icon", 
"../resource/icon/crystalsvg");
    });
      
These lines works fine though, I forgot the getInstance()! :-)

       
    
 qx.manager.object.ImageManager.getInstance().setIconThemeById(qx.theme.icon.CrystalSvgIconTheme);
       
 qx.manager.object.ImageManager.getInstance().setWidgetThemeById(qx.theme.widget.WindowsWidgetTheme);
      
    
You are right. After i updated to cooxdoo 0.6 - rc2 this doesn't work for me too.

Do you use a custom build of qx.js or the default delivered with the 
framework?

Are you sure both qx.theme.icon.CrystalSvgIconTheme and 
qx.theme.widget.WindowsWidgetTheme are defined? What says an 
alert(qx.theme.widget.WindowsWidgetTheme) for example?

Sebastian


  
it says:

----------------------------------------------------------------------------
function() {
qx.renderer.theme.WidgetTheme.call(this, "Windows");
}
----------------------------------------------------------------------------
und firebug shows folowing error:

----------------------------------------------------------------------------
this._iconThemes[vId] has no properties                                    ImageManager.js (line 103)
----------------------------------------------------------------------------
  
Br, Florian


-------------------------------------------------------------------------
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
    


-------------------------------------------------------------------------
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

  

-------------------------------------------------------------------------
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