Oh thanks for mentioning the ui.inbackground() stuff - that was the issue !

Actually my code was reloading all the images from a @ui.inbackground section, which is bad design.

Fixed it in order to ensure all is always loaded from the main thread, it works great now !

Sorry for bothering, and thanks for the super fast reply.