On Thu, Dec 22, 2011 at 07:24, [email protected] <
[email protected]> wrote:
> widget.getSelection().addListener("change", loadProduktDetailData);
Your original call provided the context as the third parameter. If you
simply moved the anonymous function to a member function called
loadProduktDetailData then you'll still need the context:
widget.getSelection().addListener("change", loadProduktDetailData, this);
Derrell
------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create
new or port existing apps to sell to consumers worldwide. Explore the
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel