Hi Miguel, Are you still stuck on loading the xml files from your plugin? Let me know if you have tried the suggestion below. It did not work for me
best regards, sebastian On 04/12/2013 02:29 p.m., Sascha Zelzer wrote: > Hi, > > in > > m_Interactor->LoadStateMachine( "SegmentationInteraction.xml"); > > > you are not specifying a module as the second argument. It will > default to the "Mitk" module for searching the XML file, which of > course doesn't contain it. Use > > m_Interactor->LoadStateMachine( "SegmentationInteraction.xml", > GetModuleContext()->GetModule()); > > > instead. The same goes for the SetEventConfig() method call. I agree > that the documentation is lacking and the API could be improved... > > Best, > > Sascha ------------------------------------------------------------------------------ Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now! http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
