Page MenuHomePhabricator

if you click on a tool, message: "None selected..." is display
Closed, ResolvedPublic

Description

  1. select image
  2. click on anyone tool (for example: "Draw Line", "Draw Ellipse")
  3. message: "None selected.Please select an image"

Michi:

Is your MeasurementSelectionProvider working right? In Volumen Visualization it still does not working although I did it the same way like you.

Event Timeline

i will test it again.
did you do an update? changed selectionprovider was commited just yesterday

Ok another code change was commited. Now everything works fine for me. When implementing your selection provider exactly like the Measurement selection provider it should work for you, too. Please test

ok, I tested the selection provider. It working right. My bug was segmentation specific.

Bug is not fixed.

You can reproduce this using the latest installer from

http://mitk.org/download/MITK-3M-1.0.0_r20262.exe 18-Nov-2009 10:10 32M

Can you please link your code changes to this bug?

Thanks.

Is fixed now. While working on the DM selection service, i have forgotten to commit the changes made in measurement

please test and reopen bug, if it does not work

seams to work in 2306 with vs2008.

why does a double click not end the "editing" mode? I think thats a typical behaviour in graphic apps, isn't it?

(In reply to comment #7)

seams to work in 2306 with vs2008.

why does a double click not end the "editing" mode? I think thats a typical
behaviour in graphic apps, isn't it?

Just tried this out and replaced the right-click with a double-click for finishing polygon editing. However, most often (always?), the double-click leads to two points being placed at the same position, before the editing mode is left.

Not sure if this is an easy thing to fix.

What do you think?

Philipp suggested to end path and polygon point creation by a right click rather than setting the end point by doing so. I think this is the most intuitive behaviour when drawing: Left-Click: Add/Confirm, Right-Click: Remove/Abort/End