Hi Matt, not really sure what you're trying to achieve in detail but the eager activation policy might be what you're looking for? See the the org.mitk.simulation plugin for example [1]. Eager plugins are loaded at application startup.
[1] https://github.com/MITK/MITK/blob/master/Plugins/org.mitk.simulation/manifest_headers.cmake#L6 Best regards, Stefan -----Original Message----- From: Clarkson, Matt [mailto:[email protected]] Sent: Dienstag, 24. Mai 2016 13:46 To: MITK Subject: [mitk-users] Plugin without a view? Hi there, maybe a simple/stupid question: Is it possible to have a plugin without a View? How? We have a plugin that picks up events from a footswitch, and broadcasts messages on the CTK event bus. But it has a simple, but rather pointless Qt View, which simply updates a QLabel when it is doing something, which is sort of useful for debugging? I see that the MITK Workbench has CTK eventadmin and configadmin plugins, so I think I need something like that. So, how do I use it without a View? How would I know it was running? I thought about an MITK Micro Service, but, I still want to use the CTK event bus, so I think I need it in the plugin layer somehow. Thanks Matt ------------------------------------------------------------------------------ Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users ------------------------------------------------------------------------------ Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
