Hello Martin,
I am glad that you found the error. It is important to keep in mind that the third argument for addListener() defines the scope in which the callback funtion should be called: http://demo.qooxdoo.org/current/apiviewer/#qx.bom.Element ~addListener Cheers, Jonathan On 16.02.2009, at 15:19, Martin_GER wrote: > > I get the error found!!! The error was in file "IframeTest.js". > > Bad: > button1.addListener("execute", this.load_iframe); > > OK: > button1.addListener("execute", this.load_iframe, this); > ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
