- This topic has 24 replies, 4 voices, and was last updated 13 years, 4 months ago by LC!.
-
AuthorPosts
-
July 5, 2011 at 3:12 pm #34656GiuseppeParticipant
Hi,
is latest version of Alphaskins compatible with DevExpress v2011 vol 1.3 ?
Regards,
Giuseppe
July 6, 2011 at 8:36 am #46167GiuseppeParticipant'Giuseppe' wrote:Hi,
is latest version of Alphaskins compatible with DevExpress v2011 vol 1.3 ?
Regards,
Giuseppe
I Try to compile AlphaControls v7.45 with DevExpress v2011 vol 1.3 and
I see that cxLookAndFeelPainters was changed and I get a lot of errors
in compiling acLFPainter.
Pls Serge can You check and let me know ?
Best Regards.
July 7, 2011 at 1:45 pm #46175SupportKeymasterHello Giuseppe
I plan to check this version of DevEx, but can't do it now. I hope I'll be able to do it soon.
July 7, 2011 at 1:49 pm #46177GiuseppeParticipantThank You Serge,
Pls let me know as soon as You have check it.
Best Regards,
Giuseppe
July 11, 2011 at 4:15 pm #46221carlosig03ParticipantI corrected the errors. But isn't painting.
if Active then begin
if not GetExtendedStylePainters.GetPainterByName(s_AlphaSkins, vPainter) then begin
GetExtendedStylePainters.Register(s_AlphaSkins, TcxACLookAndFeelPainter, TdxSkinInfo.Create(nil));
cxLookAndFeels.RootLookAndFeel.SkinName := s_AlphaSkins;
end
end
else if GetExtendedStylePainters.GetPainterByName(s_AlphaSkins, vPainter) then begin
cxLookAndFeels.RootLookAndFeel.SkinName := '';
GetExtendedStylePainters.Unregister(s_AlphaSkins);
end
Now we must use cxLookAndFeelPaintersManager.GetPainter and cxLookAndFeelPaintersManager.register, but don't now how use it.
Any help ?
July 11, 2011 at 4:17 pm #46222carlosig03Participanturgently needed
July 12, 2011 at 10:42 am #46246carlosig03ParticipantI've replaced the old functions of DEVX with the new one :
procedure _InitDevEx(const Active : boolean);
var
vPainter: TcxCustomLookAndFeelPainter;
begin
if Active then begin
if not cxLookAndFeelPaintersManager.GetPainter(s_AlphaSkins, vPainter) then begin
cxLookAndFeelPaintersManager.Register(vPainter); <
Access ViolationRootLookAndFeel.SkinName := s_AlphaSkins;
end
end
else if cxLookAndFeelPaintersManager.GetPainter(s_AlphaSkins, vPainter) then begin
RootLookAndFeel.SkinName := '';
cxLookAndFeelPaintersManager.Unregister(s_AlphaSkins);
end
end;
But I get an access violation, maybe because vPainter is nil ?
July 15, 2011 at 7:12 am #46258GiuseppeParticipantHi Serge,
pls let me know when You think to look at this new version (I need to know it
to schedule some improvmentes in my projects).
Thank You in advance and best regards.
Giuseppe
July 19, 2011 at 7:33 am #46285GiuseppeParticipant'Giuseppe' wrote:Hi Serge,
pls let me know when You think to look at this new version (I need to know it
to schedule some improvmentes in my projects).
Thank You in advance and best regards.
Giuseppe
+1
July 19, 2011 at 1:13 pm #46294carlosig03Participant'Giuseppe' wrote:+1
+2
July 19, 2011 at 1:25 pm #46296SupportKeymaster'Giuseppe' wrote:pls let me know when You think to look at this new versionAt the end of August, I think.
July 20, 2011 at 11:50 am #46308SupportKeymasterTry attached file please.
July 20, 2011 at 12:03 pm #46309GiuseppeParticipantHi Serge,
thank You for quick replay, I must to reinstall DevExpress v.2011
to try Your attached file. As soon as I'll try it I let You know.
Best regards,
Giuseppe
July 20, 2011 at 1:29 pm #46310GiuseppeParticipant'Support' wrote:Try attached file please.
Hi Serge,
I have installed DevExpress v.2011 vol.1.4 and
after modifying the file acFLPainter.pas (I strip the
conditional compile directive that was still in the file)
as I could compile and install, but no DevExpress control
was skinned!!!
Pls Let me know, because I need to develop with a skinned
components and if no work I must uninstall V.2011 and
reinstall old version 54 that is working …
I attach a screenshot of previus version that is ok
and lsta version not skinned.
Regards,
Giuseppe
July 20, 2011 at 2:04 pm #46301SupportKeymasterSorry for a trouble, try the updated file please.
July 20, 2011 at 2:10 pm #46302GiuseppeParticipant'Support' wrote:Sorry for a trouble, try the updated file please.
Hi Serge,
installed with no truble, but DevExpress controls still no skinned,
same as per previus images …
regards,
Giuseppe
July 20, 2011 at 2:24 pm #46303SupportKeymaster'Giuseppe' wrote:Hi Serge,
installed with no truble, but DevExpress controls still no skinned,
same as per previus images …
regards,
Giuseppe
Native style should be Off by default, can you check it?
July 20, 2011 at 2:39 pm #46304GiuseppeParticipant'Support' wrote:Native style should be Off by default, can you check it?
Hi Serge,
I cheched and Native Style Is ON, if I put OFF
the result is as per image attached, still no skin.
Regards.
July 20, 2011 at 4:48 pm #46312SupportKeymasterTry this changed file please.
July 21, 2011 at 6:40 am #46318GiuseppeParticipant'Support' wrote:Try this changed file please.
Hi Serge,
unfortunately same problem …
Giuseppe
-
AuthorPosts
- You must be logged in to reply to this topic.