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)?
New rotation message
Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
-
- Site Admin
- Posts: 5223
- Joined: Tue Jun 29, 2004 10:34 am
Re: New rotation message
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 ?
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
Best regards
Tracker Support
http://www.tracker-software.com
-
- User
- Posts: 164
- Joined: Mon Feb 08, 2010 8:48 am
Re: New rotation message
I understand. I asked because I don't like such messages which can be indignity for normal users.
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.

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.

-
- Site Admin
- Posts: 2448
- Joined: Thu Jun 30, 2005 4:11 pm
Re: New rotation message
Hi, anovy
You may switch off this message by:
Best
Regards.
You may switch off this message by:
Code: Select all
SetProperty("Prompts.RotatePagesViewWarn", "false", 0);
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.
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
-
- User
- Posts: 73
- Joined: Tue Oct 14, 2008 2:14 pm
Re: New rotation message
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
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
-
- Site Admin
- Posts: 2448
- Joined: Thu Jun 30, 2005 4:11 pm
Re: New rotation message
Hi, Rudi.
Yes, you may try to use the code above to switch off this message.
Best
Regards.
Code: Select all
does this also work in the ActiveX plugin?
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.
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.