Re: [qooxdoo-devel] Change of qooxdoo virtual list's length (new item insert)

2015-06-12 Thread Phyo Arkar
t; The easiest way is to use the widget queue which will call a function >>> named syncWidget after the next render flush. >>> >>> >>> >>> So your code could be like this: http://tinyurl.com/pf33qvn >>> >>> >>> >>> *Must

Re: [qooxdoo-devel] Change of qooxdoo virtual list's length (new item insert)

2015-06-12 Thread Phyo Arkar
>> >> >> >> *Mustafa Sak* >> >> Softwareentwickler >> Mail Development >> >> 1&1 Mail & Media Development & Technology GmbH | Brauerstraße 48 | 76135 >> Karlsruhe | Germany >> Phone: +49 721 91374-6977 >> E-Mail: mustafa.

Re: [qooxdoo-devel] Change of qooxdoo virtual list's length (new item insert)

2015-06-10 Thread Phyo Arkar
l...@gmail.com] > *Gesendet:* Dienstag, 2. Juni 2015 20:58 > *An:* qooxdoo-devel > *Betreff:* [qooxdoo-devel] Change of qooxdoo virtual list's length (new > item insert) > > > > What event to listen for change of qx.ui.list.List's Length and that new > added list i

Re: [qooxdoo-devel] Change of qooxdoo virtual list's length (new item insert)

2015-06-03 Thread Mustafa Sak
...@1und1.de<mailto:mustafa@1und1.de> | Web: www.1und1.de<http://www.1und1.de/> Von: Phyo Arkar [mailto:phyo.arkarl...@gmail.com] Gesendet: Dienstag, 2. Juni 2015 20:58 An: qooxdoo-devel Betreff: [qooxdoo-devel] Change of qooxdoo virtual list's length (new item insert) What

[qooxdoo-devel] Change of qooxdoo virtual list's length (new item insert)

2015-06-02 Thread Phyo Arkar
What event to listen for change of qx.ui.list.List's Length and that new added list item is ready ? I know qx.type.Array() have change event , but if i listen there and scroll to bottom , it never got to the bottom . This what i am trying to do , but want to scroll after that last row is added.