Re: JFXPanel Dragboard setDragView

2014-04-22 Thread Anthony Petrov
Hi Jeff, I see what you're trying to achieve. I don't believe we've implemented anything specifically to support this case. No, I wouldn't expect to receive the OnMouseDragOver event in this case because it's only sent to a drop target when the mouse cursor is moving above it. In your case the

Re: JFXPanel Dragboard setDragView

2014-04-21 Thread Jeff Martin
So I'm correct that calling Node.startFullDrag() should result in the OnMouseDragOver method getting called? I wasn't sure I had that right - and I really need a OnMouseDragMoved notification anyway. My Sample code is below. If you think it should result in a bunch of onMouseDragOver.Handler pr

Re: JFXPanel Dragboard setDragView

2014-04-21 Thread Anthony Petrov
Hi Jeff, On 4/18/2014 6:43 PM, Jeff Martin wrote: I'm trying to figure out how to implement a version of Dragboard.setDragView() that works with JFXPanel (which isn't currently supported). Years ago I did this in Swing by creating a window that followed the mouse around (at an offset, so it w