Seems like most of that code should still work if the windows API's it uses
are the ones you want to use.

I think ui.tools.workspace is needed for getting the window handle:

    get-workspace parent>> handle>> hWnd>>

Which is just (I think) ``world get handle>> hWnd>>``.


On Sun, Aug 13, 2017 at 10:56 AM, Alexander Ilin <ajs...@yandex.ru> wrote:

> Hello!
>
>   Does anyone know what did the `dragdrop-listener` vocab do?
>   I'd like to implement some functionality to allow user to drag-and-drop
> files onto the listener window (in Windows), and I want the file path (or
> an array of paths) pushed onto the listener stack as the result.
>   The `dragdrop-listener` is currently in `unmaintained`, and it refers to
> a removed `ui.tools.workspace` vocab, which I'm not familiar with.
>
> ---=====---
>  Александр
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to