Hi Christina, how do you set up your pop-up QmitkSliceWidgets? What are they used for? Do you use special rendering settings? Are the point sets visible?
To isolate the problem, you can debug from mitk::GlobalInteraction::HandleEvent(...). A breakpoint should pause the program in case the event is properly sent by the QmitkSliceWidget. If so, then set a breakpoint in mitkPointSetInteractor::ExecuteAction(...) to see if the event gets passed to the according interactor. Best regards, Ingmar ________________________________________ Von: Cristina Oyarzun [[email protected]] Gesendet: Freitag, 18. März 2011 15:53 An: [email protected] Betreff: [mitk-users] Interaction with qmitkslicewidgets Hello! I have a MITK functionality that in addition to the main window has a pop-up window. This pop-up window has two qmitkslicewidgets. I would like to interact with both qmitkslicewidgets separately by using a mitkPointSetInteractor to set seed points in both images. I was previously working with PointSetInteractors in main windows which was giving me no problems, however when I try it in the pop-up window I do not find the way to set the interactor to a specific qmitkslicewidget. Is it possible or do I have to interact with them by using vtk (render window, renderer, actors and so on)? Thank you! Cristina ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
