[flexcoders] Re: Saving TileList Drag Drop Reorder

2006-10-03 Thread He who runs with cattle
I am grabbing this array information with a DragEvent.DRAG_COMPLETE listener if that helps. --- In flexcoders@yahoogroups.com, "He who runs with cattle" <[EMAIL PROTECTED]> wrote: > > I have a TileList populated with a an array of images and using the >

[flexcoders] Saving TileList Drag Drop Reorder

2006-10-01 Thread He who runs with cattle
I have a TileList populated with a an array of images and using the default behavior of the allowDragSelection, dragEnabled, dropEnabled, dragMoveEnabled properties, the user can rearrange the list as needed. What I'm having a problem with is accessing the new order that the user has rearranged t