[flexcoders] Dragging image from TileList - the dragProxy steals the original image!

2007-10-18 Thread bjorn -
I've got this problem where I have images in a TileList and when I start do drag an image the image disappears (goes black) in the TileList. I can still see the image in the drag proxy though. When I release the drag I don't see the image anymore (until I drag it again, and I will see the image in

Re: [flexcoders] Dragging image from TileList - the dragProxy steals the original image!

2007-10-18 Thread Jon Bradley
On Oct 18, 2007, at 9:09 AM, bjorn - wrote: I've got this problem where I have images in a TileList and when I start do drag an image the image disappears (goes black) in the TileList. I can still see the image in the drag proxy though. When I release the drag I don't see the image

Re: [flexcoders] Dragging image from TileList - the dragProxy steals the original image!

2007-10-18 Thread bjorn -
jon - thanks for the tip, I'll try it :) Your reason makes sense (the image not being copied) - but the thing I don't understand is that I haven't implemented any drag code at all (so it's all handled by flex) and it works if I specify the url and not the Bitmap content. On 18/10/2007, Jon