Scrollbar of Sticky Note box

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

Moderators: TrackerSupp-Daniel, Tracker Support, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Ivan - Tracker Software, Tracker Supp-Stefan

Post Reply
crimsonlogic
User
Posts: 38
Joined: Tue Jan 12, 2016 2:25 am

Scrollbar of Sticky Note box

Post by crimsonlogic »

Hi,

We are using the Viewer SDK to develop a document viewer, and allow user to add annotation or comments.
Is possible to show a scrollbar once the content in sticky note box is too long? and how?

Thanks
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17823
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: Scrollbar of Sticky Note box

Post by Tracker Supp-Stefan »

Hello crimsonlogic,

I believe those scrollbars were added only in the Editor, but please do make sure that you test with the latest Viewer build - and if they are not present - then I am afraid that there is no way for you to activate them, as this was simply not implemented in the Viewer (and it's SDK).

Regards,
Stefan
crimsonlogic
User
Posts: 38
Joined: Tue Jan 12, 2016 2:25 am

Re: Scrollbar of Sticky Note box

Post by crimsonlogic »

Thanks for your answer.

Can I ask another question here?

I want know the highlight content once user highlight some words in the viewer, in another word it's possible to take the content once user finish the highlight?
can I just send the content into clipboard after user highlight something?

Tracker Supp-Stefan wrote:Hello crimsonlogic,

I believe those scrollbars were added only in the Editor, but please do make sure that you test with the latest Viewer build - and if they are not present - then I am afraid that there is no way for you to activate them, as this was simply not implemented in the Viewer (and it's SDK).

Regards,
Stefan
crimsonlogic
User
Posts: 38
Joined: Tue Jan 12, 2016 2:25 am

Re: Scrollbar of Sticky Note box

Post by crimsonlogic »

I found a way like below:
1 click the edit from top menu
2 click preference
3 click the commenting tab
4 check the "copy selected text into highlight ..."

so when I double the highlight will get the comment box and with the content.

my question is how can I enable it in C# code.
crimsonlogic wrote:Thanks for your answer.

Can I ask another question here?

I want know the highlight content once user highlight some words in the viewer, in another word it's possible to take the content once user finish the highlight?
can I just send the content into clipboard after user highlight something?

Tracker Supp-Stefan wrote:Hello crimsonlogic,

I believe those scrollbars were added only in the Editor, but please do make sure that you test with the latest Viewer build - and if they are not present - then I am afraid that there is no way for you to activate them, as this was simply not implemented in the Viewer (and it's SDK).

Regards,
Stefan
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17823
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: Scrollbar of Sticky Note box

Post by Tracker Supp-Stefan »

Hello crimsonlogic ,

You can listen for the selection event:
https://help.pdf-xchange.com/DEV/de ... _selection
And when your user selects some text - get what he has selected:
https://help.pdf-xchange.com/DEV/de ... ctedranges

Or if you mean actual highlights (placing a highlight annotation) - there are similar events for annotations.

Regards,
Stefan
Post Reply