Hey guys :)

short overview of my problem:

I have a navigationpage on qooxdoo mobile. On that page is a
mobile.list.List with custom list items.. Each list item consists of a
icon, title, subtitle, three more thumbnail pictures and another list!
So each list item has another list with a random amount of items in it
(between 2-5 mostly)

Adding a "changeSelection" listener to the parent list items is no
problem.. But whenever I try to add a "changeSelection" listener to the
child list items, nothing happens.. No error, no alert.. nothing.

How exactly would I have to add such a listener?
At the moment I do it like this:

I set the entries of the parent list item with the .setDelegate() function.
In that function I create my custom Item renderer and configure the Item to
my needs.. I do the same for the child lists' items by retrieving the list
widget on each list item of the parent list.
On these list widgets I use setDelegate() again. The data is displayed just
fine in the child list items.. But when I use the same method
(item.getChildList().addListener(...); it doesn't work..

Any insights?

Sorry for the confusing explanation :)

Thanks in advance!
------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to