[flexcoders] Re: Drag and drop between multiple nested TileLists - how to detect drag and dro

2007-01-02 Thread Jim Robson
Rachel: If I understand your dilemma correctly, the following ideas may help. 1) Declare a variable to represent the container that you'll need to reference during the drag drop action, e.g.: private var _myParentContainer:TileList; 2) In your item renderer's creationComplete event handler,

Re: [flexcoders] Re: Drag and drop between multiple nested TileLists - how to detect drag and dro

2007-01-02 Thread Rachel Maxim
Jim, Thanks for your suggestions, I'll give it a try! Rachel On 1/2/07, Jim Robson [EMAIL PROTECTED] wrote: Rachel: If I understand your dilemma correctly, the following ideas may help. 1) Declare a variable to represent the container that you'll need to reference during the drag drop