Using qx.ui.form.Button I want to use my own icons.
The Demo (widget/Window) is using the following constructor:
var btn2 = new qx.ui.form.Button("Open Modal Dialog 2",
"icon/16/apps/office-calendar.png");
which works fine.
Putting my own icons into
QOOXDOO/framework/source/resource/qx/icon/Tango/16/apps/
and constructing my button like this:
var btn2 = new qx.ui.form.Button("Open Modal Dialog 2",
"icon/16/apps/myicon.png");
will not let appear any icon.
I verified (Firebug) that the working example is using its icon from
QOOXDOO/MYPROJECT/build/resource/qx/icon/Tango/16/apps/office-calendar.png
Also placing my icon into this directory does not help.
Where qooxdoo expect user icons ?
--
View this message in context:
http://n2.nabble.com/Icon-path-for-qx-ui-form-Button-tp3861248p3861248.html
Sent from the qooxdoo mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel