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
Cursor colors
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Cursor colors
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.
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 |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Cursor colors
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |