Hello
Patcher is not required, support of skins is much easier now.
Instruction for DevEx cxGrid v6 :
– Install DevExpress and AlphaControls
– Enable the 'DEVEX6' key in the sDefs.inc file (AlphaControls), must be {$DEFINE DEVEX6}
– Be sure that latest version of DevExpress is installed, or check a list of supported DevExpress versions in the beginning of the acLFPainter6.pas file (AlphaControls)
– Configure the sSkinManager component and compile the project.
In the run-time will be skinned all DevExpress controls which have LookAndFeel property properly supported. LookAndFeel.NativeStyle property must be False. 'DEVEX' key must enabled (in the sDefs.inc file) before AlphaControls installing (must be {$DEFINE DEVEX6}).
BTW, this topic will be moved to the “Toublesooting” soon.