Create a MRML Viewer

Hi Andras,

Yes, that worked. I now need to read up on why they are different.

I am using the SlicerCAT template and trying to make the landing module to be “Volumes”. So I modifed the following lines.

set(Slicer_DEFAULT_HOME_MODULE "Volumes")
set(Slicer_DEFAULT_FAVORITE_MODULES "Home, Data, Models, Transforms, Markups, SegmentEditor")

I even got the following lines during the compilation.

1>-- Configuring Sudhirs default home module [Volumes]
1>-- Configuring Sudhirs default favorite modules [Homes, Data, Models, Transforms, Markups, SegmentEditor]

However when the application opens of the default module is still “Home”. I tried deleting the .ini file based on this Custom application does not open module at startup - #15 by lassoan. But that has not changed anything. Can you please guide on what I should look for now.

Thanks a lot for your suggestions and guidance. Really appreciate it.