Page MenuHomePhabricator

Measurement focus problem
Closed, ResolvedPublic

Description

In the 3m3 application measurement perspective, the handles of measurement objects cannot dragged anymore after clicking in the histogram. Also re-selecting objects in the datamanager does not help. You have to click in the measurement view itself to re-enable the interactor.

This behaviour is a bit confusing for the user, maybe the image statistics view could be made un-activatable like the datamanger?

Event Timeline

well, no. i dont think thats a good idea. the behaviour you describe is really confusing, but i think we need a general solution as already stated in T3225. As long as we have views that can be visible at the same time, you will always have the problem of disabled/enabled interactors. We should propably find a solution in which interactions can live in peace together :-)

is fixed by the new QmitkFunctionality interface. The QmitkImageStatisticsView::IsExclusiveFunctionality() now returns false in order to indicate that it will not add interactors or something else. Thus, the PlanarFigure Interactors added by the Measurment View are still available.

Merging "applicazion modules" component with "ExtApp plugins"