On Mon, Nov 22, 2010 at 6:28 PM, Ray Horsley wrote:
> Dunbar,
>
> Thanks for this encouragement. I was hoping for a simple setting which I
> believe we should have, but I can give this a try.
>
> Thanks,
>
> Ray Horsley
> LinkIt! Software
Ray,
Have a look to this thread:
http://www.mail-archive
Behalf Of dunb...@aol.com
Sent: Monday, November 22, 2010 9:49 AM
To: use-livecode@lists.runrev.com
Subject: Re: Dragging Lines in a Field
I have done this in a list field by creating either a graphic the size of
the line or a new small field at the clickLoc. You can drag either the
graphic or
I have done this in a list field by creating either a graphic the size of
the line or a new small field at the clickLoc. You can drag either the
graphic or field with the mouseMove message. Since you can know the starting
and
ending locs of the drag, you can drag either object from the starti
Greetings,
Seems pretty simple, just want to drag line 5 up and drop it where line 3 is
so lines 3 and 4 become lines 4 and 5. There's got to be a way to do this
without a whole lot of building coordinates, etc. anybody?
Thanks,
Ray Horsley
LinkIt! Software
__