Hello everybody, I found that writing a good algorithm for a smooth and useful autocomplete feature is extremely difficult, because of the latency and asynchronicity issues involved when getting the autocomplete data from the server. I finally managed to write a mixin for qx.ui.form.(TextArea|TextField|ComboBox) that seems to work quite well and that others might find useful. It is written against the 0.7 branch but might work with 0.8 if the TextArea, TextField and ComboBox widgets have not changed internally (I don't know about that).
You can find it here: https://qooxdoo-contrib.svn.sourceforge.net/svnroot/qooxdoo-contrib/trunk/qooxdoo-contrib/qcl/trunk/frontend/source/class/qcl/databinding/simple/MAutoComplete.js If you use it for your own code and find ways of improving it, please let me know. Best, Christian -- View this message in context: http://www.nabble.com/Autocomplete-Mixin-tp21950632p21950632.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
