Print Page | Close Window

Backward compatibility problems v8.70

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=646
Printed Date: 10 May 2024 at 3:32am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Backward compatibility problems v8.70
Posted By: Frode
Subject: Backward compatibility problems v8.70
Date Posted: 22 April 2004 at 4:19am

Hello.

After upgrading from XTPToolkitPro v. 8.61 to v.8.70 I got the following problems:

1. The WinZipTheme.cpp/.h file I got from Codejock is not compiling:
DrawImage(pDC, pt, pImage, bSelected, bPressed, bEnabled, bChecked, FALSE);
must be replaced by:
DrawImage(pDC, pt, CSize(szIcon.cx, 0), pImage, bSelected, bPressed, bEnabled, bChecked, FALSE);
The "CSize sz" parameter is not well documented - only in the funtion description.

2. The OnTabbarMouseMsg (ON_MESSAGE(WM_XTP_PRETRANSLATEMOUSEMSG, OnTabbarMouseMsg)) function must be updated - found new code in one of the Codejock samples.

3. The CInplaceMaskEdit::SelectConstraint function in the CustomItems.cpp in the GridSample is not compiling:
GetCurrent and SetCurrent is no longer a memebers of CXTPItemConstraints.

Best regards
Frode Gorseth




Replies:
Posted By: Oleg
Date Posted: 22 April 2004 at 2:34pm

1. As you can see WinZip sample, WinZip theme doesn't necessary now

2. We remake most of CXTPTabClientWnd, there was no way to support Backward compatibility

3.Masked functions now the part of sources of PropertyGrid.



-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net