SmoothMessageDialog and style

hi


i try to do this :  smdMsgBox.SetComponentStyle(FormStyler.Style); with metro style ..

but nothing happen !!! can help me ?

Bye

Hi, 


The metro style is not set with SetComponentStyle but with SetColorTones
smdMsgBox.SetColorTones(  ?  );

on my datamodule i've a Tadvformstyler and Tadvappstyler, how can i set it ?

Hi, 


You can use CreateMetroTones which is available in the AdvStyleIF unit and pass the result to the SetColorTones method.