TAdvEditBtn button style

Dear Support,

unless I am wrong, since the last versions, the button in TAdvEditBtn use the VCL style if defined. However, we use a style where buttons and edit background are white. As a consequence the button in TAdvEditBtn is not visible until it get the focus.

Is there a way to disable vcl style on button ? Unless I am wrong, we don't have access to the internal button to modify the Style element.

best regards,

Nicolas

Did you try to set StyleElements = [] ?

on TAdvEditBtn, yes but without success. I guess the styleElements should be edited in the internal button that finally paint (TAdvSpeedButton.PaintButton).

You can repoduce with a simple project using "Light" style available in Embarcedero Styles. Button in TAdvSpeedButton is not visible. How can we disable style on button ?

We've seen this issue for the button painting indeed and we applied a fix that will be included in the next release.

Ok. Thank you