SaveBarLayoutToFile\LoadBarLayoutFromFile

Docking/MDI for Windows Forms Forum

Posted 18 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 18 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 (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.