Good Evening qooxdooers!
I just started a new standalone application in qx v3.5.
Added a window, placed a stacked canvas on it, and placed an image on one of
the canvases.
The image does show up, everything else also works fine, but the console keeps
logging a "try to load an unmanaged relative image:
resource/myprojectnamehere/picturenamehere.png" every time the application is
loaded.
Application.js does include the usual
/**
* This is the main application class of your custom application "phdkerdoiv"
*
* @asset(phdkerdoiv/*)
*/
qx.Class.define("phdkerdoiv.Application",
{
extend : qx.application.Standalone,
…
code snippet at its top.
And the image is displayed using
var pic1 = new
qx.ui.basic.Image("resource/myprojectnamehere/picturenamehere.png").set({alignX:"center",
alignY:"middle"});
Nothing I haven't done in other standalone apps before. But this is the first
time I see this message logged.
What am I missing?
How do I fix this so that the warning stops being logged each time the app
loads?
Regards,
Keve Nagy * Debrecen * Hungary
------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works.
Faster operations. Version large binaries. Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel