Re: [qooxdoo-devel] VirtualTree - reapply a filter?

2014-02-13 Thread Christian Hagendorn
Hi, you can use the refresh method: http://demo.qooxdoo.org/devel/apiviewer/?search=list#qx.ui.tree.VirtualTree~refresh!method_public Cheers, Chris -- View this message in context: http://qooxdoo.678.n2.nabble.com/VirtualTree-reapply-a-filter-tp7585316p7585319.html Sent from the qooxdoo maili

Re: [qooxdoo-devel] VirtualTree - reapply a filter?

2014-02-13 Thread Martin Wittemann
Hey, did you try to set a new delegate containing the new filter? Regards, Martin Am 13.02.2014 um 19:59 schrieb Michael Elsdörfer : > My VirtualTree as a delegate with a filter method - very useful. Now the > user toggles a checkbox and I need to apply a different filter logic. > > How do I d

[qooxdoo-devel] qx.ui.mobile.embed.Html on Android - URLs not working

2014-02-13 Thread Oleksandr Shneyder
Hello, I'm creating a mobile Application and have troubles with qx.ui.mobile.embed.Html. It have not the same behavior on different platforms. Clicking URLs in Html widget on Android have no effect. On Linux Desktop all works just fine - the URLs are opened as expected. On iOS-7 it works with Safa

[qooxdoo-devel] VirtualTree - reapply a filter?

2014-02-13 Thread Michael Elsdörfer
My VirtualTree as a delegate with a filter method - very useful. Now the user toggles a checkbox and I need to apply a different filter logic. How do I do this? Resetting the model is the only thing I've seen that works, but it resets all expanded/collapsed states, selection etc. Dare I hope th

Re: [qooxdoo-devel] Refreshing mobile NavigationPage's content?

2014-02-13 Thread Christopher Zündorf
Hi, I would refactor everything you do inside the initialize method inside another method. For example myInit : function() { } then I would add a listener to the page "start" event. This event is executes everytime the page gets visible. page.addListener("start",this.myInit,this); Please m

Re: [qooxdoo-devel] Custom decorator not working after migration from 2.1 to 3.0.1

2014-02-13 Thread Martijn Verbrugh
Hello Martin, Thank you very much for your research and helpful workaround. I'll try it. Regards, Martijn. -Original message- From: Martin Wittemann  Sent: Wednesday 5th February 2014 9:11 To: qooxdoo Development Subject: Re: [qooxdoo-devel] Custom decorator not working after migration