Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Drag and drop in RAP applications
Drag and drop in RAP applications [message #118309] Mon, 12 January 2009 14:51 Go to next message
Eclipse UserFriend
Originally posted by: magnus.einarsson.tietoenator.com

I have read that there is no support for drag-and-drop in RAP, but today
i stumbled upon a blog posting at
http://rapblog.innoopract.com/2008/03/would-you-believe-this -is-browser-based.html
that shows screen shots of an application that claims to have
drag-and-drop support.

Does that mean that it is possible to achieve some kind of drag-and-drop
support in the current version? Any pointers to information about this
would be greatly appreciated.

Regards
/Magnus
Re: Drag and drop in RAP applications [message #118326 is a reply to message #118309] Mon, 12 January 2009 15:08 Go to previous messageGo to next message
Rüdiger Herrmann is currently offline Rüdiger HerrmannFriend
Messages: 581
Registered: July 2009
Senior Member
Magnus,

what is shown in the blog is a custom widget that supports dnd only
*within* the widget. Still unsupported is dnd among arbitrary widgets.

HTH
Rüdiger


Magnus Einarsson wrote:
> I have read that there is no support for drag-and-drop in RAP, but today
> i stumbled upon a blog posting at
> http://rapblog.innoopract.com/2008/03/would-you-believe-this -is-browser-based.html
> that shows screen shots of an application that claims to have
> drag-and-drop support.
>
> Does that mean that it is possible to achieve some kind of drag-and-drop
> support in the current version? Any pointers to information about this
> would be greatly appreciated.
>
> Regards
> /Magnus
Re: Drag and drop in RAP applications [message #119633 is a reply to message #118326] Mon, 26 January 2009 11:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse2008.shedid.de

DnD is still listed in the RAP 1.2 project plan as proposed.
How are the chances of DnD making it into the 1.2 release?

Regards,
Dirk


Rüdiger Herrmann wrote:
> Magnus,
>
> what is shown in the blog is a custom widget that supports dnd only
> *within* the widget. Still unsupported is dnd among arbitrary widgets.
>
> HTH
> Rüdiger
>
>
> Magnus Einarsson wrote:
>> I have read that there is no support for drag-and-drop in RAP, but
>> today i stumbled upon a blog posting at
>> http://rapblog.innoopract.com/2008/03/would-you-believe-this -is-browser-based.html
>> that shows screen shots of an application that claims to have
>> drag-and-drop support.
>>
>> Does that mean that it is possible to achieve some kind of
>> drag-and-drop support in the current version? Any pointers to
>> information about this would be greatly appreciated.
>>
>> Regards
>> /Magnus
Re: Drag and drop in RAP applications [message #119646 is a reply to message #119633] Mon, 26 January 2009 13:09 Go to previous messageGo to next message
Holger Staudacher is currently offline Holger StaudacherFriend
Messages: 166
Registered: July 2009
Senior Member
Hi Dirk,
the current status is still proposed.

Regards,
Holger

On 2009-01-26 12:11:12 +0100, Dirk Bernsau <eclipse2008@shedid.de> said:

> DnD is still listed in the RAP 1.2 project plan as proposed.
> How are the chances of DnD making it into the 1.2 release?
>
> Regards,
> Dirk
>
>
> Rüdiger Herrmann wrote:
>> Magnus,
>>
>> what is shown in the blog is a custom widget that supports dnd only
>> *within* the widget. Still unsupported is dnd among arbitrary widgets.
>>
>> HTH
>> Rüdiger
>>
>>
>> Magnus Einarsson wrote:
>>> I have read that there is no support for drag-and-drop in RAP, but
>>> today i stumbled upon a blog posting at
>>> http://rapblog.innoopract.com/2008/03/would-you-believe-this -is-browser-based.html
>>> that shows screen shots of an application that claims to have
>>> drag-and-drop support.
>>>
>>> Does that mean that it is possible to achieve some kind of
>>> drag-and-drop support in the current version? Any pointers to
>>> information about this would be greatly appreciated.
>>>
>>> Regards
>>> /Magnus
Re: Drag and drop in RAP applications [message #119711 is a reply to message #119646] Tue, 27 January 2009 07:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: magnus.einarsson.tietoenator.com

Are some fundamental problems with how RAP is designed that makes adding
drag and drop hard? I wonder since the underlying qooxdoo toolkit has
support for drag and drop.

Regards
/Magnus
Holger Staudacher wrote:
> Hi Dirk,
> the current status is still proposed.
>
> Regards,
> Holger
>
> On 2009-01-26 12:11:12 +0100, Dirk Bernsau <eclipse2008@shedid.de> said:
>
>> DnD is still listed in the RAP 1.2 project plan as proposed.
>> How are the chances of DnD making it into the 1.2 release?
>>
>> Regards,
>> Dirk
>>
>>
>> Rüdiger Herrmann wrote:
>>> Magnus,
>>>
>>> what is shown in the blog is a custom widget that supports dnd only
>>> *within* the widget. Still unsupported is dnd among arbitrary widgets.
>>>
>>> HTH
>>> Rüdiger
>>>
>>>
>>> Magnus Einarsson wrote:
>>>> I have read that there is no support for drag-and-drop in RAP, but
>>>> today i stumbled upon a blog posting at
>>>> http://rapblog.innoopract.com/2008/03/would-you-believe-this -is-browser-based.html
>>>> that shows screen shots of an application that claims to have
>>>> drag-and-drop support.
>>>>
>>>> Does that mean that it is possible to achieve some kind of
>>>> drag-and-drop support in the current version? Any pointers to
>>>> information about this would be greatly appreciated.
>>>>
>>>> Regards
>>>> /Magnus
>
>
Re: Drag and drop in RAP applications [message #119724 is a reply to message #119711] Tue, 27 January 2009 08:17 Go to previous messageGo to next message
Holger Staudacher is currently offline Holger StaudacherFriend
Messages: 166
Registered: July 2009
Senior Member
Hi Magnus,
yes it's realy hard to implement d&d into RAP. That's because RAP uses
a distributed architecture. But you can write custom widgets which
supports d&d within the widget. This technique uses the qooxdoo d&d
support.

Regards Holger

On 2009-01-27 08:31:10 +0100, Magnus Einarsson
<magnus.einarsson@tietoenator.com> said:

> Are some fundamental problems with how RAP is designed that makes
> adding drag and drop hard? I wonder since the underlying qooxdoo
> toolkit has support for drag and drop.
>
> Regards
> /Magnus
> Holger Staudacher wrote:
>> Hi Dirk,
>> the current status is still proposed.
>>
>> Regards,
>> Holger
>>
>> On 2009-01-26 12:11:12 +0100, Dirk Bernsau <eclipse2008@shedid.de> said:
>>
>>> DnD is still listed in the RAP 1.2 project plan as proposed.
>>> How are the chances of DnD making it into the 1.2 release?
>>>
>>> Regards,
>>> Dirk
>>>
>>>
>>> Rüdiger Herrmann wrote:
>>>> Magnus,
>>>>
>>>> what is shown in the blog is a custom widget that supports dnd only
>>>> *within* the widget. Still unsupported is dnd among arbitrary widgets.
>>>>
>>>> HTH
>>>> Rüdiger
>>>>
>>>>
>>>> Magnus Einarsson wrote:
>>>>> I have read that there is no support for drag-and-drop in RAP, but
>>>>> today i stumbled upon a blog posting at
>>>>> http://rapblog.innoopract.com/2008/03/would-you-believe-this -is-browser-based.html
>>>>> that shows screen shots of an application that claims to have
>>>>> drag-and-drop support.
>>>>>
>>>>> Does that mean that it is possible to achieve some kind of
>>>>> drag-and-drop support in the current version? Any pointers to
>>>>> information about this would be greatly appreciated.
>>>>>
>>>>> Regards
>>>>> /Magnus
Re: Drag and drop in RAP applications [message #120244 is a reply to message #119724] Mon, 02 February 2009 13:07 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: magnus.einarsson.tietoenator.com

Are there any examples that shows how to create a custom widget with DnD
support?

/Magnus
Holger Staudacher wrote:
> Hi Magnus,
> yes it's realy hard to implement d&d into RAP. That's because RAP uses a
> distributed architecture. But you can write custom widgets which
> supports d&d within the widget. This technique uses the qooxdoo d&d
> support.
>
> Regards Holger
>
> On 2009-01-27 08:31:10 +0100, Magnus Einarsson
> <magnus.einarsson@tietoenator.com> said:
>
>> Are some fundamental problems with how RAP is designed that makes
>> adding drag and drop hard? I wonder since the underlying qooxdoo
>> toolkit has support for drag and drop.
>>
>> Regards
>> /Magnus
>> Holger Staudacher wrote:
>>> Hi Dirk,
>>> the current status is still proposed.
>>>
>>> Regards,
>>> Holger
>>>
>>> On 2009-01-26 12:11:12 +0100, Dirk Bernsau <eclipse2008@shedid.de> said:
>>>
>>>> DnD is still listed in the RAP 1.2 project plan as proposed.
>>>> How are the chances of DnD making it into the 1.2 release?
>>>>
>>>> Regards,
>>>> Dirk
>>>>
>>>>
>>>> Rüdiger Herrmann wrote:
>>>>> Magnus,
>>>>>
>>>>> what is shown in the blog is a custom widget that supports dnd only
>>>>> *within* the widget. Still unsupported is dnd among arbitrary widgets.
>>>>>
>>>>> HTH
>>>>> Rüdiger
>>>>>
>>>>>
>>>>> Magnus Einarsson wrote:
>>>>>> I have read that there is no support for drag-and-drop in RAP, but
>>>>>> today i stumbled upon a blog posting at
>>>>>> http://rapblog.innoopract.com/2008/03/would-you-believe-this -is-browser-based.html
>>>>>> that shows screen shots of an application that claims to have
>>>>>> drag-and-drop support.
>>>>>>
>>>>>> Does that mean that it is possible to achieve some kind of
>>>>>> drag-and-drop support in the current version? Any pointers to
>>>>>> information about this would be greatly appreciated.
>>>>>>
>>>>>> Regards
>>>>>> /Magnus
>
>
Re: Drag and drop in RAP applications [message #120257 is a reply to message #120244] Mon, 02 February 2009 14:27 Go to previous message
Benjamin Muskalla is currently offline Benjamin MuskallaFriend
Messages: 338
Registered: July 2009
Senior Member
There is nothing concrete about custom widgets and drag and drop.

But take a look at the custom widget tutorial in the Eclipse Help and
the DnD article of qooxdoo[1]. I think these provide a good understand
of what you need to do.

Greets
Benny

[1] http://qooxdoo.org/documentation/0.7/drag_drop


Magnus Einarsson wrote:
> Are there any examples that shows how to create a custom widget with DnD
> support?
>
> /Magnus
> Holger Staudacher wrote:
>> Hi Magnus,
>> yes it's realy hard to implement d&d into RAP. That's because RAP uses
>> a distributed architecture. But you can write custom widgets which
>> supports d&d within the widget. This technique uses the qooxdoo d&d
>> support.
>>
>> Regards Holger
>>
>> On 2009-01-27 08:31:10 +0100, Magnus Einarsson
>> <magnus.einarsson@tietoenator.com> said:
>>
>>> Are some fundamental problems with how RAP is designed that makes
>>> adding drag and drop hard? I wonder since the underlying qooxdoo
>>> toolkit has support for drag and drop.
>>>
>>> Regards
>>> /Magnus
>>> Holger Staudacher wrote:
>>>> Hi Dirk,
>>>> the current status is still proposed.
>>>>
>>>> Regards,
>>>> Holger
>>>>
>>>> On 2009-01-26 12:11:12 +0100, Dirk Bernsau <eclipse2008@shedid.de>
>>>> said:
>>>>
>>>>> DnD is still listed in the RAP 1.2 project plan as proposed.
>>>>> How are the chances of DnD making it into the 1.2 release?
>>>>>
>>>>> Regards,
>>>>> Dirk
>>>>>
>>>>>
>>>>> Rüdiger Herrmann wrote:
>>>>>> Magnus,
>>>>>>
>>>>>> what is shown in the blog is a custom widget that supports dnd
>>>>>> only *within* the widget. Still unsupported is dnd among arbitrary
>>>>>> widgets.
>>>>>>
>>>>>> HTH
>>>>>> Rüdiger
>>>>>>
>>>>>>
>>>>>> Magnus Einarsson wrote:
>>>>>>> I have read that there is no support for drag-and-drop in RAP,
>>>>>>> but today i stumbled upon a blog posting at
>>>>>>> http://rapblog.innoopract.com/2008/03/would-you-believe-this -is-browser-based.html
>>>>>>> that shows screen shots of an application that claims to have
>>>>>>> drag-and-drop support.
>>>>>>>
>>>>>>> Does that mean that it is possible to achieve some kind of
>>>>>>> drag-and-drop support in the current version? Any pointers to
>>>>>>> information about this would be greatly appreciated.
>>>>>>>
>>>>>>> Regards
>>>>>>> /Magnus
>>
>>
Previous Topic:how to force refresh on a Composite?
Next Topic:getting the selected cell, or other way of putting a link in a table cell
Goto Forum:
  


Current Time: Tue Apr 23 09:48:22 GMT 2024

Powered by FUDForum. Page generated in 0.03663 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top