I never use combobox directly, I always use "ValidatedCombobox" which has my
clearEvents method in it. Both ValidatedComboBox as well as the class (the
module that is loaded) that has the code;

var cb:ComboBox = new ValidatedComboBox(); 
addChild(cb); 
trace(cb.dropDown); 

in it, have the overridden event handler as well as the clearEvents code.
Would it not clear all of the events created explicitly as well as
implicitly when clearModuleEvents was call during just prior to unload?



--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Reply via email to