If you're defining your own drag-drop event handlers, I don't think you're supposed to use dropEnabled='true'; dropEnabled='true' means that the default handlers are used.

From 'Flex 2 Dev Guide':

dropEnabled

A Boolean value that specifies whether the control can be a drop target
that uses default values for handling items dropped onto it. The default
value is false, which means that you must write event listeners for the
drag events. When the value is true, you can drop items onto the control
by using the default drop behavior.


On 06/12/2006, at 4:33 AM, wayneposner wrote:

Hi Lach,

Nope...My component code looked liked:
<mx:DataGrid id="cart" dragEnabled="true" dropEnabled="true"
dragEnter="onDragEnter(event)"/>

Still haven't figured out what caused the problem.

Wayne

Reply via email to