Hi,
I implemented a cell rendered to be able to show a checkbox for a boolean
column.
In code I use default Qx images and cache the uri's using:
var s =
qx.util.AliasManager.getInstance().resolve("decoration/table/boolean-true.png");
this.__trueIconUrl = qx.util.ResourceManager.getInstance().toUri(s);
s =
qx.util.AliasManager.getInstance().resolve("decoration/table/boolean-false.png");
this.__falseIconUrl = qx.util.ResourceManager.getInstance().toUri(s);
In debug mode (using F7) I see a lot of warnings stating:
ImageLoader: Not recognized format of external image
"qooxdoo-3.0.1-sdk/framework/source/resource/qx/decoration/Modern/table/boolean-true.png"
What am I doing wrong here?
Thanks for any help in advance
Best regards,
Jeroen
------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel