Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
ckpang@adobeforums.com #1
How To Supress Acrobat Error Message And Alert Message
Is there any way to supress those pop up message?
If can't, is there any way to catch it?
ckpang@adobeforums.com Guest
-
Error message in Acrobat Pro 8.1.2
Thank you for the suggestion, but I don't have Pitstop on my computer. If other thoughts come to mind, I'd appreciate the help. Bob -
Regarding to alert message
Hi If our text contains only characters but wrongly we add the number so alert message will come. In that we want only to remove the number not... -
Adobe Acrobat 5.0 error message
I am getting Unable to locate scanner when attempting to import and not able to use the scanning function. I am running XP Help! -
Error Message for Adobe Acrobat 3.0
When attempting to download a pdf file, I receive error message - "Could not find Colorspace named Cs6". Then error message - "This file contains... -
alert or message box?
I am not clear ... whether to use alert of JavaScript or messagebox of VBScript in ASP. But what I want is that when a user has some error I want... -
Joel_N@adobeforums.com #2
Re: How To Supress Acrobat Error Message And Alert Message
Hi ckpang,
I'm also looking for these information. I know that you can't suppress the popups (for security reason).
I think it's possible to catch it using the callback notifications.
Please share these information once you'll find a solution.
Thanks in advance,
Joel_N@adobeforums.com Guest
-
ckpang@adobeforums.com #3
Re: How To Supress Acrobat Error Message And Alert Message
It is quite annoying when using OLE automation and facing those popup.
Even we manage to catch it, I think we still can't programmatically terminate the app.
ckpang@adobeforums.com Guest
-
Leonard_Rosenthol@adobeforums.com #4
Re: How To Supress Acrobat Error Message And Alert Message
no, you can't catch alerts/pop ups brought up during OLE automation...
Leonard_Rosenthol@adobeforums.com Guest
-
Joel_N@adobeforums.com #5
Re: How To Supress Acrobat Error Message And Alert Message
Hi Leonard,
And using the SDk? (with a plugin) Is it possible to catch alerts/pop ups?
Joel_N@adobeforums.com Guest
-
NoSmoking@adobeforums.com #6
Re: How To Supress Acrobat Error Message And Alert Message
You can use hook proc to catch the alert window.
NoSmoking@adobeforums.com Guest
-
Joel_N@adobeforums.com #7
Re: How To Supress Acrobat Error Message And Alert Message
In my case I have to catch the alert window generated by Adobe Acrobat.
I use Acrobat but I hide the Acrobat's windows using it and once an alert popups the window is shown but it doesn't take the focus. So the user can't see/understand that he needs to click 'OK' on the alert/popup which is in the Acrobat window.
Which procedure do I need to know that an alert occurs? (and I don't want to launch a thread to check if the Acrobat's window is hidden or not;)
Joel_N@adobeforums.com Guest
-
Joel_N@adobeforums.com #8
Re: How To Supress Acrobat Error Message And Alert Message
Someone has already faced to this problem?
Joel_N@adobeforums.com Guest
-
Atin Wadehra #9
Re: How To Supress Acrobat Error Message And Alert Message
CkPang/Joel,
All the Adobe Acrobat pop-ups are controlled via registry and have blocked many of those for my application users using the same. Let me know the exact pop-up and the steps to re-generate the same and will try to provide a key for disabling.
Atin Wadehra Guest
-
Joel_N@adobeforums.com #10
Re: How To Supress Acrobat Error Message And Alert Message
Thanks Atin. But I have an easier way to resolve this problem.
The solution is to create a thread (or use the AVIdleProc callback) and add a check with AVAppModalWindowIsOpen(). If a modal window is open then you can catch it by doing a search on the windows. The Class name is #32770 (Dialog) and the Window Caption is Adobe Acrobat
Regards,
Joel_N@adobeforums.com Guest
-
Atin Wadehra #11
Re: How To Supress Acrobat Error Message And Alert Message
Fine Joel and thanks for the update regarding the code.
However, the term easier method should be based on the situation like you feel its better to catch and dismiss the popups using the code while I feel its better to disable the Adobe pop-ups once via registry so that they can never come and disturb the users. This solution will work irrespective of whether the application is not running.
Atin Wadehra Guest



Reply With Quote

