Can I drag and drop a file onto a GUI window into a field?

Started by tony on 23-Jan-2012/0:20:01-8:00
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.
Check this script from Gregg Irwin: http://www.rebol.org/view-script.r?script=sys-port-drag-accept.r Windows only.
No drag'n drop support for View windows, it can only work with the console window.

Reply