PeterPanettone
Members-
Content Count
1318 -
Joined
-
Last visited
-
Days Won
5
Everything posted by PeterPanettone
-
Add Method dialog layout in Delphi 11 Alexandria
PeterPanettone replied to PeterPanettone's topic in MMX Code Explorer
It is not a lot of stuff. But it's stuff that REALLY WORKS! The people at DevExpress are really smart developers. -
Add Method dialog layout in Delphi 11 Alexandria
PeterPanettone replied to PeterPanettone's topic in MMX Code Explorer
The ultimate LAYOUT SOLUTION: https://docs.devexpress.com/WindowsForms/3407/controls-and-libraries/form-layout-managers/layout-and-data-layout-controls/layout-control/layout-control The same exists for VCL. -
Add Method dialog layout in Delphi 11 Alexandria
PeterPanettone replied to PeterPanettone's topic in MMX Code Explorer
DevExpress has a LayoutControl that works perfectly even on High-DPI screens. I advise everyone to try out the DevExpress LayoutControl just to get a feeling of what Flexible Layout means. -
Add Method dialog layout in Delphi 11 Alexandria
PeterPanettone replied to PeterPanettone's topic in MMX Code Explorer
Nobody has blamed software developers. This is not a True/False (dialectic) issue. That is true. The solution is User-Configurability: Resizable dialogs, flexible layouts, GUI Font Size settings. The time of naive static UIs is long gone. -
Add Method dialog layout in Delphi 11 Alexandria
PeterPanettone replied to PeterPanettone's topic in MMX Code Explorer
Wouldn't all problems be solved if you would allow editing this GUI font size? -
Add Method dialog layout in Delphi 11 Alexandria
PeterPanettone replied to PeterPanettone's topic in MMX Code Explorer
Software developers often tend to shift the blame for software malfunctions onto the users of their software (like politicians tend to blame the voters ). User configurations can be very different. Software developers should take this into account. -
Add Method dialog layout in Delphi 11 Alexandria
PeterPanettone replied to PeterPanettone's topic in MMX Code Explorer
-
Successfully installed Delphi 11: But the text size in the Menu, Welcome page, Object Inspector, etc. is VERY SMALL! Is there a setting to increase the overall text size of the IDE GUI?
-
The table of Compiler Versions has not yet been updated for Alexandria:
-
Compiler version for Alexandria
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
No. I have not yet dared to ask the compiler for advice. However, the compiled binaries execute well and fast. -
Delphi 11: Text size too small!
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
Please stay on topic. -
Delphi 11: Text size too small!
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
No. You are making assumptions out of your fantasy. But I don't want to talk about your fantasy. -
Delphi 11: Text size too small!
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
You deliberately make WRONG OFFTOPIC ASSUMPTIONS. But I don't want to talk about your wrong assumptions. -
As I wrote: My Inno Setup path is: C:\Program Files (x86)\Inno Setup 6\ISCC.exe So the path assignment in MakeInstallers.cmd is: set iscc="C:\Program Files (x86)\Inno Setup 6\ISCC.exe"
-
Message from Raize: This is the Pro version of CodeSite, the Ultimate Logging System for RAD Studio and Visual Studio. It is now available for RAD Studio 11: The CodeSite Light version can be installed for free from the GetIt Package Manager. https://raize.com
-
Delphi 11: Text in the Messages Pane is illegible!
PeterPanettone posted a topic in Delphi IDE and APIs
The Messages Panel font size is illegible (line-height is too small): There seems to be no way to separately set the font size or the line height for the Messages pane? -
Delphi 11: Text in the Messages Pane is illegible!
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
You make silly offtopic FALSE assumptions. You have a legacy outdated concept of customization. Customization can be done in a smart way. Explore the possibilities of smart customization. -
After executing MakeInstallers.cmd, the \BuildInstall\Output directory is still empty! (Of course, I have updated the ISCC path in MakeInstallers.cmd to my existing one)
-
That works: Please also add an UNREGISTER script. Thank you!
-
In GExperts.iss I have added the Alexandria compiler definition: #ifdef RS110 #define IDEShortName "RADStudio" #define IDELongName "RAD Studio" #define IDEVer "11.0" #define DLLSuffix "RS110" #define IDERegName "BDS" #define IDERegVer "22" #endif Is this correct?
-
I can confirm this for r3589: But how to install \Binaries\GExpertsRS110.dll? \BuildInstall\GExperts.iss has not yet been updated to Alexandria In \BuildInstall\MakeInstallers.cmd I have updated the ISCC.exe path to my existing path: set iscc="C:\Program Files (x86)\Inno Setup 6\ISCC.exe" ...and then executed MakeInstallers.cmd (with no apparent errors). However, the directory \BuildInstall\Output remains empty!
-
Delphi 11: Text in the Messages Pane is illegible!
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
Rather, it seems that their implementation of the Messages pane is flawed. (Line height not fitting the font size). -
Is it allowed to upload executables here in the forum?
-
It's the same for me. Am I addicted?
-
Thomas, many thanks for your valuable work! If I ever get any money out of my business I will donate it to you!