[8.51a x64] Flicker when resizing

The behaviour described in the bug report is either by design, or would be far too complex/time-consuming to be changed

Moderators: white, Hacker, petermad, Stefan2

Post Reply
romajl
Junior Member
Junior Member
Posts: 4
Joined: 2015-05-24, 05:45 UTC
Location: Marseille France

[8.51a x64] Flicker when resizing

Post by *romajl »

hello,
I noticed a significant flicker when resizing windows in the 64 bit version (especially when multiple tabs are visible ) while this phenomenon is much lower in the 32-bit version. Is it the fact that the 64-bit version is made with Lazarus, while the 32-bit version is Delphi?
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48077
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Yes, it depends on how the controls are redrawn.
Author of Total Commander
https://www.ghisler.com
romajl
Junior Member
Junior Member
Posts: 4
Joined: 2015-05-24, 05:45 UTC
Location: Marseille France

Post by *romajl »

ghisler(Author) wrote:Yes, it depends on how the controls are redrawn.
ok, thank you for your reply.
Would it not be possible, for example, to make the tabs invisible during the process of resize? (but maybe it is a clumsy suggestion :))
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48077
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

No, unfortunately not.
Author of Total Commander
https://www.ghisler.com
romajl
Junior Member
Junior Member
Posts: 4
Joined: 2015-05-24, 05:45 UTC
Location: Marseille France

Post by *romajl »

ghisler(Author) wrote:No, unfortunately not.
Ok .... Probably because the TabControl owns the listview and other controls ... I was too optimistic :)
Post Reply