Hi.
I have a TextComponent which has a TextArea in it. I got the sample code for resizing/rotating any mc. i’m using that code. it works fine for all other mc’s and components.
it creates a Rectangle around the mc with a small square (resize handle) on the Bottom right corner of the Rectangle. u an resize mc by clicking and dragging the resize handle.
Everything is fine until i make the TextComponent smaller than the initial size i.e. 100,100.
Once it crosses the initial size, the Component resizes more than it should and when continued to resize, the resize handle moves with the component and the mouse pointer is somewhere in the middle of the TextComponent.
Can anyone explain what’s happening? Anything related to co-ordinates??
Thanx in Advance.