Thread overview
DLangUI Drag and Drop support?
Feb 03, 2018
Andres Clari
Feb 04, 2018
rikki cattermole
Feb 05, 2018
Jacob Carlborg
Feb 06, 2018
Andres Clari
Feb 06, 2018
Jacob Carlborg
Feb 06, 2018
aberba
Feb 06, 2018
Andres Clari
February 03, 2018
Hi, is there support for drag and drop in dlangui??
I haven't found anything on the docs, issues or forums.

I'm building a project that requires support for dropping URLs from the browser into a ListWidget. Is this possible with dlangui at all?
February 04, 2018
On 03/02/2018 6:06 PM, Andres Clari wrote:
> Hi, is there support for drag and drop in dlangui??
> I haven't found anything on the docs, issues or forums.
> 
> I'm building a project that requires support for dropping URLs from the browser into a ListWidget. Is this possible with dlangui at all?

No.
February 05, 2018
On 2018-02-03 19:06, Andres Clari wrote:
> Hi, is there support for drag and drop in dlangui??
> I haven't found anything on the docs, issues or forums.
> 
> I'm building a project that requires support for dropping URLs from the browser into a ListWidget. Is this possible with dlangui at all?

DWT [1] supports drag-and-drop.

[1] https://github.com/d-widget-toolkit/dwt

-- 
/Jacob Carlborg
February 06, 2018
On Monday, 5 February 2018 at 12:17:22 UTC, Jacob Carlborg wrote:
> On 2018-02-03 19:06, Andres Clari wrote:
>> Hi, is there support for drag and drop in dlangui??
>> I haven't found anything on the docs, issues or forums.
>> 
>> I'm building a project that requires support for dropping URLs from the browser into a ListWidget. Is this possible with dlangui at all?
>
> DWT [1] supports drag-and-drop.
>
> [1] https://github.com/d-widget-toolkit/dwt

But DWT doesn't support macOS right? That would be my main target...

February 06, 2018
On Saturday, 3 February 2018 at 18:06:30 UTC, Andres Clari wrote:
> Hi, is there support for drag and drop in dlangui??
> I haven't found anything on the docs, issues or forums.
>
> I'm building a project that requires support for dropping URLs from the browser into a ListWidget. Is this possible with dlangui at all?

Can you please file an issue in the github repo. Its very active so it's possible support will be implemented sooner.
February 06, 2018
On Tuesday, 6 February 2018 at 08:48:47 UTC, aberba wrote:
> On Saturday, 3 February 2018 at 18:06:30 UTC, Andres Clari wrote:
>> Hi, is there support for drag and drop in dlangui??
>> I haven't found anything on the docs, issues or forums.
>>
>> I'm building a project that requires support for dropping URLs from the browser into a ListWidget. Is this possible with dlangui at all?
>
> Can you please file an issue in the github repo. Its very active so it's possible support will be implemented sooner.

I created an issue for it with a basic outline of a possible implementation:

https://github.com/buggins/dlangui/issues/553

February 06, 2018
On 2018-02-06 09:32, Andres Clari wrote:

> But DWT doesn't support macOS right? That would be my main target...

Aha, no it doesn't.

-- 
/Jacob Carlborg