You'd have to do something like var selection = this.fileList.getSelection();
(not knowing what your fileList ist makes guessing a bit hard ... Cheers, Fritz On Sat, 9 Oct 2010, [email protected] wrote: > Hello > > i try this event to get the dblclick > > this.fileList.addListener("dblclick", function(e) { > var selection = e.getData(); > alert(selection[0].getLabel()); > }, this); > > > when i use changeselection, this event is ok. > > how can i get the selected doubleclick entry? > > -- Oetiker+Partner AG tel: +41 62 775 9903 (direct) Fritz Zaucker +41 62 775 9900 (switch board) Aarweg 15 +41 79 675 0630 (mobile) CH-4600 Olten fax: +41 62 775 9905 Schweiz web: www.oetiker.ch ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
