Reuben,
This is for the GBC.
The Window that is opened with the StartMenu has these style settings
<Style name="Window.mtmain_tree_gbc">
<StyleAttribute name="windowType" value="normal" />
<StyleAttribute name="ignoreMinimizeSetting" value="yes" />
<StyleAttribute name="startMenuPosition" value="tree" />
<StyleAttribute name="startMenuSize" value="large" />
<StyleAttribute name="actionPanelPosition" value="none" />
<StyleAttribute name="ringMenuPosition" value="none" />
<StyleAttribute name="toolBarPosition" value="none" />
<StyleAttribute name="errorMessagePosition" value="popup" />
<StyleAttribute name="tabbedContainer" value="yes" />
</Style>
So we have our our own background image for the empty tabbed container here:
https://4js.com/online_documentation/fjs-gbc-manual-html/howdoi/customize-file-replace/change-mttab-bkgd-img.htmlWe would like to have a dashboard where the empty tabbed container image is located and the solution you posted here gives us a good idea on how we can accomplish that.
I think our app is an SDI, as we don't use MDI.
But we like the side panel disappearing in the GBC and the tabbed container for each of the apps launched.
We really do like your idea of using the TREE, but we want the launcher part (the tree) to disappear and have programs appear in a tabbed container. Maybe we
can't do that and have dashboard, too.
Candy