RE: [flexcoders] How to get the real X & Y of a repeater item

2007-02-22 Thread Brian Holmes
1. Cast the current item as DisplayObject Var myCurrentItem : DisplayObject = ( currentItem as DisplayObject ); 2. Create a point out of the current item x's and y's var point : Point() = new Point(); point.x = myCurrentItem .x; point.y = myCurrentItem.y;

Re: [flexcoders] How to get the real X & Y of a repeater item

2007-02-22 Thread Tom Chiverton
On Thursday 22 Feb 2007, zipo13 wrote: > target but I can't find the real X & Y of the button. Even with globalToLocal() et. al. ? -- Tom Chiverton Helping to carefully empower real-time users This email is sent for and on behalf of Halliwel