Can I drag and drop a file onto a GUI window into a field?
Just wondering if this is possible in Rebol. I tried searching but nothing was obvious. Just want to do this instead of using a button to select a file.
posted by: tony 23-Jan-2012/0:20:01-8:00
Check this script from Gregg Irwin: http://www.rebol.org/view-script.r?script=sys-port-drag-accept.r Windows only.
posted by: Endo 23-Jan-2012/5:36:31-8:00
No drag'n drop support for View windows, it can only work with the console window.
posted by: DocKimbel 25-Jan-2012/8:42:56-8:00
|