Re: Drag/Drop Cursor

2012-05-25 Thread Peter Haworth
As mentioned , that work great but now I have a couple of other issues. When I drop into the field that accepts drops, the dropped text is highlighted. How can I get rid of the highlight? It looks like maybe I have to use the dragEnd message even though that is sent to the source of the drag/dr

Re: Drag/Drop Cursor

2012-05-25 Thread Peter Haworth
Thank you Mark, that works perfectly. Pete lcSQL Software On Fri, May 25, 2012 at 5:48 PM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > Yes, it should be: set the dragAction to "none" > > -- > Best regards, > > Mark Schonewille > > Economy-x-Talk Consulti

Re: Drag/Drop Cursor

2012-05-25 Thread Mark Schonewille
Yes, it should be: set the dragAction to "none" -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 We will have room for new projects after 1 June. Contact me now and

Re: Drag/Drop Cursor

2012-05-25 Thread Mark Schonewille
Hi René, Maybe I gave bad advice. Can the dragAction be set to empty or none? I'll check it later... -- Kind regards, Mark Schonewille Economy-x-Talk Http://economy-x-talk.com Share the clipboard of your computer over a local network with Clipboard Link http://clipboardlink.economy-x-talk.com

Re: Drag/Drop Cursor

2012-05-25 Thread Peter Haworth
Thanks Mark. I tried that but the cursor still didn't change. I think the cursor I need is the one that is shown in the field where a drag starts, before you move out of that field - it's that circle with a horizontal bar through it indicating you can't do something. I looked through the LC stac

Re: Drag/Drop Cursor

2012-05-25 Thread René Micout
Le 25 mai 2012 à 19:44, Mark Schonewille a écrit : > Hi Pete, > > Set the acceptdrop to false in that handler. Hello Mark, I can read in the documentation : "The acceptDrop property is deprecated as of version 2.9. Setting the acceptDrop to true is equivalent to setting the dragAction to "copy

Re: Drag/Drop Cursor

2012-05-25 Thread Mark Schonewille
Hi Pete, Set the acceptdrop to false in that handler. -- Kind regards, Mark Schonewille Economy-x-Talk Http://economy-x-talk.com Share the clipboard of your computer over a local network with Clipboard Link http://clipboardlink.economy-x-talk.com Op 25 mei 2012 om 19:37 heeft Peter Haworth

Drag/Drop Cursor

2012-05-25 Thread Peter Haworth
I'm dragging and dropping stuff into a text field on a card so is handling most of it for me. I have one text field on the crad that I don;t want to allow anything to be dropped on so I put an empty dragDrop handler in the filed. That works OK but the cursor still shows as the green plus arrow in