Hi Jean-Noel, On Thursday 17 September 2009 Thomas Herchenröder wrote: > There is currently no event handler for the load even on a DOM > element... which is really problematic for us, as we need to listen to > the load event of an img DOM element. Would it be easy for you to > implement it? Or how could I do come with a workaround? No, there is currently no possibility to do that. Feel free to open a buzg report for this.
As an alternative for loading images you can use the "qx.io2.ImageLoader". This way you can control the loading of an image and apply it afterwards to a image DOM element or image widget. cheers, Alex ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
