Hi, I think, the only way is to create a custom workbench window. I did this for other kind of customization. It is a separate plugin based on the ext and extapp plugin.
I copied some classes from extapp and ext, and cleaned up the code, so it contains only what is really needed to build the code, for everything the the classes from the "ext" module is used. The code is quite clean now, I can send you by pleasure. I was thinking of adding it to the project template, it could be useful for others. Best, Miklos On Thu, Aug 25, 2011 at 6:07 PM, Clarkson, Matt <[email protected]> wrote: > Hi there, > I have implemented my own plugin that provides extension > point org.blueberry.osgi.applications so I can have my own perspectives and > the like. Then, I also want to have my own AboutDialog. > However, as I understand it, the main window frame, from which the menubar > is created is done using plugin org.mitk.gui.qt.ext. In this plugin, there > is a fair bit of code that looks temporary, or like it should be updated. > So, I'm wondering, how should I go about adding my own dialog box? I don't > want to create a new plugin, and either sub class or copy and modify code > that shouldn't really be there. > I also noticed that on a MAC, the About dialog box has no exit button, so I > have to kill the application to get rid of it. > Thanks as always. > Matt > > ------------------------------------------------------------------------------ > EMC VNX: the world's simplest storage, starting under $10K > The only unified storage solution that offers unified management > Up to 160% more powerful than alternatives and 25% more efficient. > Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev > _______________________________________________ > mitk-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mitk-users > > ------------------------------------------------------------------------------ EMC VNX: the world's simplest storage, starting under $10K The only unified storage solution that offers unified management Up to 160% more powerful than alternatives and 25% more efficient. Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
