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
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
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
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
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
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