problem with events in flex using boxes
i have following problem, when i create box in action script and whe i addEventListner for drop accept, and if i add this box to some parent box, then this event is not working, if i add this event to not child but to parent box, then it is working, what can i do if i want create many boxes, add to them events listners and then add them all to some other parent box开发者_如何学C?
- Post your code you want get working.
- Use dynamic addEventListener adding to each component, and also add this function to parent boxes too, in all cases.
精彩评论