[flexcoders] Drag and drop issues

2009-04-14 Thread Charles Galpin
Hi All I have attached a simple example of the kind of things I want to do with dragging and dropping, namely dragging an object across different components in my app. In this example I have a list and two canvases and you can drag from the list to the canvases and between the canvases

[flexcoders] Drag and Drop issues

2008-02-20 Thread Nick Collins
I've got an application I'm working on where I need to be able to drag things onto a Canvas, and sometimes into containers that are children of the canvas. The problem I'm having is that when I have another container inside the canvas, it doesn't register the dragEnter event, even though I have

RE: [flexcoders] Drag and Drop issues

2008-02-20 Thread Alex Harui
, 2008 11:14 AM To: flexcoders Subject: [flexcoders] Drag and Drop issues I've got an application I'm working on where I need to be able to drag things onto a Canvas, and sometimes into containers that are children of the canvas. The problem I'm having is that when I have another container