Hi Dietrich

If you’ve got a list of what those asset uris are, you can use 
qx.util.ResourceManager.toUri() to convert each one into a full url which you 
can then pass to qx.io.ImageLoader.load to do the preloading.  

If you don’t have a list of assets uris you can get them through 
qx.$$resources, which is technically undocumented but unfortunately 
qx.util.ResourceManager does not expose the list of uris.

Regards
John




On 03/12/2015, 14:29, "Dietrich Streifert" <dietrich.streif...@googlemail.com> 
wrote:

>Hi all!
>
>I would need to preload all images which are defined by the asset markup 
>like
>
>/**
>  * @asset(myapp/*)
>  */
>
>at application startup.
>
>I'm trying to get rid of the background image flicker in chrome when 
>changing the background image on mouse actions within a label.
>
>Any help would be great.
>
>Regards
>Dietrich
>
>
>
>
>
>------------------------------------------------------------------------------
>Go from Idea to Many App Stores Faster with Intel(R) XDK
>Give your users amazing mobile app experiences with Intel(R) XDK.
>Use one codebase in this all-in-one HTML5 development environment.
>Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
>http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
>_______________________________________________
>qooxdoo-devel mailing list
>qooxdoo-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel



------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to