Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » e(fx)clipse » Drag and drop
Drag and drop [message #1445469] Wed, 15 October 2014 13:33 Go to next message
Thomas Elskens is currently offline Thomas ElskensFriend
Messages: 159
Registered: September 2014
Location: Brussels - Belgium
Senior Member
Hello,

I would like to try out the Drag and drop feature of efxclipse, but I'm a bit stuck.

I've added a dependency on org.eclipse.fx.ui.workbench.renderers.base,
I've defined the DND Addon in the application model,

and this doesn't do much, apart from showing the message :

!MESSAGE Unable to retrieve the bundle from the URI: bundleclass://org.eclipse.fx.ui.workbench.renderers.base.addons/org.eclipse.fx.ui.workbench.renderers.base.addons.DnDAddon

Which is a message I don't grasp, as DndAddon.class is really there (the Class URI is valid).

What am I doing wrong ... ?

Thomas
Re: Drag and drop [message #1445699 is a reply to message #1445469] Wed, 15 October 2014 20:30 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
On 15.10.14 15:33, Thomas Elskens wrote:
> Hello,
>
> I would like to try out the Drag and drop feature of efxclipse, but I'm
> a bit stuck.
> I've added a dependency on org.eclipse.fx.ui.workbench.renderers.base,
> I've defined the DND Addon in the application model,
>
> and this doesn't do much, apart from showing the message :
>
> !MESSAGE Unable to retrieve the bundle from the URI:
> bundleclass://org.eclipse.fx.ui.workbench.renderers.base.addons/org.eclipse.fx.ui.workbench.renderers.base.addons.DnDAddon

you are using the wrong bundle-id the correct path is

bundleclass://org.eclipse.fx.ui.workbench.renderers.base/org.eclipse.fx.ui.workbench.renderers.base.addons.DnDAddon

I'd also suggest you add the clean up addon

bundleclass://org.eclipse.fx.ui.workbench.renderers.base/org.eclipse.fx.ui.workbench.renderers.base.addons.CleanUpAddon


Tom
Previous Topic:Persistence of part state
Next Topic:Fooling Equinox......
Goto Forum:
  


Current Time: Thu Apr 25 17:15:34 GMT 2024

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

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

Back to the top