Forum Replies Created
-
AuthorPosts
-
GiuseppeParticipantHello
Automatic support of DevEx available since AlphaControls v6.12
You must have installed DevExpress and installed AlphaControls (install AlphaControls as described in the Install.txt file).When you have both packages are installed then you can enable support of DevEx skinning – change sDefs.inc file, you must have such line there : {$DEFINE DEVEX}
That's all, Devexpress will be skinned when AlphaSkins are active. No patching or other actions are required.Current versions of AlphaControls was tested with DevEx 6.40-6.42
Hi,
I follow exactely Your instrutcions, but I receive same error:
The error is on line 108 of unit acLFPainter: class procedure DrawButton(ACanvas: TcxCanvas; R: TRect; const ACaption: string;
Error: [DCC Error] acLFPainter.pas(108): E2037 Declaration of 'DrawButton' differs from previous declaration.
I have Devxpress v.6.41 and AlphaControls v6.32 and I can't resolve the issue…GiuseppeParticipantbefore 6.3 u needed to manually make the patch for devexpress
with 6.32 it is done automatically by changing the definition in sdefs.inci think u have the acLFPainter.pas file from the manual patch and u dont need it anymore. maybe its in your project folder?
delete this file, change sdefs.inc file as i wrote previously and re-build AC
I don't underestand. I delete previus 6.3 install and I reinstall 6.32. I check and acLFPainter.pas in in the component project folder!
I also tryed to cancel it but it is required in unit sThirdParty…
Can You pls clarify me with I can do?
Regards.GiuseppeParticipantonly 6.32 is out, so i guess u r using 6.32 and not 6.33 <img src="style_emoticons//smile.gif” style=”vertical-align:middle” emoid=”:)” border=”0″ alt=”smile.gif” />in sdefs.inc u should remove the dot (.) in the define devexp clause to make it skin devexpress.
what error do u get while compiling?
Sorry for mistake, version is 6.32.
The error is on line 108 of unit acLFPainter: class procedure DrawButton(ACanvas: TcxCanvas; R: TRect; const ACaption: string;
Error: [DCC Error] acLFPainter.pas(108): E2037 Declaration of 'DrawButton' differs from previous declaration.Regards.
-
AuthorPosts