panyasan wrote:
and instantiate an Image widget in my code:
this.__image = new qx.ui.basic.Image("icon/Tango/48/status/dialog-information.png");
Sorry, used the wrong code snipped: it is
this.__image = new qx.ui.basic.Image("icon/48/status/dialog-information.png");
without the "Tango", which used to work before in another application, but is not working now. So the problem it the same, "Tango" or not.