Hello,

I decided to attempt to create my own Data Manager, I was able to make it
and get it to show up as a plugin. I'd like it to completely replace the
MITK data manager, but I can't seem to prevent the old
org.mitk.gui.qt.datamanager plugin from showing up.

Using the MITK project template as a base,
- I tried greping for the MITK data manager and making sure every
occurrence was replaced with my own data manager
- In
Plugins\my.awesomeproject.exampleapp\src\internal\QmitkAwesomePerspective.cpp,
I tried replacing the entire body of void
QmitkAwesomePerspective::CreateInitialLayout(berry::IPageLayout::Pointer
layout) with `return`
- If I delete the dll for the MITK data manager, it still tries to load it
but it shows an error saying it couldn't find the DLL

I'm really not sure how the MITK data manager plugin is being loaded, it's
not referenced anywhere in the sample project.
- Is it stubbornly trying to load the last used layout from somewhere?
- Is MITK hard coded to always create a main window with
org.mitk.gui.qt.datamanager on the left and the image navigator on the
right? If it is, does anybody know where it's hard coded?

Thanks,

- Alex
_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to