- This topic has 3 replies, 2 voices, and was last updated 9 years ago by
Support.
-
AuthorPosts
-
January 26, 2017 at 10:42 am #56067
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.
February 9, 2017 at 6:54 am #56147'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
February 11, 2017 at 12:09 pm #56160Hello!
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 newerTry it, please.
-
AuthorPosts
- You must be logged in to reply to this topic.