Hi,
I've got a bit of a problem implementing docking panels placement reset. I've got a few docking document views in application, and there's a need to reset their placement to some default formation.
The obvious way to do this is to save current state of workspace, delete registry entries for "settings" branch and replicate workspace. However, I couldn't find a solution for soft reset of workspace or frame manager.
The handler is to be embedded into CWndApp class derivative, that's an architectural issue.
Does anyone know an easy way to implement soft reset of workspace?
Thanks in advance! |