Hi, I would like to provide a new menu item by the perspective I made. I found that in the BlueBerry2 directory there is an IMenuService interface that can be accessed by the selection service this way:
IMenuService service = (IMenuService) getSite().getService(IMenuService.class); Is it the right way to do it? However, it seems that the BlueBerry2 directory is not referenced at all by the rest of the MITK project. Is MITK about to switch from BlueBerry to BlueBerry2? If it is not going to happen soon, is it possible to add a new menu item with BlueBerry (1)? My MITK sources are not the latest, I downloaded them from the old SVN repo less then 3 months ago. Thanks, Miklos ------------------------------------------------------------------------------ What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation tools to help Windows* and Linux* C/C++ and Fortran developers boost performance applications - including clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
