I'm trying to figure out the best way to accomplish something with floating windows.
We have the concept of an inset. In essance this is a document that needs to be displayed floating but without the window chrome. Ideally we would hide the window chrome (easy) prevent this window being docked into other containers and other documents from docking into this (slightly more tricky but also done) and then allow users to drag the window around by using the tab.
This last step appears to be impossible. If I open a window like this and drag the tab it will destroy the parent container and recreate a new one in placeletting you drag that instead. Unfortunately you then have window chrome again and as it happens the new window is slightly smaller than the old one.
I don't really want to go down the route of customizing the window chrome as last time we did that we were badly burned during an upgrade of Actipro as nothing worked right on the later version.
Is there a way to do what I want?