EtheaDev / StyledComponents

Components similar to Delphi VCL Buttons, Toolbar, DbNavigator, BindNavigator, ButtonGroup and CategoryButtons with Custom Graphic Styles, and an advanced, full-customizable TaskDialog, also with animations!
Apache License 2.0
152 stars 34 forks source link

Flickering #5

Closed PeterPanino closed 8 months ago

PeterPanino commented 11 months ago

How do we avoid the terrible flickering on the styled toolbar buttons when resizing the form?

carloBarazzetta commented 11 months ago

Are you using VCLStyles or in "non-styled" Windows?

PeterPanino commented 11 months ago

I just compiled the toolbar demo program.

carloBarazzetta commented 11 months ago

On my PC, flicker is visible only using VCL styles. The Flickering issue is also present in the standard toolbar... Probably caused by a WM_ERASEBACKGROUND sent to components in Styled mode... I'll investigate.

carloBarazzetta commented 8 months ago

Please check if problem persist with latest 3.2.0 version