Skip to main content



      Home
Home » Eclipse Projects » e(fx)clipse » Is it possible to drag a window/view out of workbench if the application is written in JavaFX?
Is it possible to drag a window/view out of workbench if the application is written in JavaFX? [message #1750754] Wed, 28 December 2016 02:00 Go to next message
Eclipse UserFriend
Hi guys, I'm new to JavaFX and e(fx)clipse. I just created an e4 application in pure JavaFX. The drag and drop feature works pretty well. However I found that I can drag a window/view out of the workbench of my application. So I'm wondering, is it possible to make dragging window/view out of workbench possible? Thanks. Smile
Re: Is it possible to drag a window/view out of workbench if the application is written in JavaFX? [message #1750762 is a reply to message #1750754] Wed, 28 December 2016 04:56 Go to previous messageGo to next message
Eclipse UserFriend
AFAIK this feature has not been implemented yet.
Re: Is it possible to drag a window/view out of workbench if the application is written in JavaFX? [message #1750785 is a reply to message #1750754] Wed, 28 December 2016 13:55 Go to previous messageGo to next message
Eclipse UserFriend
The current release does not support this but the latest nightly from head does if you start with -Ddetachdrag.enabled=true

The reason you need to turn this explicitly is that we are then NOT use standard JavaFX-DnD but emulate the DnD-Feedback and Drop-Target-Detection so it has a slightly different behavior.
Re: Is it possible to drag a window/view out of workbench if the application is written in JavaFX? [message #1750790 is a reply to message #1750785] Wed, 28 December 2016 21:20 Go to previous messageGo to next message
Eclipse UserFriend
Thank you, Thomas. Will this feature be included into next release?

Thomas Schindl wrote on Wed, 28 December 2016 18:55
The current release does not support this but the latest nightly from head does if you start with -Ddetachdrag.enabled=true

The reason you need to turn this explicitly is that we are then NOT use standard JavaFX-DnD but emulate the DnD-Feedback and Drop-Target-Detection so it has a slightly different behavior.

Re: Is it possible to drag a window/view out of workbench if the application is written in JavaFX? [message #1750802 is a reply to message #1750790] Thu, 29 December 2016 03:02 Go to previous message
Eclipse UserFriend
It is also available in the 2.x branch because we got sponsored to implement it, we'll release 2.x in January
Previous Topic:Extension org.eclipse.fx.osgi doesn't load wit "custom" target platform
Next Topic:tycho build of e(fx)clipse product failed due to missing requirements
Goto Forum:
  


Current Time: Tue May 06 15:56:27 EDT 2025

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

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

Back to the top