Hi Miri, MITK distinguishes modules and plugins. Modules are simple shared object files (dll-s) and may not depend on MITK at all. You are talking about plugins, I guess.
The progress on status bar is easy, you only have to get an instance of mitk::ProgressBar (singleton), and the reported progress appears on the status bar. Best, Miklos On Sun, Jan 8, 2012 at 10:40 PM, Miri Trope <[email protected]> wrote: > Hi All, > > I'm wondering if it's possible to: > > a. Run my module (with some arguments) with Mitk but without its gui (like: > command line operation)? > b. Show a progress bar for my module? and where should I add this option (in > myProjectView.cpp ?)? > > > BTW, sorry for all my latest posts, It's because I'm having a huje progress > in my project :-) > Regards, > Miri > > ------------------------------------------------------------------------------ > Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex > infrastructure or vast IT resources to deliver seamless, secure access to > virtual desktops. With this all-in-one solution, easily deploy virtual > desktops for less than the cost of PCs and save 60% on VDI infrastructure > costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox > _______________________________________________ > mitk-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mitk-users > ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
