DevExpress cxGrid 6.58

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35259
    kaju_74
    Participant

    Hi.

    We've bought an update yesterday to get the latest versions available…and now, I try to skin the “cxGrid” component from DevExpress (Version 6.58 – NOT the subscription updates!), but this doesn't work. Do you have an actual way, how to solve this? I read something about a patcher, but the links are broken. Any idea?

    Thank you,

    Marc

    #48624
    Support
    Keymaster

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.