HI Again,

a hack would be:

void QmitkDataStorageComboBox::OnCurrentIndexChanged(int index)
{
  if (index>=0) // added
  emit OnSelectionChanged(this->GetSelectedNode());
}

furthermore: the toolGUI mechanism is also not working. try e.g. the
binary threshold tool. It's GUI does not appear.
I think there is not enough space in the interactive segmentation
functionality to allow for tool GUIs. It would be better to have e.g.
tab sheets and have on each one the different mitkToolSelectionBoxes

what do you think?

thanks
sebastian

On Mon, May 18, 2009 at 7:12 AM, sebastian ordas
<[email protected]> wrote:
> Hi guys,
>
> I found in windows and in linux (Fedora) the following problem:
>
> on any image, try to set a manual segmentation using e.g. the add contour
> tool. The tool group is deactivated when clicking on the render window and
> the feedback contour is not visible
>
> can you try that?
>
> thanks
> sebastian
>

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to