Hi, there!
For some reason, I was thinking about window management. Here is a little experiment:
no-window-experiment.csIt makes several standard tools, i.e. the StringHolder sub-classes, open without a window. You have to use Morphic's halo concept to move/resize/close them.
Only a few changes were necessary. By the way, it is challenging to get the height of our main docking bar. MorphicToolBuilder >> #open:label: also assumed that #open: returns a system window, which is not always the case.
Screen real estate for the win!! ^__^
Best,
Marcel