Hi People.

 

I am using the EventDispatcher, and it works well with dispatching
events and all. But I cant remove them.

 

This is the line in which I add a listener

fntController.addEventListener('onFinished',
Delegate.create(this, fontsLoaded            ));

 

this is the line to remove it, but it doesn't work:

fntController.removeEventListener('onFinished', this)

 

The fntController-instance is available, that I have traced out and so,
so it might be a simple error in the removeEventListener, but I cant see
it.

 

/ martin

 

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to