UserList swc export issue
Posted: 15 May 2010, 22:25
Hi, I ve been trying to make UserList component work in following conditions:
- A project under Flash Builder 4
- With a binding of swc component that is exported via Flash CS4
Other components are working without problem,however when I add this to same place, it generates following exceptions at initializing phrase:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at fl.controls::ColorPicker/removeStageListener()
at fl.controls::ColorPicker/close()
at fl.controls::ColorPicker/set enabled()
at it.gotoandplay.smartfoxbits.bits::ChatBox/enableInterface()
at it.gotoandplay.smartfoxbits.bits::ChatBox/set privateChatMode()
at it.gotoandplay.smartfoxbits.bits::UserList/configUI()
at fl.core::UIComponent()
at it.gotoandplay.smartfoxbits.bits::UserList()
All components are in a single exported MovieClip which I create an instance of it in FB4
- A project under Flash Builder 4
- With a binding of swc component that is exported via Flash CS4
Other components are working without problem,however when I add this to same place, it generates following exceptions at initializing phrase:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at fl.controls::ColorPicker/removeStageListener()
at fl.controls::ColorPicker/close()
at fl.controls::ColorPicker/set enabled()
at it.gotoandplay.smartfoxbits.bits::ChatBox/enableInterface()
at it.gotoandplay.smartfoxbits.bits::ChatBox/set privateChatMode()
at it.gotoandplay.smartfoxbits.bits::UserList/configUI()
at fl.core::UIComponent()
at it.gotoandplay.smartfoxbits.bits::UserList()
All components are in a single exported MovieClip which I create an instance of it in FB4