Cursor colors

TeeChart for ActiveX, COM and ASP
Post Reply
jacques
Newbie
Newbie
Posts: 30
Joined: Thu Nov 20, 2008 12:00 am
Location: South Africa
Contact:

Cursor colors

Post by jacques » Fri Sep 18, 2009 12:33 pm

Dear Sir MAdam,

Currently while displaying a cursor it seems that the cursor is XORRED with the values displayed on the plot.

I have tried to switch of this feature by using the SetMode functionalty of the Pen and the following parameters
const unsigned long pmBlack = 0;
const unsigned long pmWhite = 1;
const unsigned long pmNop = 2;
const unsigned long pmNot = 3;
const unsigned long pmCopy = 4;
const unsigned long pmNotCopy = 5;
const unsigned long pmMergePenNot = 6;
const unsigned long pmMaskPenNot = 7;
const unsigned long pmMergeNotPen = 8;
const unsigned long pmMaskNotPen = 9;
const unsigned long pmMerge = 10;
const unsigned long pmNotMerge = 11;
const unsigned long pmMask = 12;
const unsigned long pmNotMask = 13;
const unsigned long pmXor = 14;
const unsigned long pmNotXor = 15;

but with no success.

Could you please advise me what to do?

Regards
JB

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Cursor colors

Post by Narcís » Fri Sep 18, 2009 2:08 pm

Hi JB,

I've checked this is a known issue already listed on the defect list (TV52013671). I have increased its priority to be fixed ASAP.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Cursor colors

Post by Narcís » Mon Oct 05, 2009 1:38 pm

Hi JB,

Please see my reply here about this issue.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply