Hello

I have a control which dynamically changes a given control (TextInput
to ComboBox and visa versa) depending on the user selection. This
happens numerous times within the life time applications lifetime. 

The dynamically created control gets event-listeners attached to it. 
When this control is destroyed what happens to the event object that
was attached to it? Should "removeEventListener(...)" be used to
remove the event before the object is destroyed?

If so, can someone tell me is it possible and how can I inspect an
object to see what eventListeners have been added to it? 

Thanks in Advance
AC






 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to