- Hello :)
- See video.
- Code for Button1 and Button2 click below
Delphiprocedure TMapForm.Button1Click(Sender: TObject);
begin
inherited;
DockingManager.SaveLayoutToIniFile('c:\1\dad\test.ini');
end;
procedure TMapForm.Button2Click(Sender: TObject);
begin
inherited;
DockingManager.LoadLayoutFromIniFile('c:\1\dad\test.ini');
end;
Delphiinherited
is do nothing, but generated by IDE because it is inherited form. Application is MDI, current form is MIDChild.
- why font for docking pages may be change? i try to reproduce in small project - now i can not do it. but in large application problem exist.
- ini-file in attach.
6 in small application ini file paramater DPI = 120, in large application same parameter is 128. Windows is same (Windows 10 FCU), manifest file is same, Delphi XE 2 is same. - Paulo is absent? ;)
Hello, Alexander.
I have reproduced the described behavior and forwarded this ticket to our developers for research.
Very well, what you can reproduce, but how?:)
Hello Alexander,
You are right. I was on a short vacation.
Andrew was able to reproduce this behavior just as you described. Now we are examining why this happens. It may take some time.