SaveBarLayoutToFile\LoadBarLayoutFromFile

Docking/MDI for Windows Forms Forum

Posted 17 years ago by Gianni Gardini - Italy
Avatar
UIStudio 2.0.0070, .NET 1.1, WindowsXP

I suppose there is a problem if you save the layout with isComplete=true, for example:
barManager1.SaveBarLayoutToFile(fileName, true);

and then try to load with:
barManager1.LoadBarLayoutFromFile(fileName);

and you have ActiPro assemblies in GAC but not in .\bin folder

This can be reproduced in the sample project, just change from:
barManager.SaveBarLayoutToFile(saveFileDialog.FileName, false);

to
barManager.SaveBarLayoutToFile(saveFileDialog.FileName, true);

in BarForm.ProcessFileSaveLayout and try to load the saved layout.

Comments (1)

Posted 17 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Thanks for the bug report. This is now fixed for the next maintenance release.


Actipro Software Support

The latest build of this product (v23.1.2) was released 13 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.