Forum Replies Created
-
AuthorPosts
-
December 7, 2012 at 9:49 am in reply to: Install error acLFPainter – GetExtendedStylePainters (urgent) #49594JacekParticipant'Support' wrote:
Jacek, Ondra, ghost_i, try the attached file please.
Thank you, muratk.
Thank you, installed without any problem.
Regards,
Jacek
November 21, 2012 at 12:20 pm in reply to: Install error acLFPainter – GetExtendedStylePainters (urgent) #49406JacekParticipant'Support' wrote:Hello!
This function is declared in the cxLookAndFeelPainters.pas (DevExpress)
Please check if this function exists there.
No, there's no GetExtendedStylePainters function in a cxLookAndFeelPainters.pas file. The file timestamp is 2012.11.01 17:41.
Regards,
Jacek
JacekParticipant[DCC Error] acntUtils.pas(1296): E2003 Undeclared identifier: 'Tnt_GetCurrentDirectoryW'
Tnt_SetCurrentDirectoryW is declared and implemented but Tnt_GetCurrentDirectoryW doesn't. I'm using quite old version from the end of 2005 and maybe here is the problem…
Kindest regards,
Jacek
JacekParticipantI've already corrected it and it didn't help. If I exclude TNT ({.$DEFINE TNTUNICODE}) it installs correct. But with TNT definition enabled I get errors:
[DCC Error] sLabel.pas(988): E2250 There is no overloaded version of 'WriteTextEx' that can be called with these arguments
[DCC Error] sCommonData.pas(8): F2063 Could not compile used unit 'sLabel.pas'
Kindest regards,
Jacek
May 15, 2010 at 1:55 pm in reply to: TcxGrid and Tabs, TabsBackground style, TcxGridDBCardView supported? #42530JacekParticipantTabs will be skinned if you disable the USETABCONTROL key in the ExpressQuantumGrid 6SourcescxGridVer.inc file.
About CardView – I will research it more, soon.Great! It works. Thank you. I bought the license a couple days ago and I think it was one of the best decisions I've recently made <img src="style_emoticons//wink.gif” style=”vertical-align:middle” emoid=”;)” border=”0″ alt=”wink.gif” />
And btw. After removing all Devex styles from the project CardView seems to be skinned as well. I'll test it more soon.
Best regards,
JacekMay 11, 2010 at 12:32 pm in reply to: TcxGrid and Tabs, TabsBackground style, TcxGridDBCardView supported? #42488JacekParticipantSerge,
It's important for me to be sure it can be done ale planned for supporting soon. I'm starting a big project and need to decide what controls use. I checked QuantumGrid sources and it looks that CardView derrives from TcxCustomGridTableView and it implements LookAndFeel. Could you check it please? Or suggest any workaround…
Best regards,
JacekMay 10, 2010 at 6:55 am in reply to: TcxGrid and Tabs, TabsBackground style, TcxGridDBCardView supported? #42478JacekParticipantJacekParticipantDid you delete the *.dcp files, too, before re-installing?Yes, I did.
It seems I've found a solution. I removed (commented):
// class procedure DrawTrackBar(ACanvas: TcxCanvas; const ARect: TRect;
// const ASelection: TRect; AShowSelection: Boolean; AEnabled: Boolean;
// AHorizontal: Boolean); override;
// class procedure DrawTrackBarThumb(ACanvas: TcxCanvas; ARect: TRect; AState: TcxButtonState;
// AHorizontal: Boolean; ATicks: TcxTrackBarTicksAlign); override;and its implementation in acLFPainter.pas. It's working although I'm not sure if it's a proper solution. Anyway, it's time for testing <img src="style_emoticons//wink.gif” style=”vertical-align:middle” emoid=”;)” border=”0″ alt=”wink.gif” />
Jacek
-
AuthorPosts