Drag n' Drop spark List Itemrenders betwen components?

Well guys, looks like after 2 days and 4h later I got the solution :).

Well guys, looks like after 2 days and 4h later I got the solution :) I was looking to this in a complete wrong way. When using Drag and Drop with List based components, the 'format' is always 'itemsByIndex' and I was trying to be accepted with 'artist' 'format'. Problem: You have more than one List accepting data with a drag-and-drop method.

Different lists has to accept different types of data. Solution: Wrap the in and manually call the dragEnter event and with it you call a function that can accept or reject the dragged data by checking it's 'format'. Accepting the drag source, the dragDrop event is dispatched and with that you can call a function to do whatever you want in your app ... for example, add the dragged data to the list.

NOTE: Remember if tou set the dragEnter and dragDrop directly on the component, you will ne be able to check the dragged data 'format' given all list controls uses the 'format' 'itemsByIndex' Demo: Hope this helps other people with the same problem! :).

Lists handle drag and drop automatically, so the enveloping Group is not really required. Have a look here: saturnboy. Com/2009/08/drag-and-drop-flex-4 – Dan Mar 20 at 14:17.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions