Adobe Plugin - mouse click event on image

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

  1. #1

    Default Adobe Plugin - mouse click event on image

    Hi all, i am new to plugin development. How to write plug in application from the scratch. please explain procedure step by step.

    Thanks in advance
    Madhav@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Adobe plugin For Mouse Click Event Handler
      Hi All, How to write plugin For Mouse Click Event Handler? Please reply quickly.. Thanks in Advance
    2. How to Create Plugin application for mouse click event on image?
      Hi, i am new to develop plugin application. i want to develop plugin for mouse click event on image and show respective co-ordinate of location. i am...
    3. Click event on Image Control
      Hello , There is an Image control created on the page, the logic: when user clicks on the Image, it needs to perform some action(such as calling...
    4. list box with mouse click event?
      When the user clicks an item in the list box, i want to fire the click/change event and invoke another ASP page. But is it client side javascript...
  3. #2

    Default Re: Adobe Plugin - mouse click event on image

    Is there a reason you have posted this request 4 times in the same forum? You only need to post once.

    Download the SDK. There are many examples of fully-functional plug-ins included with it, as well as all the documentation and references you will need to learn how to create your own. Or is there a specific part of the SDK or documentation you don't understand that you need help with?
    PDL@adobeforums.com Guest

  4. #3

    Default Re: Adobe Plugin - mouse click event on image

    Hi PDL, Thanks for reply..
    I have seen all sample application. i got mouse click plugin application sample(i.e. SelectionServer) but it can't help me bcoz it give image selected area. i have required mouse click image coordinate. when i click on image , it should give me respective coordinate of image. Please give me sample code for this.

    Thanks in advance
    Madhav@adobeforums.com Guest

  5. #4

    Default Re: Adobe Plugin - mouse click event on image

    All the information you need is contained in the SDK. Have you read the documentation about how to get information about images?
    Leonard_Rosenthol@adobeforums.com Guest

  6. #5

    Default Re: Adobe Plugin - mouse click event on image



    Please give me sample code for this.




    Uh, please give me money if you want me to do your work for you. ;)

    No, seriously, the API Reference and the PDF Specification give you more than enough information to return coordinates from a click - which parts are you having trouble understanding? If you tell us what you don't understand about how it works, we can help you figure out how to make it work. Teach a man to fish and all that...

    If it is a time-sensitive project, please see this post about logging a case with Adobe Acrobat Developer Support - they'll be happy to help you in a timely manner.

    <http://www.adobeforums.com/webx/.59b68c9a>
    PDL@adobeforums.com Guest

  7. #6

    Default Re: Adobe Plugin - mouse click event on image

    Hi All, i got solution from Acrobat SDK Sample application.

    Thanks for reply...
    Madhav@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