Drag and Drop
Posted: Fri Nov 25, 2016 10:58 pm
Can I have a scrolling list field which can be moved
by the user?
by the user?
Questions and answers about the LiveCode platform.
https://www.forums.livecode.com/
Want the user to be able to move the field as itdunbarx wrote:Hi.
Do you mean move the field? Your title sort of indicated you wanted to move a line within that field.
Craig Newman
Code: Select all
--RightClick for grabbing
on mouseDown b
if b=3 then grab me
else
-- your action
end if
pass mouseDown
end mouseDown