On 09/23/2010 09:59 AM, Fritz Zaucker wrote:
> Hi,
> 
> I am wondering what the reason/purpose of the following warning is:
> 
>       try to load a unmanaged relative image: URL

We try to register all images that are used in an application, basically
a rendering optimization. This affects all images the generator can pick
up from your app (basically the #asset hints).

Of course you can use other images as well, but those go through the
"unmanaged" handler, and you get this warning. If the URL refers to a
"foreign" image, then the warning is in order. If the image should be
covered by some of your #asset hints, then its a bug in the generator.
Please check.

T.

> 
> It is emitted from
> 
>      __loadUnmanagedImage : function(el, source)
> 
> in qx.ui.basic.Image.
> 
> And, btw, there is a small spelling mistake, it should be
> 
>       try to load an unmanaged ...
>                       ^
>                       |
> 
> I think this could probably be fixed without a separat bug report ...
> 
> Cheers,
> Fritz
> 

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to