Flex 4: Component move event

Posted by alexey on Stack Overflow See other posts from Stack Overflow or by alexey
Published on 2010-04-06T13:33:39Z Indexed on 2010/04/07 18:53 UTC
Read the original article Hit count: 210

Filed under:
|

I have a CustomTextInput component based on TextInput (Spark) component. The instance of this class is placed on a popup window (TitleWindow).

How can I capture the popup move (dragging the title) event inside CustomTextInput implementation?

MoveEvent.MOVE event of the CustomTextInput itself doesn't work. Of course, I can't access the parent popup window inside the component implementation, because it's a common component that can be used not only on the popup windows.

© Stack Overflow or respective owner

Related posts about flex

Related posts about flex4