RE: [flexcoders] Drag Drop Compiler Bug/Problem

2007-03-06 Thread Stephen Gilson
One thought is that the doc specifies to use a container as a drop
target, you must use the backgroundColor property of the container to
set a color. Otherwise, the background color of the container is
transparent, and the Drag and Drop Manager is unable to detect that the
mouse pointer is on a possible drop target. 
 
Stephen



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of richmcgillicuddy
Sent: Saturday, March 03, 2007 11:53 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Drag Drop Compiler Bug/Problem



I have a very (very) simple demo program that is listed below. I was
having trouble dropping a tilelist item onto a canvas. I was able to
get the drop to work only if I set the toolTip of the canvas. This
seems very odd, like the canvas was not initialized yet. The drag
operation starts OK enough but I get the cannot drop marker when I try
to drop on the canvas, UNLESS I set the tooltip to something. Any ideas?

Rich

--


http://www.adobe.com/2006/mxml
<http://www.adobe.com/2006/mxml> "
layout="absolute" creationComplete="onInit()">








---
// Simple Thumbnail


http://www.adobe.com/2006/mxml
<http://www.adobe.com/2006/mxml> " width="120"
height="120" 
verticalAlign="middle" cornerRadius="10" borderStyle="solid"
backgroundColor="#c0c0c0">






 


[flexcoders] Drag Drop Compiler Bug/Problem

2007-03-03 Thread richmcgillicuddy
I have a very (very) simple demo program that is listed below. I was
having trouble dropping a tilelist item onto a canvas. I was able to
get the drop to work only if I set the toolTip of the canvas. This
seems very odd, like the canvas was not initialized yet. The drag
operation starts OK enough but I get the cannot drop marker when I try
to drop on the canvas, UNLESS I set the tooltip to something. Any ideas?


Rich


--








http://www.adobe.com/2006/mxml";
layout="absolute" creationComplete="onInit()">










---
// Simple Thumbnail


http://www.adobe.com/2006/mxml"; width="120"
height="120"  
 verticalAlign="middle" cornerRadius="10" borderStyle="solid"
backgroundColor="#c0c0c0">