Re: [flexcoders] Re: Drag Drop - maually show red cross or green plus icon

2009-06-15 Thread joss
] Re: Drag Drop - maually show red cross or green plus icon Its actually for the cursor feedback ...and i'm not getting much lick with the showfeedback method. thanks anyway bod --- In flexcod...@yahoogro ups.com, "jossminker" wrote: > > From your message i take it you me

[flexcoders] Re: Drag Drop - maually show red cross or green plus icon

2009-06-15 Thread bhaq1972
Its actually for the cursor feedback ...and i'm not getting much lick with the showfeedback method. thanks anyway bod --- In flexcoders@yahoogroups.com, "jossminker" wrote: > > From your message i take it you mean you want to change the drag proxy image > (for something you are already draggin

[flexcoders] Re: Drag Drop - maually show red cross or green plus icon

2009-06-15 Thread jossminker
>From your message i take it you mean you want to change the drag proxy image >(for something you are already dragging) and not the cursor? in this case you need to look at DragSource. something like this: var dragInitiator:Image=Image(event.currentTarget); var ds:DragSource = new

[flexcoders] Re: Drag Drop - maually show red cross or green plus icon

2009-06-10 Thread bhaq1972
Thanks but this doesn't seem to work for me. Is there anything else. Regards bod --- In flexcoders@yahoogroups.com, Adrian Williams wrote: > > Hi there... > > You need to take a look at this: > > DragManager.showFeedback(DragManager.MOVE); > > hth > adrian > > bhaq1972 wrote: > >