TPageControl not getting skinned

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #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 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.