knime-ip / knip

KNIME Image Processing Extension
https://www.knime.com/community/image-processing
50 stars 10 forks source link

Image Reader Drag and Drop issues #439

Open gab1one opened 7 years ago

gab1one commented 7 years ago

The image reader has issues remembering file locations correctly through workflow close -> reopen cycles, if it has been created via drag and drop.

tibuch commented 7 years ago

I was able to resolve the drag and drop issue. But I found another problem, the eventservice (https://github.com/knime-ip/knip/blob/230d80e997ab8b815d70b0b0fde160e77d84bbff/org.knime.knip.io/src/org/knime/knip/io/nodes/imgreader/FileChooserPanel.java#L776) is not set and therefore the selected file from the drop-action gets not a green tick in the File-Browser. image

This means, the image can be added twice, which leads to more trouble (duplicate row id, empty meta data).

@dietzc, @hornm any idea how this eventservice can be set? It looks like it is never used.