Forum Replies Created
-
AuthorPosts
-
October 23, 2024 at 10:33 am in reply to: Issue Installing AlphaControls in Delphi 12 – No Response from Support #71821MTuttleParticipant
Greetings Nagisa,
Were you ever able to get this to work in Delphi 12? I was not able to get the install package to compile if I was trying to use DevExpress by uncommenting the following line. If I left it commented out, the package would compile and skins were applied to all but the DevExpress components..
// << 3rdparty support start <<
{$DEFINE DEVEX2011} // DevExpress, LookAndFeel.NativeStyle property must be FalseIt appears that they do not work with the current version of the DevExpress components.
- This reply was modified 3 weeks ago by MTuttle.
Attachments:
You must be logged in to view attached files.MTuttleParticipantSo a little more info. I use DevExpress components, so I uncommented this line in the sDefs.inc file
// << 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 I comment it out, then I can compile. But that defeats the purpose of buying thisd compoent if I cannot get it to work with DevExpress.
Any Ideas?
Thanks,
MikeMTuttleParticipantGreetings Cleverson,
Thank you so much for your reply.
I went ahead, purchased and installed it into Delphi 12.2. Installed fine and set library path.
I also downloaded all skins.
However, if I start a new project, drop a sSkinManager on my form, double clicked it, select one skin, made sure it was active and tried to compile the project, I get an error.
[dcc32 Error] acLFPainter.pas(130): E2037 Declaration of ‘DrawBorder’ differs from previous declaration
Any ideas?
Thanks,
MikeAttachments:
You must be logged in to view attached files. -
AuthorPosts