« Return to Thread: icon URI string question

Re: icon URI string question

by panyasan :: Rate this Message:

Reply to Author | View in Thread


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.

 « Return to Thread: icon URI string question