Page MenuHomePhabricator

ViewInitialization does not work as "startUp bundle"
Closed, ResolvedPublic

Description

MITK remembers the last used bundle and reopens it the next time you start MITK.

This is a problem for the bundle ViewInitialization, because in this case it is initialized before the display. Therefore the list of views to change is empty. The user has to close and reopen ViewInitialization to make it work.

Event Timeline

Additionally the application crashes after closing the ViewInitialization bundle and click on the 3D view/Sagittal view/Coronal view. Only clicking on the Transval view works!

[SVN revision 22717]
FIX (#3962): moved some initialization code to method Activated() and added cleanup code (remove the focus observer) to method Deactivated()

Merging "applicazion modules" component with "ExtApp plugins"