Selected Annotation Highlighting

PDF-XChange Viewer SDK for Developer's
(ActiveX and Simple DLL Versions)

Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange

HJBrown
User
Posts: 38
Joined: Fri Feb 06, 2009 12:55 pm

Selected Annotation Highlighting

Post by HJBrown »

In the latest version, whenever you draw or select and annotation, it is highlighted with short lines that seem to move around the border of the annotation. I am sure that this was intended to make it easy to see the selected annotation. However, we have had reports from our customers that this new effect is causing flickering and eye strain on some monitors. Is there a way of turning off this property?
ugradedeveloper
User
Posts: 223
Joined: Wed Aug 22, 2007 4:40 pm

Re: Selected Annotation Highlighting

Post by ugradedeveloper »

User avatar
Stefan - PDF-XChange
Site Admin
Posts: 19913
Joined: Mon Jan 12, 2009 8:07 am

Re: Selected Annotation Highlighting

Post by Stefan - PDF-XChange »

Hello HJBrown, ugradedeveloper,

The feature was promised for an earlier build but as it happens more important features delayed it.
I asked our development team for an update on the status of this, and got an answer that they will try to add the option to turn those "trails" off for the next build, but as the build is really close to completion this feature might remain for the next one.

Regards,
Stefan
HJBrown
User
Posts: 38
Joined: Fri Feb 06, 2009 12:55 pm

Re: Selected Annotation Highlighting

Post by HJBrown »

Please impress upon the powers that make these decisions that a lot of users are getting serious screen flicker as a result of this. The sooner the better please. And thanks.
User avatar
Chris - PDF-XChange
Site Admin
Posts: 798
Joined: Tue Apr 14, 2009 11:33 pm

Re: Selected Annotation Highlighting

Post by Chris - PDF-XChange »

Hi HJBrown,

Noted, and I will pass it on to our project leader. Thanks

Chris
If posting files to this forum - you must archive the files to a ZIP, RAR or 7z file or they will not be uploaded - thank you.


Chris Attrell
Tracker Sales & Support North America
http://www.tracker-software.com
User avatar
Chris - PDF-XChange
Site Admin
Posts: 798
Joined: Tue Apr 14, 2009 11:33 pm

Re: Selected Annotation Highlighting

Post by Chris - PDF-XChange »

HJBrown,

He said, in the new build they've added an option "Simple Focus Appearance" to address this and is scheduled to be released early next week.

Regards,
Chris
If posting files to this forum - you must archive the files to a ZIP, RAR or 7z file or they will not be uploaded - thank you.


Chris Attrell
Tracker Sales & Support North America
http://www.tracker-software.com
User avatar
Chris - PDF-XChange
Site Admin
Posts: 798
Joined: Tue Apr 14, 2009 11:33 pm

Re: Selected Annotation Highlighting

Post by Chris - PDF-XChange »

Hi,

It has been addressed and there will be an option "Simple Focus Appearance" in the next build due to come out earrly next week.

Chris
If posting files to this forum - you must archive the files to a ZIP, RAR or 7z file or they will not be uploaded - thank you.


Chris Attrell
Tracker Sales & Support North America
http://www.tracker-software.com
HJBrown
User
Posts: 38
Joined: Fri Feb 06, 2009 12:55 pm

Re: Selected Annotation Highlighting

Post by HJBrown »

Thanks very much. You guys are the best. :D
User avatar
Chris - PDF-XChange
Site Admin
Posts: 798
Joined: Tue Apr 14, 2009 11:33 pm

Re: Selected Annotation Highlighting

Post by Chris - PDF-XChange »

Our pleasure HJBrown, :)

Chris
If posting files to this forum - you must archive the files to a ZIP, RAR or 7z file or they will not be uploaded - thank you.


Chris Attrell
Tracker Sales & Support North America
http://www.tracker-software.com
docu-track99
User
Posts: 518
Joined: Thu Dec 06, 2007 8:13 pm

Re: Selected Annotation Highlighting

Post by docu-track99 »

Hi Guys,

Is there any example of setting 'Simple Focus Appearance' in either vb.net or vb6? What is the named object? Is it document specific or does it apply to the control instance?

Thanks in advance.
User avatar
Vasyl - PDF-XChange
Site Admin
Posts: 2449
Joined: Thu Jun 30, 2005 4:11 pm

Re: Selected Annotation Highlighting

Post by Vasyl - PDF-XChange »

Please look to:
Menu->Preferences->Commenting->Simple Focus Appearance check box
PDF-XChange Co. LTD (Project Developer)

Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
ugradedeveloper
User
Posts: 223
Joined: Wed Aug 22, 2007 4:40 pm

Re: Selected Annotation Highlighting

Post by ugradedeveloper »

I believe that docu-track99 was asking whether there is an SDK method to set this value - i.e. a member of the Commenting object similar to ShowTextIndicators and ShowTooltips. I am interested in this also.

Thanks.
User avatar
Vasyl - PDF-XChange
Site Admin
Posts: 2449
Joined: Thu Jun 30, 2005 4:11 pm

Re: Selected Annotation Highlighting

Post by Vasyl - PDF-XChange »

You can try:
SetProperty("Commenting.SimpleFocusApp", 1, 0);
;)
PDF-XChange Co. LTD (Project Developer)

Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
ugradedeveloper
User
Posts: 223
Joined: Wed Aug 22, 2007 4:40 pm

Re: Selected Annotation Highlighting

Post by ugradedeveloper »

Vasyl-Tracker Dev Team wrote:You can try:
SetProperty("Commenting.SimpleFocusApp", 1, 0);
;)
Excellent - thanks.
User avatar
Chris - PDF-XChange
Site Admin
Posts: 798
Joined: Tue Apr 14, 2009 11:33 pm

Re: Selected Annotation Highlighting

Post by Chris - PDF-XChange »

:)
If posting files to this forum - you must archive the files to a ZIP, RAR or 7z file or they will not be uploaded - thank you.


Chris Attrell
Tracker Sales & Support North America
http://www.tracker-software.com