Hello,

one more problem :).
I created native AIR component in the following way:
I create VBox and fill it with buttons and labels components.
I created one native component (type "Window") and add previous VBox components 
in it (addChild(...)).
Now becouse I have to use native components to load this VBox in it I don't 
need window borders (chrome etc.) so I hide it, and my component look just as I 
like it, BUT.

I can't move my component, I made this VBox movable but when I start to move it 
it despairs because it is in window native component and when I move inner 
component down, down part of that become invisible. I can't explain better. My 
component is surrounded with borders of native component. I try to switch this 
VBox with panel but problem is still the same.

So, is there any way to make this component movable, when I work with native 
window?  

Reply via email to