tags:

views:

52

answers:

0

I want to have a custom component skin that has a s:TitleWindow that actually works!

<s:skin (...)>
  <s:TitleWindow>
    (...)
  </s:TitleWindow>
</s:skin>

but this title window is not draggable and can't be closed.

how to fix it? thanks