Home » U++ Library support » TreeCtrl » Like the new Drag and Drop TreeCtrl but...
Re: Like the new Drag and Drop TreeCtrl but... [message #11779 is a reply to message #11753] |
Tue, 25 September 2007 17:46   |
nixnixnix
Messages: 415 Registered: February 2007 Location: Kelowna, British Columbia
|
Senior Member |
|
|
Ok, sounds fair.
However I have another question: why is it that the code inside Drag() never gets executed?
void Drag()
{
if(tree.DoDragAndDrop(InternalClip(tree, "mytreedrag"),
tree.GetDragSample()) == DND_MOVE)
{
PromptOK("hey");
tree.RemoveSelection();
}
}
I added a PromptOK() as you can see above and it never pops up (I made sure to drag the selection to merely a different position on the same parent so there was no logical conflict).
Does that seems right to you?
I'm guessing that if that function did something it would copy the options across as its a MOVE rather than a copy right?
Nick
[Updated on: Tue, 25 September 2007 17:47] Report message to a moderator
|
|
|
 |
|
Like the new Drag and Drop TreeCtrl but...
|
 |
|
Re: Like the new Drag and Drop TreeCtrl but...
By: mirek on Sun, 19 August 2007 15:01
|
 |
|
Re: Like the new Drag and Drop TreeCtrl but...
|
 |
|
Re: Like the new Drag and Drop TreeCtrl but...
By: mirek on Thu, 23 August 2007 17:35
|
 |
|
Re: Like the new Drag and Drop TreeCtrl but...
|
 |
|
Re: Like the new Drag and Drop TreeCtrl but...
By: mirek on Tue, 28 August 2007 13:13
|
 |
|
Re: Like the new Drag and Drop TreeCtrl but...
|
 |
|
Re: Like the new Drag and Drop TreeCtrl but...
By: mirek on Wed, 29 August 2007 11:30
|
 |
|
Re: Like the new Drag and Drop TreeCtrl but...
|
 |
|
Re: Like the new Drag and Drop TreeCtrl but...
By: mirek on Fri, 31 August 2007 08:08
|
 |
|
Re: Like the new Drag and Drop TreeCtrl but...
|
 |
|
Re: Like the new Drag and Drop TreeCtrl but...
By: mirek on Mon, 03 September 2007 00:15
|
 |
|
Re: Like the new Drag and Drop TreeCtrl but...
By: nixnixnix on Tue, 18 September 2007 04:15
|
 |
|
Re: Like the new Drag and Drop TreeCtrl but...
By: mirek on Thu, 20 September 2007 23:29
|
 |
|
Re: Like the new Drag and Drop TreeCtrl but...
By: nixnixnix on Mon, 24 September 2007 16:29
|
 |
|
Re: Like the new Drag and Drop TreeCtrl but...
By: mirek on Mon, 24 September 2007 23:59
|
 |
|
Re: Like the new Drag and Drop TreeCtrl but...
By: nixnixnix on Tue, 25 September 2007 17:46
|
 |
|
Re: Like the new Drag and Drop TreeCtrl but...
By: mirek on Wed, 26 September 2007 00:14
|
 |
|
Re: Like the new Drag and Drop TreeCtrl but...
By: nixnixnix on Wed, 26 September 2007 18:13
|
 |
|
Re: Like the new Drag and Drop TreeCtrl but...
|
 |
|
Re: Like the new Drag and Drop TreeCtrl but...
By: mrjt on Tue, 28 August 2007 17:46
|
Goto Forum:
Current Time: Thu Aug 21 06:07:36 CEST 2025
Total time taken to generate the page: 0.07738 seconds
|