I'd be happy if it was the case for 0.8 - that would be great! But I know it
is not for 0.7 and I guess that won't change anymore since the bug is now
closed. But then, I can live with my patched code, and people will migrate
and there won't be the need to fix it. I'll look forward for someone to
tackle bug 1215! Cheers, Christian.


Sebastian Werner wrote:
> 
> panyasan schrieb:
>> 
>> 
>> Sebastian Werner wrote:
>>>
>>> Am 21.08.2008 um 03:06 schrieb Derrell Lipman:
>>>
>>>> On Wed, Aug 20, 2008 at 6:16 PM, panyasan <[EMAIL PROTECTED]>  
>>>> wrote:
>>>>
>>>> Derrell:
>>>>
>>>> thank you for your confidence, but I think I am a long way away from  
>>>> any 0.8
>>>> code for the moment and will be for some time. I'd be happy if I could
>>>> finish my application which is built on 0.7. Concerning drag & drop:  
>>>> More
>>>> important for me would be to fix  an crucial bug with drag & drop  
>>>> in  0.7
>>>> (http://bugzilla.qooxdoo.org/show_bug.cgi?id=644) which defeats drag  
>>>> & drop
>>>> in the treevirtual up to now unless you use a dirty hack which  
>>>> involved
>>>> patching the qooxdoo code. I hope it has been solved in 0.8 (has  
>>>> it?) and if
>>>> yes, it would be great if that fix could be backported.
>>>>
>>>> Sorry! Maybe somebody else can take over here.
>>>>
>>>> Ok, thanks Christian.  I've posted bug #1215 to re-implement  
>>>> drag&drop support, and suggested that given the need to redo it  
>>>> anyway, it should really be done first in Table and then modified as  
>>>> necessary for TreeVirtual.  Table needs it too, and doing it in  
>>>> Table provides it by definition (albeit not necessarily exactly as  
>>>> desired) in TreeVirtual.
>>> I am still interested in which type there is any need to do anything  
>>> specific for the Table or Tree. Basically you just move the selected  
>>> items from one Table to another. Normally I would say this should not  
>>> need any additional code for the Table as the needed methods for these  
>>> actions should already be available in the Table. Just curious.
>>>
>>> Cheers,
>>> Sebastian
>>>
>>>
>> 
>> Hi Sebastian: 
>> 
>> here's the thing: if you want to drag stuff *within* virtual widgets, you
>> don't "just move the selected  items from one Table to another", because
>> you
>> are in the same table (or tree), you don't leave it, the drop target is
>> always the same (except in the case of the bug mentioned above where the
>> drop target isn't even the correct object).
>> 
>> It is a very common use case - think of any operating sytem file
>> explorer,
>> when you move a file from one folder to the other. It is such an obvious
>> use
>> case that I am surprised that there aren't more people who need it for
>> their
>> apps ...
>> 
>> Cheers, Christian 
> 
> Christian,
> 
> Yes, sure. Nothing special about this. Please have a look at the 
> Drag&Drop demo. Reordering in Widgets or in virtual widgets is basically 
> the same. In both cases you will get the information of the original 
> target. The drag target and drop targets are the same, but the original 
> target should help. I have not tested this with virtual widgets yet, but 
> in pricipial it shouldn't be to different from any other container.
> 
> Cheers,
> Sebastian
> 
> 
>> 
> 
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Drag---Drop-tp19073258p19098450.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to