Hi,

I build a custom application using Bluerry. I defined a custom
perspective and everything works. My manifest has the line

  set(Require-Plugin org.mitk.gui.qt.ext)

I tried to add a custom view (QmitkAbstractView) to the same plugin
containing my application. I had to change the manifest line to

  set(Require-Plugin org.mitk.gui.qt.ext org.mitk.gui.qt.common)

to make it build, otherwise QmitkAbstractView.h is not found. When I
run the application, I have the following error

  #0.220# ERROR: BlueBerry Workbench not running!

My guess is that is has something to do with the Require-Plugin line.

The following questions comes to mind:

  1) Can we have a plugin containing an application and views?
  2) If not, does it means that I have to create another plugin
containing only views? Why?

I can understand that since views can be used in multiple
applications, it might be a good thing to split that into two plugins.
The thing I don't get is why is it producing an error when trying to
have a plugin with both application and views?

Regards,
--
Félix C. Morency, M.Sc.
Plateforme d’analyse et de visualisation d’images
Centre Hospitalier Universitaire de Sherbrooke
Centre de recherche clinique Étienne-Le Bel
Local Z5-3031 | 819.346.1110 ext 16634

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to