Tag Archives: combobox

AS3 ComboBox close error.

Just a quick note for those possibly searching for ComboBox AS3 and “Cannot access a property or method of a null object reference.” When using the AS3 ComboBox, the above error will be thrown when the ComboBox loses focus, if the ComboBox is in its open state and it has lost reference to the stage. [...]