I need to use both components in an AS3 project, so I’m trying to put them both in the library. When I add ComboBox on top of ColorPicker, I get a library conflict.
If I choose to replace items, the ComboBox works but ColorPicker starts producing errors, if I choose to use the existing items, the ComboBox doesn’t work.
Does anyone know how to make them work together?