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 <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

