Re: Dragging Lines in a Field

2010-11-22 Thread zryip theSlug
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

RE: Dragging Lines in a Field

2010-11-22 Thread Ray Horsley
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

Re: Dragging Lines in a Field

2010-11-22 Thread DunbarX
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