On 12/11/2013 02:26 AM, Federico Milano wrote: > Hi. Is there a way to programatically know when a MITK application and > its configured plugins have finished loading? In other words, I would > need to know when the application becomes responsive to user input. > > Thanks in advance, > > Federico
Hi Federico, from where in your code do you need to be notified? For a CTK-based plug-in, you could try listening to the "framework events". Have a look at ctkPluginContext::connectFrameworkListener(...). Best, Sascha ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
