Page 1 of 1

Cursor colors

Posted: Fri Sep 18, 2009 12:33 pm
by 15050891
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

Re: Cursor colors

Posted: Fri Sep 18, 2009 2:08 pm
by narcis
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.

Re: Cursor colors

Posted: Mon Oct 05, 2009 1:38 pm
by narcis
Hi JB,

Please see my reply here about this issue.