[flexcoders] Re: Custom Drag Cursors

2007-10-16 Thread toofah_gm
Here is some sample code that illustrates what I am doing. The commented out lines are some things that I have been trying that also do not help. Application: http://www.adobe.com/2006/mxml"; layout="absolute" xmlns:ns1="*"> DragManager {

[flexcoders] Re: Custom Drag Cursors

2007-10-16 Thread toofah_gm
Alex, Setting the cursor on mouseMove is not the problem...I get the correct cursor during mouseMove...the cursor comes from the move-cursor style of the DragManager. I am attempting to use these styles to get the functionality that I need. If I don't use the DragManager styles and attempt to se