Charlie-73 wrote: > > I have implemented a littlle "Quick Find" textbox linked to a > qx.ui.forms.List that matches the ListItem value and filter the list to > show only the matching items. Something like the search box of > Thunderbird, if you see. >
This seems rather the search behavior recently implemented into the API viewer [1]: Click the "Search" button in the upper left toolbar and type some search term (for example "qx.ui.table.Table" - type it, don't copy+paste). You'll see dynamic filtering happening. Charlie-73 wrote: > > + Is there a way to "stop" the rendering of the list until my loop is > done, then trigger it ? (probably more general comprehension problem of > the rendering engine...) > In the given sample, this behavior doesn't seem to be implemented. The API viewer seems to listen for changes and act immediately, what is fine given it is fast and there aren't as many items to filter. One could use a timer to delay this and check if nothing changes in the search box within a configurable interval. Hope this helps, Helder Magalhães [1] http://demo.qooxdoo.org/0.7.3/apiviewer/ -- View this message in context: http://www.nabble.com/Optimizing-a-qx.ui.forms.List-rendering-for-dynamic-filtering-tp15869811p15872167.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
