Print Page | Close Window

Report Paint Bug

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=16125
Printed Date: 11 November 2024 at 6:56pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Report Paint Bug
Posted By: jimmy
Subject: Report Paint Bug
Date Posted: 02 February 2010 at 10:46am
Hello,

i think there is paint/size bug in CXTPReportPaintManager::DrawItemControl.
i've a Button right aligned. But on right side and bottom, one pixel row
is don't show.

After overwrite this function
CXTPReportPaintManagerEx::DrawItemControl(...)
{
  rcItem.right--;
  rcItem.bottom--;
  CXTPReportPaintManager::DrawItemControl(...)
  rcItem.right++;
  rcItem.bottom++;
}
it work correct.

  Jimmy




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