TPageControl not getting skinned

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #71250
    Delphimpd
    Participant

    I am using Delphi 10 and Alpha Version 15

    Some TPageControl are not been skinned, and neither the DevExpress Controls are been skinned.

    I know that back in the days I had to edit a file for the DevExpress to work,
    However, I can’t remember the file and how to do it.

    I am living a Youtube vide down below so that can see what is doing

    Your help will be appreciated

    Thank you

    Best regards

    #71251
    Delphimpd
    Participant

    Ok. I got DevExpress to get skinned but not the TPageControl

    DevExpress skin was fixed by editing the sDefs.inc file with notepad and Un-Comment the section that says
    // Old version of DevExpress components, earlier than v2011

    // << 3rdparty support start <<
    //{$DEFINE DEVEX2011} // DevExpress, LookAndFeel.NativeStyle property must be False
    {$DEFINE DEVEX6} // Old version of DevExpress components, earlier than v2011
    //{$DEFINE DEVEXHINTS} // Uncomment this line if you have conflicts between DevEx hints and AlphaHints
    //{$DEFINE USEPNG} // Support of TPngImageList from PngComponents
    //{$DEFINE TNTUNICODE} // Enable Unicode support by TntControls
    // >> 3rdparty support finish >>

    If someone can help me on the TPageControl would really appreciate it

    Best regards,

    #71252
    Lasse
    Participant

    Use TsPageControl or add TPageControl to skin manager’s ThirdParty property.

    #71253
    Delphimpd
    Participant

    Hello Lasse,

    Sorry for the late response to your help.
    Thanks for your help.

    That worked.

    Thank you so much.

    Best regards,

    Carlos

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