Devexpress was not skinned with the C++ builder

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #56067
    Support
    Keymaster

      Hello, Wayne

      Try to compile this demo of cxGrid with AlphaSkins: http://www.alphaskins.com/sfiles/demos/quantumgrid.zip

      We will see if the package is configured for work with DevExpress.

      This demo is old (2015), but it should work.

      PS. Remember that not all DevExpress controls are supported by the AlphaControls package now.

      DevExpress control should have a support of the “LookAndFeel” technology.

      #56147
      wayne
      Participant
        'Support' wrote:

        Hello, Wayne

        Try to compile this demo of cxGrid with AlphaSkins: http://www.alphaskins.com/sfiles/demos/quantumgrid.zip

        We will see if the package is configured for work with DevExpress.

        This demo is old (2015), but it should work.

        PS. Remember that not all DevExpress controls are supported by the AlphaControls package now.

        DevExpress control should have a support of the “LookAndFeel” technology.

        Hi,

        It is C++ Builder(2010) we are working with, your demo is Delphi project( Note I am using the Alpha Control Builder 2010 version). Still I opened it and tried to compile with Delphi 2010. The compilation failed with below error:

        [DCC Error] acLFPainter.pas(141): E2003 Undeclared identifier: 'TcxButtonPart'

        [DCC Error] acLFPainter.pas(141): E2003 Undeclared identifier: 'cxbpButton'

        [DCC Error] acLFPainter.pas(138): E2037 Declaration of 'DrawButton' differs from previous declaration

        [DCC Error] acLFPainter.pas(155): E2037 Declaration of 'CheckButtonColor' differs from previous declaration

        [DCC Error] acLFPainter.pas(265): E2037 Declaration of 'CalculateSchedulerNavigationButtonRects' differs from previous declaration

        [DCC Error] acLFPainter.pas(274): E2037 Declaration of 'DrawSchedulerNavigationButton' differs from previous declaration

        [DCC Error] acLFPainter.pas(277): E2037 Declaration of 'DrawSchedulerNavigationButtonArrow' differs from previous declaration

        [DCC Error] acLFPainter.pas(281): E2037 Declaration of 'SchedulerNavigationButtonSizes' differs from previous declaration

        [DCC Error] acLFPainter.pas(290): E2137 Method 'DrawEditorButtonGlyph' not found in base class

        [DCC Error] acLFPainter.pas(330): E2137 Method 'GetGalleryGroupTextColor' not found in base class

        [DCC Error] acLFPainter.pas(338): E2037 Declaration of 'DrawTrackBarThumbBorderUpDown' differs from previous declaration

        [DCC Error] acLFPainter.pas(381): E2037 Declaration of 'DrawSizeGrip' differs from previous declaration

        Do you guys have any working demo on C++ Builder? In my project ,the TcxGrid which is not skinning.

        Also I would like to know which version of dev express version compatible with alpha control plugin (c++ builder version)?

        Thanks,

        -Wayne

        #56160
        Support
        Keymaster

          Hello!

          If you do not uses latest version of the DevExpress package, then you should comment “VER16_2_2” key on the sDefs.inc file, like this:

          Code:
          //{$DEFINE VER16_2_2} // cxGrid version 16.2.2 and newer

          Try it, please.

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