Trithilon
Posts: 15
Joined: 06 May 2014, 19:05

Re: Drag and Drop

03 Apr 2015, 21:14

Me too! Would like to see drag and drop implemented natively - its a must for mobile uis. (Drag, drop, reorder etc)
 
nikobarli
Posts: 180
Joined: 26 Apr 2017, 06:23

Re: Drag and Drop

20 Jun 2017, 03:09

Just want to confirm about the status of drag and drop feature. Is there any change as of version 2.0.x of NoesisGUI ?

Grepping the SDK and Release Notes didn't give any result of drag/drop related stuffs.

Assuming there is no direct support for Drag/Drop, what is the recommended method to do drag/drop between two NoesisGUI views ?
 
User avatar
sfernandez
Site Admin
Posts: 2984
Joined: 22 Dec 2011, 19:20

Re: Drag and Drop

20 Jun 2017, 16:30

Just want to confirm about the status of drag and drop feature. Is there any change as of version 2.0.x of NoesisGUI ?

Grepping the SDK and Release Notes didn't give any result of drag/drop related stuffs.
WPF Drag&Drop architecture is not implemented in NoesisGUI 2.0.2. But we have plans to implement it in one of the upcoming versions.
Assuming there is no direct support for Drag/Drop, what is the recommended method to do drag/drop between two NoesisGUI views ?
We have a sample in our Showcase section demonstrating how to implement a basic drag and drop: viewtopic.php?f=12&t=600

When you say two NoesisGUI views, you are talking about 2 system windows too, right? Extending the previous example you can probably build a DragDrop manager that can register the dragged data to be used between windows.
 
nikobarli
Posts: 180
Joined: 26 Apr 2017, 06:23

Re: Drag and Drop

21 Jun 2017, 07:57

When you say two NoesisGUI views, you are talking about 2 system windows too, right? Extending the previous example you can probably build a DragDrop manager that can register the dragged data to be used between windows.
I was thinking about drag-and-drop between two windows each with NoesisGUI view on it.
Yes, I think currently I need to implement the Drag-Drop manager myself. Also need to create a popup window that can hover on both of the windows.

Hope that your planned implementation can also handle such scenario.
 
User avatar
sfernandez
Site Admin
Posts: 2984
Joined: 22 Dec 2011, 19:20

Re: Drag and Drop

23 Jun 2017, 18:34

Yes, we will investigate how to support that kind of scenario with several windows+views when we fully implement the Drag&Drop architecture.
 
nikobarli
Posts: 180
Joined: 26 Apr 2017, 06:23

Re: Drag and Drop

17 Oct 2017, 02:50

Hi,

There some scenarios that I think you should consider when implementing this.

1. Should be able to drag and drop between Noesis' View and native windows, including the case when the source and target are in different processes (e.g. you should be able to drag and drop text from a browser window into a Noesis' TextBox).

In Windows, this is done using Ole Drag and Drop (I think WPF's implementation wraps around this APIs).

2. Should be able to show Context Menu when an item is dropped (e.g. Drop -> Show Menu -> User selects 'Move Item' from the menu -> Drop done -> Item is removed from Source)
 
User avatar
sfernandez
Site Admin
Posts: 2984
Joined: 22 Dec 2011, 19:20

Re: Drag and Drop

18 Oct 2017, 00:05

We will take into consideration these points, thanks for your collaboration.
 
User avatar
jsantos
Site Admin
Posts: 3906
Joined: 20 Jan 2012, 17:18
Contact:

Re: Drag and Drop

18 Oct 2017, 04:14

Better if you open a ticket about it. Could you do it please? Information is not easy to track in the forums. Thanks!
 
nikobarli
Posts: 180
Joined: 26 Apr 2017, 06:23

Re: Drag and Drop

19 Oct 2017, 10:15

Who is online

Users browsing this forum: No registered users and 88 guests