digitalmars.D.learn - DLangUI Drag and Drop support?
- Andres Clari (5/5) Feb 03 2018 Hi, is there support for drag and drop in dlangui??
- rikki cattermole (2/7) Feb 03 2018 No.
- Jacob Carlborg (5/10) Feb 05 2018 DWT [1] supports drag-and-drop.
- Andres Clari (3/12) Feb 06 2018 But DWT doesn't support macOS right? That would be my main
- Jacob Carlborg (4/5) Feb 06 2018 Aha, no it doesn't.
- aberba (3/8) Feb 06 2018 Can you please file an issue in the github repo. Its very active
- Andres Clari (4/14) Feb 06 2018 I created an issue for it with a basic outline of a possible
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
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
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
On Monday, 5 February 2018 at 12:17:22 UTC, Jacob Carlborg wrote:On 2018-02-03 19:06, Andres Clari wrote:But DWT doesn't support macOS right? That would be my main target...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
Feb 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
Feb 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.
Feb 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:I created an issue for it with a basic outline of a possible implementation: https://github.com/buggins/dlangui/issues/553Hi, 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