Sebastian Werner schrieb:


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

Please tell me some details regarding your exact configuration. Are you using a custom build or the js file from the framework?

Sebastian

I have revision 3977. "qx.js" is compiled with "make source" option.
I found out that
qx.manager.object.AliasManager.getInstance().add("static", "../resource/static");

doesn't work properly too. At the end of the app i resolve the "static" prefix with: 

this.debug(qx.manager.object.AliasManager.getInstance().resolve("static"));
and that's what i become:

009854: ../../resource/static

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