Hi Sven,

is only the icon missing, or the whole entry for your view in the menu?

The bundles which are included by ExtApp can be found in 
<your-binary-folder>/bin/{ExtBundles,CoreBundles,BlueBerry}. Your bundle 
should be located in the ExtBundles subdirectory (this is normally done 
automatically by CMake). Note that the directory structure must be flat, 
i.e. folders inside the ExtBundles folder which themselves contain 
plug-ins are not supported.

You can get more diagnostic output via:

./ExtApp --BlueBerry.consoleLog

Best,
Sascha



On 04/06/2010 01:21 PM, Sven Strohmer wrote:
> Dear all,
>
> I'm trying to start with my own plugin. I created its skeleton by using
> the generator suggested by the "How to create a new MItK Plug-in"
> document. For the sake of simplicity I copied the<CUSTOM_PROJECT_NAME>
> directory into the checked out source tree (Sources: current trunk (Apr.
> 6th 2010) under Modules/Bundles/<CUSTOM_PROJECT_NAME>  and re-ran CMake.
>
> Everything worked fine so far: the Plug-in was recognized by CMake and I
> checked the box to compile it in. The compilation succeeded also and I
> started the ExtApp binary but no icon of the new Plug-in showed up. I
> loaded a data set and checked the paths in ExtApp.ini: the result was
> all the same.
>
> As a last try I copied the sources of the org.mitk.gui.qt.simpleexample
> Plug-in and modified them accordingly, to get a unique ID in coherence
> with the directory name. Everything worked fine, except that the icon of
> the plugin showed up neither in the toolbar nor in the menu, like above.
>
> What am I missing?
>
> Regards,
> Sven
>
> OS: SUSe 11.1
> gcc 4.4.1
> MITK trunk
> VTK 5.4.2
> ITK 3.16
> Qt 4.6.2
>
>
>    


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to