Hi, The MITK application framework now fully supports the loading of data files (.mitk, .nrrd, etc.) via command line arguments. For example
ExtApp /some/path/CTScan.nrrd /some/path/ResectionScene.mitk will load the CTScan.nrrd file and the ResectionScene.mitk MITK scene at startup. Subsequent calls will load the data in the already running application, except for .mitk files, which are loaded into a new application instance. This behavior can be customized in the Preferences Dialog. If you would like to add support for command line argument loading to your own app, have a look at commit https://github.com/MITK/MITK/commit/cf071aa7fee593ee4a35c8e6cc8d03753bc8fe5b for the relevant changes. Enjoy, Sascha ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
