i try this code like in the doc but now i cant select anything

                this.widgets["USERIDS"] = new qx.ui.form.List().set({
                    width                : width
                    });
                this.widgets["USERIDS"].setSelectionMode("adaptive");
                this.widgets["USERIDS"].setDragSelection(true);
                this.widgets["USERIDS"].setQuickSelection(true);
                this.widgets["USERIDS"].setHeight(200);
                this.form.add(this.widgets["USERIDS"], "User");

muti let me select rows.

Is adaptive not  working?
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to