TTMSFMXTaskDialog Button Color

Hi there,


I am using the TaskDialog and the CustomButtons (yes, no, ok...) are showing with the wrong color.

Only when I hover the mouse over it that I can see the button and the caption.

How can I change this?

http://snag.gy/2XRb2.jpg

you can see that the buttons frame and caption are white. It is probably following the selected theme. (MetropoliUI Black)

Eduardo

Hi,


Unfortunately the TMSFMXTaskDialog currently does not have style support.
As a workaround you can change the footer color to make the buttons visible.

Example:
TMSFMXTaskDialog1.FooterFill.Color := claGrey;

That enough for me... Thanks !