I split this out on a separate thread since it is a good discussion topic.
1. It should work. HOWEVER, there are issues on a SLOW/OLD computer with MULTIPLE Memory Views open, especially with lots of other views open (lots of code-blocks, XRef, Status ON). Memory Views are memory hogs (relatively speaking).
2. The Project file itself (.dmd) contains a lot of information. Program, System Configuration, Element Documentation, Rung Comments, Memory Images, et. al.
The .WSP (workspace) file contains the general layout information for that project when it last closed. This includes the window position, MDI views that were opened/position. It also stores the CONTENTS of your Data Views and your Trend Views, along with the details of your Memory Views.
The .DLO (Designer Layout) file contains the detailed layout information for all the various dockable/floatable views, specifically, where/how they are docked and with what other dockable views they are grouped with.
3. We currently do not allow you to re-name the window title of a saved data view. The general windows standard is that if the view is sourced from a file, then that file name is shown in the title bar of the window.
If you want to rename the window AND file, just do Debug->Data View->Save As... to a different name. If you want to rename just the window title, we currently do not have a way to manipulate the name of a DISK-BASED data view. One work-around is to copy the contents of the view to a "new" Data View (that is NOT disk-based). To do this easily, click on column header for the first column, the column that shows the row# (i.e. the cell in the top left corner of the grid). This will select the ENTIRE Data View. Hit Ctrl+C to COPY the contents into the Windows clipboard, then open a NEW Data View and hit Ctrl+V to PASTE that content into this new Data View. Now, you can rename the title by right clicking on the Data View and selecting Options... and in the top of the second column of Options is the edit field for the Title name.
4. Not sure what you want to do. The Memory Image editor lets you save the OFFLINE contents of your specific Memory Image values to your project. Is this what you are wanting to do?
5. We are wanting to have a toggle to hide/show ALL floating views. We understand that people with single monitors cannot take as much advantage of these dockable/floatable views as you can in a multi-monitor setup. This toggle idea is a good work-around. We could tie it to a keystroke and to a "sticky" button on one of the Offline/Online toolbars.
Going back to 1 and 2. One special note on this - if you are storing your project on a SERVER, the WORKSPACE and LAYOUT files are IGNORED for systems OTHER THAN THE ONE THAT IT WAS LAST OPENED ON. For example, if you have a PC in your office with 3 monitors, super high resolution. Then you attempt to re-open that project on a DIFFERENT computer, say a laptop with 1024x768 resolution, we IGNORE the LAYOUT information, because that is SPECIFIC to the COMPUTER that you LAST OPENED it on. Could this be your situation?