Hello, Can someone tell me how to capture the scroll event for a qx.ui.form.ComboBox scroll event. I have tried several variations of the following: comboObj.getList().addEventListener('scroll', function(e){ comboObj.setValue(this.getScrollTop().toString()); });
I want to dynamically load list items when the bottom is reached when scrolling. I have several lists that will easily have several thousand list items in it, and trying to load them all at once will cause the "script may be busy" error to be triggered. Keeping track of scroll position will allow me to load on demand. Any help is appreciated Dan ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel