Ticket #439 (closed task: fixed)
Opened 2011-04-11T10:15:14-05:00
Last modified 2012-02-26T21:53:30-06:00
Support Image File Drag & Drop like IJ1
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | UI Framework | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #860 |
Description
In IJ1 you can drag an image from Finder and drop it on the application and it will open. IJ2 has no such feature.
Change History
comment:1 Changed 2011-05-03T10:35:24-05:00 by gharris
comment:2 Changed 2011-05-03T10:36:21-05:00 by gharris
See DragAndDrop, ClipBoard in ij.
comment:3 Changed 2011-05-03T10:48:33-05:00 by gharris
- Summary changed from Support Image Drag & Drop like IJ1 to Support Image File Drag & Drop like IJ1
comment:4 Changed 2011-05-12T14:28:11-05:00 by bdezonia
- Milestone changed from biweekly-2011: Apr-25 to May-06 to imagej-2.0-beta1
comment:5 Changed 2011-10-26T11:52:25-05:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
Fixed with a series of commits. Final commit is the key one: f6c622824013cdd58e17990cd2b064c9a8f011e9
The application needs to initialize Drag & Drop targets
The old way was: IJ.runPlugIn("ijx.core.DragAndDrop", "")