Hi,

Try this:

var changeListener = this.widgets["KDID"].addListener("changeSelection",
 function(e) { },this);

this.widget["KDID"].removeListenerById(changeListener);

Marco

2012/4/10 [email protected] <[email protected]>

> Hello,
>
> i add some listeners like this
>
>  this.widgets["KDID"].addListener("changeSelection",  function(e) {
>     },this);
>
> i try this
> this.widgets["KDID"].removeListener("changeSelection","",this);
>
> but nothing happens. how can i remover oder deactivate a listner fror
> some time?
>
>
> ------------------------------------------------------------------------------
> Better than sec? Nothing is better than sec when it comes to
> monitoring Big Data applications. Try Boundary one-second
> resolution app monitoring today. Free.
> http://p.sf.net/sfu/Boundary-dev2dev
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to