views:

5

answers:

0

I have modified the AdvSDI example (included in the StingRay distribution disk) and have removed all but two dockable nodes that represent floatable areas of information. One is initially docked against the top border, the second is docked against the left border. I wish to add two more dockable nodes. When I do so they displace the initially placed nodes. I wish the second pair of nodes to be in the “white area” to the right of the left most node and below the top docked node. I conjecture that the only way to do this is to define another CFrameWnd in this white area, then I can initially dock my next nodes against this inner frame rather than the first one.

Does anyone have an example of such an arrangement? I would have thought this would be a common application design.