Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Report Control
  New Posts New Posts RSS Feed - Bug in XTPReportColumnIconAlignment
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Bug in XTPReportColumnIconAlignment

 Post Reply Post Reply
Author
Message
Algae View Drop Down
Senior Member
Senior Member
Avatar

Joined: 08 January 2007
Location: United States
Status: Offline
Points: 217
Post Options Post Options   Thanks (0) Thanks(0)   Quote Algae Quote  Post ReplyReply Direct Link To This Post Topic: Bug in XTPReportColumnIconAlignment
    Posted: 24 November 2013 at 4:57pm
Likely library bug.

Exposed in sample program: ReportSample.

This value clobbers the ability to set check on alignment in the context menu as found in the sample:

// file: XTPReportRecordItem.h
// enum XTPReportColumnIconAlignment

xtpColumnTextMask = 0xFF

Shouldn't it be:

xtpColumnTextMask = 0x0F

I haven't seen the define used any place else, so I'm assuming it was a typo that was never corrected.
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.