New rotation message

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

anovy
User
Posts: 164
Joined: Mon Feb 08, 2010 8:48 am

New rotation message

Post by anovy »

Hi,
With version 2.0.51 appears a new notficiation message #1178:

"Note: this function will rotate pages for this work session only - no changes are saved to the original file, to save selections permanently, use the 'Rotate Pages' function under the 'Document' Menu."

Is there a way how I can switch off this message programatically (I know that the user can switch off this message manually)?
User avatar
John - Tracker Supp
Site Admin
Posts: 5223
Joined: Tue Jun 29, 2004 10:34 am

Re: New rotation message

Post by John - Tracker Supp »

Is that wise ?

The reason we have placed the message there is that we are receiving numerous messages from users (both end users and those users developers applciations) telling us page rotation does not work - and it gets (very) tiresome responding - whats the harm leaving it on and allowing the user to decide to switch off permanently if required ?
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.

Best regards
Tracker Support
http://www.tracker-software.com
anovy
User
Posts: 164
Joined: Mon Feb 08, 2010 8:48 am

Re: New rotation message

Post by anovy »

I understand. I asked because I don't like such messages which can be indignity for normal users. :wink:

But I'm still curious: Is there a way how to programatically set on/off these "don't ask more" flags? If not, then OK, I can live without this. :)
User avatar
Vasyl - PDF-XChange
Site Admin
Posts: 2448
Joined: Thu Jun 30, 2005 4:11 pm

Re: New rotation message

Post by Vasyl - PDF-XChange »

Hi, anovy

You may switch off this message by:

Code: Select all

SetProperty("Prompts.RotatePagesViewWarn", "false", 0);
Best
Regards.
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.
RudolfErnst
User
Posts: 73
Joined: Tue Oct 14, 2008 2:14 pm

Re: New rotation message

Post by RudolfErnst »

Hi Vasyl,

does this also work in the ActiveX plugin?

I'm using the ActiveX plugin within a Java Client and do not succeed to get rid of this message.

kind regards
Rudi
User avatar
Vasyl - PDF-XChange
Site Admin
Posts: 2448
Joined: Thu Jun 30, 2005 4:11 pm

Re: New rotation message

Post by Vasyl - PDF-XChange »

Hi, Rudi.

Code: Select all

does this also work in the ActiveX plugin?
Yes, you may try to use the code above to switch off this message.

Best
Regards.
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.