Einzelnen Beitrag anzeigen

Benutzerbild von himitsu
himitsu

Registriert seit: 11. Okt 2003
Ort: Elbflorenz
44.565 Beiträge
 
Delphi 12 Athens
 
#15

AW: Delphi 12, MDI Applikation und Flackern

  Alt 2. Aug 2025, 13:35
Warum hat der Workaround eine Wirkung, wenn im RDP Application.SingleBufferingInRemoteSessions sowieso = false ist?
Ich meinte nur diese Zuweisung ist sinnlos nutzlos.

ohne RDP = der Wert ist egal (wird ignoriert)
im RDP = das not InRemoteSession ist immer False

Fazit: SingleBufferingInRemoteSessions := False; reicht aus, ohne IF oder sonstewas Dynamisches.

Zitat:
DoubleBuffered and (not InRemoteSession or not SingleBufferingInRemoteSessions)
DoubleBuffered and not (InRemoteSession and SingleBufferingInRemoteSessions)
Ein Therapeut entspricht 1024 Gigapeut.
  Mit Zitat antworten Zitat