I need a list  and i dont want  that  i  can select the elemens  via 
mouse clicks. i try this

            getChatlist : function(){
                this.chatList = new qx.ui.form.List;
                this.chatList.setScrollbarX("off");
                this.chatList.set({selectionMode : "single"});
                  this.chatList.setSelectable(false);
                this.getChatlistStartData();
                return this.chatList;
                },


but i can always select entrys. How can i  turn off this ?


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to