Thank you for the information Manish.

 

Setting the x and y…  Is there some function to call the mouse pointer location?

 

~David T.

 

 

 


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish Jethani
Sent: Wednesday, April 20, 2005 13:37
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Questions, Questions

 

On 4/20/05, David Terry <[EMAIL PROTECTED]> wrote:

> Can I reposition elements within the container (using a canvas)?  How?  Drag
> & drop events?

You can freely reposition using drag and drop within a Canvas.
Repositioning involved setting the x and y properties of the object
(or calling the 'move' method).

> Can I get x/y and height/width information from the items within the
> container?  How?

canvas.getChildAt(index).x <= x-position of child at index

Similarly y, width and height...

--
[EMAIL PROTECTED]
http://manish.revise.org/



Yahoo! Groups Links

Reply via email to