problem with non modal ADM dialog

Ask a Question related to Adobe Acrobat SDK, Design and Development.

  1. #1

    Default Re: problem with non modal ADM dialog

    How do you get the first parameter for sADMDialog->Modal, sADMPluginRef. I have been struggling for a while.
    Thank you in advance.
    SeanWang@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Parent window for modal dialog
      What is the best way to get a parent window for a modal dialog? Currently, I am using the following code: HWND hParent =...
    2. Modal Dialog
      Hi <base target="_self"> Or place a iframe in the dialog and host the page there -- Best Regards Vidar Petursson...
    3. Modal dialog Filters under X?
      I've been trying to write a ModalDialog filter under OSX. The reason is that I need to create an external code for InstallerVISE that will...
    4. Modal Dialog Popup from WebControl - What is wrong with this...
      http://www.aspfaq.com/show.asp?id=2257 "Jim Mitchell" <jim_mitchell@mindspring.com> wrote in message...
    5. Submit form from modal dialog
      Hi, I have a web page that opens a modal dialog (client side) in the following manner ...
  3. #2

    Default Re: problem with non modal ADM dialog

    Let me clarify my question.
    I am using the plugin sample code provided in the SDK to develop my own plugin. I someone get sADMPluginRef from third parameter, "message", passed into the PluginMain function. But I could find it. instead, I saw something like this in the PIMain.c file.

    ASBool CALLBACK PlugInMain(ASInt32 appHandshakeVersion,ASInt32 *handshakeVersion,PISetupSDKProcType* setupProc,void* windowsData)

    Would you please give me a hand. I have been stuck here too long.

    Thank you very much.

    Sean
    SeanWang@adobeforums.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139