python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why PPI reported by Delphi is different from the calculated one?
I use Delphi 10.3 Rio, and need to know the screen PixelsPerInch ratio to scale my application accordingly.
Calculating with the formula, my screen has 142 ppi. (Real values are: 15.5" diagonal a...

Marus Gradinaru
Votes: 0
Answers: 1
Loading resources at design time?
Is it possible to load a resource at design time?
I am making a speed button component, and I want to automatically load a new image from the resource whenever the button size changes. It already work...

Marus Gradinaru
Votes: 0
Answers: 1
Auto-arrange child controls of a TToolWindow control
I want to build a custom toolbar. I created a new class from TToolWindow - this will be the base, on which the other controls will be placed (mostly speed buttons). I also have the algorithm for arran...

Marus Gradinaru
Votes: 0
Answers: 1
Run a console app and close the window only if it succeeds
I want to execute a console application from my GUI application and close the console window only if it is completed successfully. I tried this code, but when I call that function, a console window ap...

Marus Gradinaru
Votes: 0
Answers: 1