Posted 19 years ago
by Domenico
I've found two problems with the new version 1.5.0041. Both problems involves the management of the Mdi forms.
In your sample set the properties DockManager.StandardMdiAutoWindowLayoutEnabled to False and DockManager.DocumentMdiStyle to Standard. Launch the sample and set all the ToolWindows to TabbedDocument so they appears like Mdi forms. Then:
Problem 1:
If you close a toolwindow when it's minimized, when you reopen it the "Restore" button on its caption has changed to "Minimize". In fact the form size is the same of a minimized form.
Problem 2:
Place and resize the forms around the screen using the menu commands "Window/Cascade-Tile Horizontally-Tile Vertically". Close the windows with the command "Window/Close all documents", then reopen them with the command "File/Activate all inactive toolwindows". Often, not always, one of the toolwindows is not restored correctly, but its bounds are reset to the default ToolWindow.StandardMdiBounds.
Best regards, Domenico
In your sample set the properties DockManager.StandardMdiAutoWindowLayoutEnabled to False and DockManager.DocumentMdiStyle to Standard. Launch the sample and set all the ToolWindows to TabbedDocument so they appears like Mdi forms. Then:
Problem 1:
If you close a toolwindow when it's minimized, when you reopen it the "Restore" button on its caption has changed to "Minimize". In fact the form size is the same of a minimized form.
Problem 2:
Place and resize the forms around the screen using the menu commands "Window/Cascade-Tile Horizontally-Tile Vertically". Close the windows with the command "Window/Close all documents", then reopen them with the command "File/Activate all inactive toolwindows". Often, not always, one of the toolwindows is not restored correctly, but its bounds are reset to the default ToolWindow.StandardMdiBounds.
Best regards, Domenico