Hi everyone!

I have two questions:

1) 
I noticed that there's a bug report about the "loaded"-event not being
triggered when trying to load an image like this:

var image = new qx.ui.basic.Image("resource/test.png")

image.addListener("loaded", function(){
  alert("I'm alive!")
}, this);

It's supposed to be fixed in 1.3.1 but will it be fixed in 1.2.x aswell?
Because we are using 1.2 at the moment.

2)
I have an application that is supposed to work offline and we need to
pre-load all the images/buttons/ etc. so that they will be available when
we've lost the internet connection.

We tried a few other things that didn't work so right now we just show all
of the images/buttons in a container outside the viewport. It's ugly but it
works... sort of. 

The problem is that sometimes, not all the time, when we've lost the
internet connection some of the buttons are missing their icons (not only
icons, but sometimes regular images that are not being used as icons
aswell). Even tho I can see the icon-images in the container we use to
"preload" all the images/buttons in (I have a neat little button that moves
the container into viewport).

This only happens 1 out of 20-30 times and I have to dig deeper into this,
but I was wondering if you have any suggestions on where to start or if
anyone else have experienced the same problem? 



-- 
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Image-loaded-event-bug-and-Images-not-showing-when-offline-tp5935369p5935369.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to