suppress pop-up notes

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
User avatar
MartinCS
User
Posts: 153
Joined: Thu Apr 07, 2011 10:01 am
Contact:

suppress pop-up notes

Post by MartinCS »

Hi Tracker Team,

is it possible to suppress the creation of pop-up notes for comment and markup objects programmatically? If not, do you guys have a suggestion to get access on the event when a user is creating a pop-up note. I tried to get access via the mouse events but wasn't able to fetch the corresponding markup object.

Thank you for your help!


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

Re: suppress pop-up notes

Post by Tracker Supp-Stefan »

Hello Martin,

Please have a look at the Viewer's AX Manual section:
3.5 How to Disable a Command?

And then have a look at
2.2.2.2.1 Command List

and maybe you will be interested in disabling some or all of the below commands:
33135 - AddNote
33207 - AddNoteToSelText
33122 - Open Popup
33121 - ResetPopupLocation
36441 - ShowNotes
33132 - StickyNoteTool

Best,
Stefan
User avatar
MartinCS
User
Posts: 153
Joined: Thu Apr 07, 2011 10:01 am
Contact:

Re: suppress pop-up notes

Post by MartinCS »

Hi Stefan,

thank you for your reply. I had a look at the api documentation. I also tried to suppress the pop-up notes using the commands you suggested. I used your full demo (c# project) to test the commands (see attached file). But it shows no effect. I am still able to double click a markup tool (here: arrow tool) and it brings up the pop-up. In my screenshot you can see that I turned off the command.

I hope you have any suggestion!


Thank you,
Martin
Attachments
2011-07-11_074145.zip
(190.8 KiB) Downloaded 242 times
User avatar
Vasyl-Tracker Dev Team
Site Admin
Posts: 2352
Joined: Thu Jun 30, 2005 4:11 pm
Location: Canada

Re: suppress pop-up notes

Post by Vasyl-Tracker Dev Team »

Hi, Martin.

I'm afraid, but you cannot disable the pop-ups opening by double clicking...
We will add this feature into the next build:

Code: Select all

ctrl.SetProperty("Commenting.AllowOpenPopupsByDblClick", "false", 0);
Wait for the next build.

Best
regards.
Vasyl Yaremyn
Tracker Software Products
Project Developer

Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17824
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: suppress pop-up notes

Post by Tracker Supp-Stefan »

Hello MartinCS,

As the guys are already working on your case we made a ticket:
#1137: suppress pop-up notes
In our internal system so that we can follow this up, and update you as soon as there are any news.

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

Re: suppress pop-up notes

Post by Tracker Supp-Stefan »

Hello MartinCS,

I just got a confirmation that the fix for this ticket will be in build 198 - we will release it a bit later today so make sure to update!

Best,
Stefan
Retko
User
Posts: 4
Joined: Tue Jan 31, 2017 3:29 pm

Re: suppress pop-up notes

Post by Retko »

Hello,

I still cant understand how can I disable it??

Can someone help me??

Thank you.
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17824
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: suppress pop-up notes

Post by Tracker Supp-Stefan »

Hello Retko,

Are you using the Viewer SDK or the newer Editor one?

Regards,
Stefan
Retko
User
Posts: 4
Joined: Tue Jan 31, 2017 3:29 pm

Re: suppress pop-up notes

Post by Retko »

Hi,

I have Viewer.
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17824
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: suppress pop-up notes

Post by Tracker Supp-Stefan »

Hi Retko,

Ticket 1137 was resolved in 2011 - so any fixes applied then should still be present in the last Viewer builds as well.

Can we please see your sample project (make sure to remove any license info from it before uploading!) where this is reproducible?

Regards,
Stefan
Post Reply