Jump to content

Morgan Christen

Members
  • Content Count

    1
  • Joined

  • Last visited

Posts posted by Morgan Christen


  1. 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)

     

    2107852457_Bildschirmfoto2024-07-26um17_55_31.thumb.png.13e5378d3f91af545e77d58dd0e03525.png

    • Like 1
×