On Thu, Nov 3, 2016 at 10:05 PM, Dimitris Chloupis <kilon.alios@gmail.com> wrote:
" 3. How to drag-n-drop from the host operation system into pharo application and vice versa? I need to drag-n-drop a list of files from\to file browser."
I don't know the answer to what you ask, but the experiment code I attached to [1] may also be of interest. Its a couple of years old but I don't think much has changed in that area for a while. If you drop the attachment into your Monticello package-cache you can load it from there. [1] http://forum.world.st/example-custom-mouse-events-td4773821.html cheers -ben
Drag and Drop can be a tricky one because its a Morphic and will require some experience with Morphic. Morph which is basically the base class of all gui element 3 relevant methods.
a) dropFiles: b) handleDropFiles: c) wantsDropFiles: