Hi Vincent,

> I am using qx 0.8.2.
> I'm trying to load an external image in a qx.ui.basic.Image. The image  
> loads correctly everytime but nethertheless displays a  
> "qx.ui.basic.Image[1zj]: Unknown image:" console error. The error  
> doesn't appear if I load a qooxdoo ressource, so I'm guessing it comes  
> from the fact that the image is loaded from a full (external) URL.
>   

It's not an error, it's just a debug message. And it is only shown in 
the 'source' version of your app, not in the 'build' version (so the 
deployed version doesn't have it). If you really want to get rid of it 
in the source version, you have to turn off qx.debug (which is not 
recommendable, you'll be missing out on all debug messages then!). You 
can do that in the config.json, by adding a job
"source-script" : { "variants" : { "qx.debug" : ["off"] }}, and re-run 
'generate.py source'.

The behaviour is not reproducable in trunk anymore.

T.

> Anyone knows how to get rid of this? Or if it's an already reported  
> (or fixed) bug?
>
> TIA,
> Vincent
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
> trial. Simplify your report design, integration and deployment - and focus on 
> what you do best, core application coding. Discover what's new with 
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
>   

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to