Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 07/28/24 in all areas

  1. Berocoder

    Remove uses with interface

    Wrote a blog today how to use interfaces to remove uses in a unit. https://berocoder.blogspot.com/.../how-to-remove... Code for project https://github.com/bero/InterFaceWithGUI
  2. David Heffernan

    Show executable size after successful build?

    Doesn't seem very useful to me. I wouldn't prioritise this.
  3. Morgan Christen

    Delphi 12 - Action Bar Menu painting issues with RDS

    My VPS clients reported flickering, which I have cured withe the following code: // Fix RDP flickering in Delphi 12 if application.InRemoteSession then if application.SingleBufferingInRemoteSessions then application.SingleBufferingInRemoteSessions := false; I apologise for not recording the source of this tip in the comment. I have since discovered that the progress bars from some 3rd parties I use are no longer refreshing as they should. 100% but not quit 100% :0)
×