drag'n'drop in text fields

hh hh at hyperhh.de
Mon Oct 28 17:15:56 EDT 2019


on dragDrop
  if "files" is among the keys of the dragData then
    put line 1 of the dragData["files"] -- or whatever
  end if
end dragDrop

on dragEnter
  set the dragAction to "copy"
end dragenter




More information about the use-livecode mailing list