Re: dragging a line gets dashed

2013-10-11 Thread J. Landman Gay
On 10/11/13 1:08 PM, dunb...@aol.com wrote: Hi. Though you will need a few more gadgets to manage this well, you can always: on mouseMove set the loc of grc "yourLine" to the mouseLoc end mouseMove I think he's drawing a bitmap line with the line tool rather than moving an existing l

Re: dragging a line gets dashed

2013-10-11 Thread J. Landman Gay
On 10/11/13 8:20 AM, Tiemo Hollmann TB wrote: Hello, LC 6.1, Win7, I have the following handler to let the user drag a line: lock messages repeat while the mouse is down wait with messages drag from tOldLoc to the mouseLoc put the mouseLoc into tOldLoc end

Re: dragging a line gets dashed

2013-10-11 Thread dunbarx
Hi. Though you will need a few more gadgets to manage this well, you can always: on mouseMove set the loc of grc "yourLine" to the mouseLoc end mouseMove But the motion will be smooth. Craig Newman -Original Message- From: Tiemo Hollmann TB To: 'How to use LiveCode' Sent