Adobe Plugin doesn't terminate immediately

Hello Xperts!
when I stop/close my application the acrobat takes 10-20 seconds to terminate, i.e. AcroRd32.exe/acrobat.exe doesn't ends immediately.
My plugin is based on the "external Window" sample. It uses the window messaging and communicates with the external application using dde.
When the external application ends, it sends a message to the plugin telling him to release the allocated memory.
now the plugin tries to destroy (WM_DESTROY) the communication window.
At this stage the plugin crashes!
LRESULT CALLBACK IACWndProc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
ASInt32 IEparentHnd = (ASInt32) wParam;
ASInt32 userCmd;
switch (msg)
case WM_CLOSE:
case WM_COPYDATA:
case WM_DESTROY:
PostQuitMessage(0); It crashes here !!!!!!!!!!!!!
default:
return DefWindowProc (hwnd, msg, wParam, lParam);
return 0L;
How is PostQuitMessage(0)message processed internally?
Any help?
Thanks in advance
Caleb

The Acrobat SDK Developer Forum is here
http://www.adobeforums.com/webx/.eed56a0/
The Acrobat Scripting Forum is here
http://www.adobeforums.com/webx?13@@.3bbedaa6

Similar Messages

  • Air browser: djvu plugin doesn't work

    Hello,
    I am building a custom air browser for my company using the HTML component.
    It's working great in general but my company makes extensive use of the djvu technology for online image viewing.
    Problem: the djvu plugin doesn't work on the air browser. After installing the last version (6.1.4) of the plugin it keeps saying it's necessary to install the plugin. (it works ok with the other browsers, also with google chrome).
    Has anybody ever met a similar problem?
    thanks in advance
    marco

    Hi Marco,
    unless something changed between versions documented limitations include:
    - support for only PDF plugin (version 8.1 or later) - with api to check availability at runtime if it is available on machine
    - support for Flash plugin (without external dependency)
    So other plugins are not supported:
    http://livedocs.adobe.com/flex/3/html/help.html?content=AboutHTMLEnvironment_2.html
    regards,
    Peter

  • Acrobat X plugin doesn't show up in Chrome

    On mij PC (Windows 7 Pro) I have installed Acrobat X Standard 10.1.7. 
    Today (20130608) I installed Chrome, besides Chrome I use Internet Explorer 10.
    The Acrobat Toolbar appears in IE, as it always did. However the Acrobat Toolbar does not appear in Chrome.
    The toolbar also is not present in the list of plugins of Chrome, in the list there is a Adobe Reader plugin version 10.1.7.27.
    In the list of extensions the Acrobat plugin doesn't appear either.
    I tried a repair installation of Acrobat, without success.
    Thank you in advance for your help.
    Wilty van Rees

    Hi race2000,
    Acrobat X plugin is not compatible with Chrome. Acrobat XI is.
    You might want to refer the Doc : http://helpx.adobe.com/acrobat/kb/compatible-web-browsers-pdfmaker-applications.html

  • (Problem with arrows )Adobe Reader doesn't work correctly

    I've problem with Adobe Reader plug-in. When I have open tab with pdf file, my arrow keys don't work in other tabs in firefox, only in this tab where it's open pdf file. Also I noticed that when trying to use the arrows in the other cards, they work on a pdf file.
    I'm tried to uninstall and install again Adobe Reader, but it doesn't work. Please help.

    I solved the problem by reinstall Firefox, because when i turned off Adobe-plugin my pdf file still worked , but arrows still didn't worked. I think, that it wasn't problem with adobe plugin.

  • Adobe CS6 doesn't read the new Canon 7d Mark 2 Raw format.

    Hi.
    I bought the new Canon Eos 7d Mark 2, but Adobe CS6 doesn't read the new RAW-format. I can't find any helpful information. Does a plug in already exist? Thanks for any helpful information.
    Best regards, Jean-Paul

    Adobe has not yet issued an updated Camera Raw plugin to read 7D Mark II Raw files.
    Lots of people waiting for it. See Adobe Camera Raw
    In the meantime, use the Canon DPP software, save as TIFF then open in Photoshop.

  • [svn:osmf:] 17940: Fix FM-982: MAST plugin doesn' t show preroll for F4M resources.

    Revision: 17940
    Revision: 17940
    Author:   [email protected]
    Date:     2010-09-29 14:47:13 -0700 (Wed, 29 Sep 2010)
    Log Message:
    Fix FM-982: MAST plugin doesn't show preroll for F4M resources.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-982
    Modified Paths:
        osmf/trunk/plugins/samples/MASTPlugin/org/osmf/mast/MASTPluginInfo.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/MASTPluginInfo.as

  • [svn:osmf:] 17941: Fix FM-981: MAST plugin doesn' t show preroll for SMIL resources.

    Revision: 17941
    Revision: 17941
    Author:   [email protected]
    Date:     2010-09-29 15:04:11 -0700 (Wed, 29 Sep 2010)
    Log Message:
    Fix FM-981: MAST plugin doesn't show preroll for SMIL resources.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-981
    Modified Paths:
        osmf/trunk/plugins/samples/MASTPlugin/org/osmf/mast/MASTPluginInfo.as
        osmf/trunk/plugins/samples/MASTPluginNew/org/osmf/mast/MASTPluginInfo.as

    I am modifying the correct httpd.conf file on the server, it just doesn't seem to work. - If I put the rewrite rules in the <Directory /> the rewrite works but it adds /Library/WebServer/Documents to the URL.
    I also tried putting the rewrite rules in <IfModule mod_rewrite.c> but that did not work either.
    mod_rewrite is enabled and running on the server.
    I will post the rewrite rules again in the code brackets. Sorry for the long post. - If some one can try them out on their Leopard Server to see if they can get them to work, it would be much appreciated. Again, these work on my Leopard Client but I can't get them to work on Server.
    -- The httpd.conf file posted above is just the default conf file found in /private/etc/apache2/
    <code>
    RewriteEngine On
    Options +FollowSymLinks
    RewriteRule ^(.+)/$ http://%{HTTP_HOST}$1 [R=301, L]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.php(.*)\ HTTP
    RewriteRule (.+)\.php(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.asp(.*)\ HTTP
    RewriteRule (.+)\.asp(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.aspx(.*)\ HTTP
    RewriteRule (.+)\.aspx(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.htm.(.)\ HTTP
    RewriteRule (.+)\.htm.(.)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.cfm(.*)\ HTTP
    RewriteRule (.+)\.cfm(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.bak(.*)\ HTTP
    RewriteRule (.+)\.bak(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.inc(.*)\ HTTP
    RewriteRule (.+)\.inc(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\..(.)\ HTTP
    RewriteRule (.+)\..(.)$ $1$2 [R, L]]
    <code>

  • Photoshop CS5.1 Twain Plugin Doesn't Work

    The twain plugin (for my Canon scanner) had worked in 32-bit mode in Photoshop CS5.
    But the plugin doesn't work with Photoshop CS5.1. I downloaded what seems to be the latest (not sure) twain plugin from Adobe, but no help there, either.
    I get this error message. But the scanner is connected (it worked from another application) and plugged in.

    Yes. I installed the twain plugin for CS5.1, and opened in 32-bit mode.
    Do you have a link for the most recent twain plugin, so I can see if it's the one I downloaded?
    Thanks.

  • Adobe Flash doesn't stop downloading content if told to do so

    Couldn't reply to this: [http://example.com https://support.mozilla.com/tiki-view_forum_thread.php?locale=en-US&comments_parentId=369682&forumId=1#threadId738381], but have the same problem.
    Adobe Flash doesn't stop downloading a once started embedded video if you close the tab/firefox or right click on the embedded flash content and choose Stop Download.
    Only workaround for me so far is to go into my Windows Firewall Advanced Settings and then there opening the Windows Firewall Properties Dialog and '''blocking Outbound Connections in the Private Profile tab''' to stop the flash plugin.

    Hi iris99 ,
    For win 7 64 bit  or win 8.1 64 bit - please download this driver
    - http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-141892-1&cc=us&dlc=en&lc=en...
    Regards,
    PraTH_KR
    Although I am an HP employee, I am speaking for myself and not for HP.
    **Click on “Kudos” Star if you think this reply helped** Or Mark it as "Solved" if issue got fixed.

  • Maya iff plugin doesn't support Alpha when saving

    Now that's annoying... the iff plugin doesn't support Alpha Channel when saving file! And when you open an IFF file with an alpha, generated from Maya for example, the alpha is removed and the transparent parts of the original alpha become punches out the image (so you see the grey checker in the BG).
    I hope someone from the PS team reads this and fixes it. Maya converts all textures to IFF internally before rendering and that slows you down if you have a lot of textures. I was hoping I could do this in PS myself but it looks like I will have to rely on Shake to do it.
    Anybody knows of a drag and drop software that could easily convert TIFF, JPG, TGA or other formats to IFF? I need and easy solution because I don't want to have to convert all my textures one by one.
    Robert
    PS: I posted this as a bug to Adobe...

    I can confirm that if one uses the Eraser tool in Photoshop CS5 to create 0% opacity (100% transparency), the pixel values will be set to pure white.  I have a content-aware plug-in that has to specifically avoid examining pixels if the transparency mask exists and the opacity is equal to 0.
    We can only guess that this was done to reduce saved file sizes or something.  ???  I can imagine the thinking when this was designed/implemented:  "Who'd want to maintain data that was utterly transparent?"
    Clearly someone does.
    What this pixel destruction "quirk" DOES DO, specficially, is blow away the proposal that viewing opacity in Photoshop is completely interchangeable with the maintenance of a separate alpha channel.
    I second PECourtejoie's request to make the 100% deletion non-destructive.  After all, Photoshop now maintains information outside the canvas, why not maintain it in transparent image areas as well?  And if it's compatibility you're worried about, make an Advanced option to toggle the functionality.
    Thanks.
    -Noel

  • Adobe Reader doesn't work after windows 7 update

    Hello,
    My Adobe Reader X was working fine, until one night where Windows 7 automatically updated, and after that Adobe Reader doesn't work anymore. It doesn't respond AT ALL when I click on it, and I cannot view PDF files anymore.
    I uninstalled it, and re-installed it --- still doesn't work. I tried downloading version 9, but still it doesn't work.
    I also tried to do system restore, but somehow it won't let me --- it says it failed to do so.
    When I try to open PDF files in IE 10, it says "There is a problem with Adobe Acrobat/Reader..." and an error code of 103:103.
    Could anyone help me?
    Thanks!

    You can try running cleaner on your machine
    http://labs.adobe.com/downloads/acrobatcleaner.html
    and then again install latest Reader from
    http://get.adobe.com/reader/enterprise/

  • Adobe plugIn

    Hello Experts,
    We have an adobe plugin(importing data from excel to pdf form )developed in older version , when migrated to version8.x.x, While importing
    "Adobe Acrobat 8.1 has encountered a problem and needs to close. We are sorry for the inconvenience." by click here link on the same window
    following message is showing
    AppName: acrobat.exe AppVer: 8.1.0.137 ModName: mfc71.dll
    ModVer: 7.10.3077.0 Offset: 0004d1c2
    If any body know to resolve please help us.

    I suggest you try posting in the Acrobat SDK forum. They will want to
    know what source code line you were on at the time of the problem.
    Aandi Inston

  • Office PDF Print and office PDF creator(adobe plugin) create different line thickness result

    Hi together,
    Office PDF Print and office abobe PDF creator(adobe plugin) create different result. It seems that Adobe PDf creater improves line thickness to 1pt instead of 0,3pt. Is there a setting to change to original 0,3 because this 0,3 are standard line thickness for our documents. with adobe V9 the line was 0,3pt. (we need thin, mid and thick lines)
    After 2 day's google searching this is the last change for hope :-)
    Software Versions
    Windows 7
    MS Office 2007 (12.0.6668.5000) SP3 MSO (12.0.6662.5000)
    Adobe Acrobat X (10.1.7)
    Left: MSO Adobe Plugin / MId: MS Word / Rigth: PDF printed over "print" AdobePDF printer

    Hi Bill,
    Thanks a lot for the fast reply, i have tested it with 300dpi but I didn't get a different result. The bad thing is that not all lines getting thicker. if there is no arrow or ball at the end of the line the line thickness will not change (see Pic). I think this is a Acrobat error, i don't think that this will improve the pdf quality if the progam changes only some lanes and not all to 1pt.
    I Think we must downgrade to version 9.

  • ABAP MAPPING doesn't update immediately after modify ?

    Hi,
    I have developed ABAP mapping in my scenario, but the why the class doesn't effect immediately after i have done some modification in the mapping class.
    is there any step that i have to execute after i have changes the abap mapping code in order to make this class working in my mapping step ?
    Please advise.
    Best Regards
    Fernand

    Fernanad,
    It should ideally...try refreshing the cache....
    Regards,

  • Adobe Plugin not working in Protected mode

    We have an adobe plugin for our application. The plugin creates a toolbar button in Adobe and on clicking this button, it invokes one of the form from our application to save the document record for the PDF file in the database. The plugin was working fine till Adobe 9. It stopped working in Adobe X with proctected mode ON. However, if we turn off Protected mdoe, it works fine.
    I did some research and found that we need to modify the policy rules by creating ProtectedModeWhitelistConfig.txt file and appropriate registry for it. I did those steps and  now I am not getting "Access denied" error when protected mode is ON but the plugin is still not working. On further debug, I found that it fails while trying to connect to SQL Server. It gives error "SSL Security Error". This is working perfectly fine without protected mode.
    Can anyone let me know what are we missing here?

    You may get more answers if you post in http://forums.adobe.com/community/acrobat/acrobat_sdk

Maybe you are looking for

  • Humming noise when I connect my sound card to my band mixer H

    Hello, This is driving me nuts. What I'm trying to do is connect my pc through my Audigy 2 pci card to my band mixer so I can play tracks through my main system. I know the cords aren't the problem because they are high quality and they work fine in

  • Spaces and Exposé don´t work together properly in Leopard

    The very first time I activated Spaces, I defined four windows to be controlled with combined F8 key and right mouse button (the mouse being part of the Microsoft Optical Wireless Desktop 1000). But now I cannot use Exposé to open, say, Safari and Fi

  • All my videos are automatically being saved in iMovie but not in Videos.

    I had a real fiasco with a movie rental on my iPad, and ever since it automatically deleted the rental, my iPad wont save any of the video I take in the Videos app.  All video automatically goes to iMovie now.  Do I need to mention how annoying this

  • Apple logo and nothing else...

    I picked up my iPhone 4 today and was preparing to pass on my 3G to my wife. I had recently upgraded to iOS4 on it so thought that the best option to clear all my stuff off was to select the option to clear my data rather than reset it. This was goin

  • Time Machine Back Up OS X Snow

      Next day making a back up, manually as I have many times. Found this time the system's calculations took the system stored, time machine, and tells me it requires a intire new back up? Shows all info related to the history, last back up-first back