Re: [qooxdoo-devel] Listener problem on listitems in another list

2014-02-07 Thread Christopher Zündorf
Have a look at https://github.com/qooxdoo/qooxdoo/blob/21dfbf80636feb4caa95f9579c18ced3286d1843/framework/source/class/qx/ui/mobile/list/provider/Provider.js Copy this class inside your project and extend it. Line 100 Remove the clone part, and make a new item renderer every time with "new" ke

Re: [qooxdoo-devel] Listener problem on listitems in another list

2014-02-07 Thread Christopher Zündorf
There is a way but it is not that easy. Have a look at: You could Von: Tobias Roeder [roeder1...@googlemail.com] Gesendet: Freitag, 7. Februar 2014 20:10 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] Listener problem on listitems in another list Than

Re: [qooxdoo-devel] Listener problem on listitems in another list

2014-02-07 Thread Tobias Roeder
Thanks for the reply. So there is no way of working around this? I can select the items individually ( at least the color is changed when i click on it ) and i can make them react to the "tap" event.. Any idea how to find out which item i selected using the tap event ? 2014-02-07 15:46 GMT+01:00

Re: [qooxdoo-devel] Listener problem on listitems in another list

2014-02-07 Thread Christopher Zündorf
The qx.Mobile List is not intended to contain interactive ui element itself. It should just display informations, and make it possible to select one specific items. Each list item is clone of the original renderer, and that is why you are not able to click one of the child items inside a list it

[qooxdoo-devel] Listener problem on listitems in another list

2014-02-07 Thread Tobias Roeder
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 amo

Re: [qooxdoo-devel] Problems with images on Qooxdoo mobile on android and chrome browser

2014-02-07 Thread Tobias Roeder
Ahh Christopher! Saved me again.. Changing to the current class implementation did the trick :) thanks! 2014-02-07 10:52 GMT+01:00 Christopher Zündorf < christopher.zuend...@1und1.de>: > Hi Tobias, > > there was a bug inside qooxdoo 3.5 with external image resource. > > Please replace your qx

Re: [qooxdoo-devel] Problems with images on Qooxdoo mobile on android and chrome browser

2014-02-07 Thread Christopher Zündorf
BTW Great playground example! =) Am 07.02.2014 um 10:35 schrieb Andreas Parusel : > Hi Tobias, > > can’t reproduce your issue. It works for me: > > http://tinyurl.com/lb2aqv7 > > -Andreas > > Am 06.02.2014 um 22:43 schrieb Tobias Roeder : > >> Hey guys, >> >> I'm having trouble showing Im

Re: [qooxdoo-devel] Problems with images on Qooxdoo mobile on android and chrome browser

2014-02-07 Thread Christopher Zündorf
Hi Tobias, there was a bug inside qooxdoo 3.5 with external image resource. Please replace your qx.ui.mobile.basic.Image inside the folder qooxdoo/framework/source/class/qx/ui/mobile/basic/Image.js with the content of the latest version: https://github.com/qooxdoo/qooxdoo/blob/branch_3_5_x/fr

Re: [qooxdoo-devel] Problems with images on Qooxdoo mobile on android and chrome browser

2014-02-07 Thread Andreas Parusel
Hi Tobias, can’t reproduce your issue. It works for me: http://tinyurl.com/lb2aqv7 -Andreas Am 06.02.2014 um 22:43 schrieb Tobias Roeder : > Hey guys, > > I'm having trouble showing Images on a Qooxdoo mobile application. > There seems to be some kind of displaying bug.. > Whenever I add a pi