Posted 15 years ago
by Arthur Damen
Version: 9.2.0515
Platform: .NET 3.5
Environment: Windows Vista (32-bit)
When I stop my application, i save the current layout.
Dim Layout As String = New ActiproSoftware.Windows.Controls.Docking.Serialization.DockSiteLayoutSerializer().SaveToString(ActiveWindow.DockingPresentationSite)
But when I start the application after a new build is installed i have experienced that the main window is not displayed any more. Only by throwing away the saved layout from the prior build version it starts and shows the main window again.
Is there another way to save the dock/mdi current states so that i can position them manually after a load?
Dim Layout As String = New ActiproSoftware.Windows.Controls.Docking.Serialization.DockSiteLayoutSerializer().SaveToString(ActiveWindow.DockingPresentationSite)
But when I start the application after a new build is installed i have experienced that the main window is not displayed any more. Only by throwing away the saved layout from the prior build version it starts and shows the main window again.
Is there another way to save the dock/mdi current states so that i can position them manually after a load?