Hello to all,
I have a question:
if I use sMessageDlg, sShowMessage, sInputBox, etc… from sDialog unit, why I need to add “srStdDialogs” to the SkinningRules property ?
srStdDialogs is not only for standard dialogs (like Messagedlg, ShowMessage, etc..) ?
I ask this because I have a DLL with a skinned form that can be called from any EXE (not skinned): if the EXE needs to display a message (like ShowMessage) while the skinned form is visible, this message is skinned too and this is not correct.
If I disable “srStdDialogs”, the message from EXE file is ok, but also the messages from the skinned form are not more skinned.
Thanks.