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
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
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
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
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
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