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