www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - DLangUI Drag and Drop support?

reply Andres Clari <andres steelcode.net> writes:
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?
Feb 03 2018
next sibling parent rikki cattermole <rikki cattermole.co.nz> writes:
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.
Feb 03 2018
prev sibling next sibling parent reply Jacob Carlborg <doob me.com> writes:
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
Feb 05 2018
parent reply Andres Clari <andres steelcode.net> writes:
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...
Feb 06 2018
parent Jacob Carlborg <doob me.com> writes:
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
Feb 06 2018
prev sibling parent reply aberba <karabutaworld gmail.com> writes:
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.
Feb 06 2018
parent Andres Clari <andres steelcode.net> writes:
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
Feb 06 2018