![]() |
AW: Schriftgröße des Hauptmenüs verändert sich
Auch
Delphi-Quellcode:
ändert hier nichts. Weder vor
Application.UpdateMetricSettings:=false;
Delphi-Quellcode:
noch danach. - Es bleibt Schriftgröße 9. In zwei Wochen bin ich wieder im Büro und versuche es mal ohne RDP.
Application.Initialize;
|
AW: Schriftgröße des Hauptmenüs verändert sich
Habe mir das eben nochmals angesehen,
Sieht jetzt genauso aus: begin screen.MessageFont.Size := 12; screen.HintFont.Size := 12; screen.MenuFont.Size := 12; Application.Initialize; Application.MainFormOnTaskbar := True; Application.Title := '(VVS) Vertrags-Verwaltungs-System'; Application.CreateForm(TDM1, DM1); Application.CreateForm(TDM2, DM2); Application.CreateForm(TDM3, DM3); Application.CreateForm(TFMain, FMain); Application.CreateForm(TFMenuFenster, FMenuFenster); Application.Run; end. Ist schon lange her, als ich das eingefügt habe. Ich habe aber nichts in Erinnerung, was ich sonst noch gemacht habe. Wenn ich die 3 Zeilen jetzt auskommentiere, habe ich die normale Größe, Klammern weg, ist es wieder 12. Vielleicht mit der Delphiversion etwas geändert ? |
AW: Schriftgröße des Hauptmenüs verändert sich
Habt ihr ggf. alle einen benutzerdefinierten Style unter Projektoptionen > Anwendung > Erscheinungsbild oder im Quellcode eingestellt? Damit klappt es auch bei mir - auch über RDP; nur nicht mit dem Standard-Windows-Style.
|
AW: Schriftgröße des Hauptmenüs verändert sich
Standardstil: Windows
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 14:41 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz