Hi !

I'm developping a "get-hot-new-stuff"-like widget for a qooxdoo app (as in
KDE for downloading new themes, wallpapers, and so on, example here :
http://blogs.fsfe.org/gladhorn/files/2009/11/ghns_preview.png). So basically
it is a SlidBar container with all the stuff in it.

But I need  :

 1/ to make those elements selectable like a qx.ui.form.List object ;
 2/ to listen to a "scroll" event to know when to ask new stuff to the
server (that is to say : we begin with a small amount of elements, and we
ask dynamically to continue the list when the user reach the end of the bar)

So my question is : is it possible to do this with a SlideBar ? For the
first point, it means having an event selectionChange on the SlideBar and
for the 2nd point, it means having an access to the scroll.

If not, have you any suggestion to implement such a thing in an elegant way
?

thank you in advance !
-- 
David Leray
------------------------------------------------------------------------------

_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to