[Gambas-user] File Chooser Drag and Drop

T Lee Davidson t.lee.davidson at gmail.com
Sun Jul 17 06:22:22 CEST 2022


On 7/16/22 23:16, Bruce Steers wrote:
> 
> 
> On Sun, 17 Jul 2022 at 03:28, sbungay <sbungay at smartsonsite.com <mailto:sbungay at smartsonsite.com>> wrote:
> 
>         Using the file chooser I want to drag one of the files from it
>     (represented by its icon) to a text area and on dropping it have the
>     text area load the file. Can't seem to get this to work, anyone have an
>     example project I can examine?
> 
> 
> Drag is not supported in File/Dir chooser
> You could import the filechooser files and modify them.
> 
> BruceS

Well ... I can imagine how disappointing that might be.

Both FileChooser and DirChooser have a Drag method and Drag, DragLeave, DragMove, and MouseDrag events leading one to believe 
that they do support Drag & Drop. But, there is no mention in the documentation that they do not.


-- 
Lee


More information about the User mailing list