AW: dragging a line gets dashed

2013-10-14 Thread Tiemo Hollmann TB
Hollmann TB > Gesendet: Montag, 14. Oktober 2013 15:55 > An: 'How to use LiveCode' > Betreff: AW: dragging a line gets dashed > > Thank you Craig and Jaques for your ideas. > Yes I am just dragging the brush tool (no line grc) in a repeat loop. And > now I remember

AW: dragging a line gets dashed

2013-10-14 Thread Tiemo Hollmann TB
ideas Tiemo > -Ursprüngliche Nachricht- > Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag > von J. Landman Gay > Gesendet: Freitag, 11. Oktober 2013 20:18 > An: How to use LiveCode > Betreff: Re: dragging a line gets dashed > > On 10/11/13 1

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
to use LiveCode' Sent: Fri, Oct 11, 2013 9:19 am Subject: dragging a line gets dashed 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 p

dragging a line gets dashed

2013-10-11 Thread Tiemo Hollmann TB
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 repeat unlock messages dragging the mouse the lin