Alpha Controls and DevExpress Controls

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #35579
    Tsokas Nikolaos
    Participant

    I have the version 8.14 for alpha controls.

    I use delphi 7 as developer tool, with dev express components.

    The problems I have are.

    1. The checkbox component can not be checked or unchecked after clicking it. It looks like null style nssGrayedChecked

    2. In a page control where I have many tabsheets, captions are not showing, and the frame around the caption, the tab, has no line to separate each other. The components which included

    in the tab are visible.

    3. I create dynamically Forms with parent a tabsheet (dynamically created). When the Form showing for the first time the components have for backround pieces from label (Tlabel or TcxLabel).

    If I change the tabsheet from one to another then all the components looks OK.

    The version of TcxPageControl is (express page control suite 2.3) and for the checkboxes (TcxDBCheckBox Express Library 5.7)

    I Include a Demo with the source code…

    [attachment=6123:Demo_ExeFile.rar]

    [attachment=6124:Demo_Source.rar]

    with regards

    #49868
    Support
    Keymaster

    Hello Tsokas and thank you for the demo.

    I will install DevEx today :18: and I will check this demo-project, please wait few days.

    #49901
    Support
    Keymaster

    Hello!

    You should remove all DevEx classes from the sSkinManager1.ThirdParty list.

    Please read the 3rd party.txt file how to use DevExpress with AlphaSkins :

    – Install DevExpress and AlphaControls

    – Enable the 'DEVEX6'(if old DevEx version used) or 'DEVEX2011' key in the sDefs.inc file (AlphaControls), must be {$DEFINE DEVEX6} or {$DEFINE DEVEX2011}

    – Be sure that latest version of DevExpress is installed if 'DEVEX2011' key used, or check a list of supported DevExpress versions in the beginning of the acLFPainter.pas file (AlphaControls)

    – Configure the sSkinManager component and compile the project.

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