Rect drawn using AVToolRec is not working on acrobat 10.

Hi,
I need to draw a rectangle from mouse start to end.I have created tool and it is working fine on acrobat 6.but for acrobat 10 when i drawn
rect using this tool then rect is not visible.Is anything need to add to the tool for acrobat 10 so that rect is visible?
void SetUpSignTool(void)
/* Set up the AVToolRec.  Don't forget to set the size field! */
memset(&gMaskingTool, 0, sizeof(AVToolRec));
signTool.size = sizeof(AVToolRec);
signTool.Activate = ASCallbackCreateProto(ActivateProcType, &SigningToolActivate);
signTool.Deactivate = ASCallbackCreateProto(DeactivateProcType, &SigningToolDeactivate);
signTool.GetType = ASCallbackCreateProto(GetTypeProcType, &SigningToolGetType);
signTool.AdjustCursor = ASCallbackCreateProto(AdjustCursorProcType, &SigningToolAdjustCursor);
signTool.DoClick = ASCallbackCreateProto(DoClickProcType, &SigningToolDoClick);
signTool.ComputeEnabled = ASCallbackCreateProto(AVComputeEnabledProc,&SigningToolIsEnabled);
signTool.computeEnabledData = NULL;
AVAppRegisterTool(&signTool);
Please Help me.
Regards,

Tool created for rect drawn is working fine on acrobat 10 which installed using stand alone Acrobat.
but same plugin when i use on another machine with acrobat 10 which comes with CreativeSuite 6.o then tool is not working properly.

Similar Messages

  • Extract pages using control click not working in acrobat 9.4.5

    I have been using Adobe Acrobat Standard 9.4.5 for about 2 years to scan and archive documents.  Usually, I scan a stack of invoices then select pages by clicking on the first one, then holding down the control key and selecting additional pages.  Suddenly, this selection method is no longer working.  I click on the first page, then hold the control key down and click on the next (but the first page is then released).
    I am not sure if I accidently changed a setting or something.  Control selecet works in other windows programs.
    Please help, I use this feature daily and do not know what happened.

    Never mind - just found the major thread addressing the same issue.

  • After installing iPhone Configutilities in my Mac, Personal Hotspot using USB is not working! Please help, I am using 10.7 Lion OS

    After installing iPhone Configutilities in my Mac, Personal Hotspot using USB is not working! Please help, I am using 10.7 Lion OS

    Did you talk to your carrier?

  • Windows Server 2012 - Printing using UNC path not working

    Hi,
    I have a problem printing using the printer's UNC path ("\\Server_Name\Printer_Hostname") to work with a web
    app hosted on IIS 8. With a windows forms application the UNC path is working fine and the app prints.
    With
    the web app I receive an error "The data area passed to a system call is tool small". 
    Also,
    in the event viewer under Applications and Services Logs -> Microsoft -> PrintService -> Operational, I receive the error "The print spooler failed to reopen an existing printer connection because it could not read the configuration information
    from the registry key S-1-5-82-1980832875-2702362896-1795126167-3622310632-1152289074\Printers\Connections. The print spooler could not open the registry key. This can occur if the registry key is corrupt or missing, or if the registry recently became unavailable."

    I have contacted IIS forum support.
    Please review the link: http://forums.iis.net/p/1213109/2079229.aspx?Re+Windows+Server+2012+Printing+using+UNC+path+not+working
    Their final response:
    Printing from ASP.NET using System.Drawing.Printing itself is a horrible approach, as this namespace was designed for Windows Forms only. The designers did not take everything about ASP.NET in mind, so any issue can happen. That can answer why the HP model
    works while the Samsung fails, as the HP one just "happens
    to work",
    http://msdn.microsoft.com/en-us/library/system.drawing.printing.printdocument.aspx
    Similarly, System.Printing was designed just for WPF.
    About which printing API to use in ASP.NET/IIS, there is no clear answer so far. Thus, your only resource is Microsoft support, who can perform further analysis (with their dedicate utilities and of course Windows source code) and might come across a solution
    to help you out. This is not a trivial scenario.

  • Where used list is not working for IMG nodes/Document   in solar01

    hi experts
    In template project , we are using same IMG objects in different business processes and subsequent configuration document is attached to each IMG node in configuration tab.  ( like same IMG node  -  define order types used in different business process configuration tab )
    when i use " where used list " from the configuration tab , its not showing the IMG objects  used in different business processes in the same project. whereas its showing the IMG nodes used in the different project.
    I need to find out the same IMG objects/ document  used in the same project using the " Where used list " button.
    Please provide your answers
    Note : we have linked one configuration document to same IMG nodes used in different business. " where used list " also not working for documents as well
    Thanks
    Sol man

    Hello there,
    I just tried some tests and couldn't face any problem with locating other usages for the objects in configuration tab.
    You mentioned a configuration document, so have in mind that the document usage will only be considered if it is a link to the same document and not just a copy.
    e.g:
    Here I created a document in this node:
    Then I added it as a link here:
    and as a copy here:
    When I go back to the original node and use the where-used, it'll only show the original and the link:
    This happens because after copying a document, it is considered as a new one instead of another usage of the original one.
    best regards,
    Fabricius

  • I keep getting a message that my ipad could not be activated because activation server is unavailable and when i try to use itune its not working as well.Plssss help

    i keep getting a message that my ipad could not be activated because activation server is unavailable and when i try to use itune its not working as well.Plssss help

    Has this iPad ever been jailbroken, had the OS rolled back, or used a beta version?

  • Validations using OB28 is not working for GL posting using FB01

    Hi Experts,
    Validations using OB28 for posting using FB01 is not working.
    My requirement is after entering a line items and click post validations should be triggerd.
    i want to block a posting based on document type.
    i have maintained as below..
    Prerequisite.
    ( BKPF-TCODE = 'FB50' OR BKPF-TCODE = 'FB01' ) AND (
    BKPF-BUKRS = '1000' OR BKPF-BUKRS = '0001' OR
    BKPF-BUKRS = '0002' ) AND BKPF-BLART = 'XX'.
    check.
    Used userexit to check sy-ucomm = 'BU'  (for posting).
    entries are maintained in OB28 for relevant company codes.
    it is working for FB50 but not FB01.
    same thing i tried to maintain at header level as well as item level. but it is working only for FB50 but for FB01.
    Please help me.
    Regards.
    Venu.

    Hi Venu,
    Go to GGB0 and expand the navigation till you reach the validation name of line item level and choose menu item *Validation -> Simulate.
    Here you can enter the inputs, those you are entering while doing FB01 and execute it.
    Then in the results, you will have the log for each step of your total validation of line item level.
    Check , whether your questioned STEP's pre requisite is met and check is not fullfilled.
    Accordingly you can make the changes to the STEP.
    This info may help you.
    Regards,
    Srinivas

  • SDK not work in Acrobat X

    I was using AcroAVDoc::FindText to find particular text and in Acrobat 9. The SDK work fine and will be scrolled and highlight the text. However, the same code not work in Acrobat X. Anywork have any idea how to make it work. Thanks.
    The code as below:
    Dim pdAVDoc as AcroAVDoc
    pdAVDoc.FindText("End Of Statement")

    So you're also implying that my code is fine and should work as far as you know?

  • Sendmail does not work in Acrobat 9.5.1.

    Acrobat 9.5.1
    OS 10.6.8
    The Sendmail feature does not work - when I try to attach mail, I get a warning:
    "The SendMail doesn't know how to talk to your default mail client.  Please select a different mail application to use."
    1.     Surely this should work?
    2.     How do I select a different mail application?

    This does not work in Acrobat XI either for Office 64bit (Office 2013 64 bit)
    Does anybody know the fix for this?
    I called tech support today but they dont seem to know anything about the error although its a known issue with all previous versions of Acrobat for serveral years now.
    I really need to make this work, there is a random google post where I have ot make some regedits, but why can't Adobe fix this known issue since it is nothing new?
    My basic understanding at this point is that even Acrobat XI is a 32 bit app and the programmers at Adobe still dont know how to write the API to talk to a 64bit mail client?
    I really need some help on this if anybody has a real solution.
    Thanks!

  • Acrobat 7 plugin not working in Acrobat 8

    Hi,
    I have developped a plugin that run correctly in Acrobat 7.
    But if I use it in Acrobat 8 some fucntions are not working.
    Are there incompatibilities between versions ?
    Thanks

    Yes I have just tryed recompiling with SDK 8 Headers fles but it is worst. I have more functions that don't work.
    Functionnalities not working in Acrobat 8 :
    - Creating toolbars described in an xml file
    - When cliking a toolbar button updating a toolbar menu (the anchor button is well created but the menu is not attached to it)
    Thanks guys for your help

  • Hyperlink that contains backslash is not working in Acrobat Reader 8 and 9

    Hi,
    Does anyone know why a hyperlink that contains backslash is not working in Acrobat reader 8 and 9?
    I created a document in Indesign CS and it contains hyperlinks that open up files from network drive so they contain backslash (for example: c:\foder\forder\filename.jpg). All the hyperlinks work in Acrobat Reader 6 but not in Acrobat Reader 8 or 9.
    Anybody could share the solution would be very much appreciated. Thanks!

    Did you ever figure this out? I am also having problems with the "No Hand" javascript which turns off the (not very helpful) page-forward hand icon (a hand symbol with a down arrow) which confuses our users when in fullscreen mode. We create interactive PDFs and everything worked fine up to Acrobat X/Reader X. Now in XI it doesn't allow the internal link icon (pointing finger) nor weblink icon (pointing finger with W) to appear. It just remains a plain o’ hand icon no matter what you mouse over even though there are links present.

  • Reverse Printing Does not work in acrobat 9 pro

    Can anyone help with this? any suggestions?  I am trying to print a PDF portfolio. I need them to print in the reverse order they are currently printing in and checking the box Reverse pages does nothing??

    This does not work in Acrobat XI either for Office 64bit (Office 2013 64 bit)
    Does anybody know the fix for this?
    I called tech support today but they dont seem to know anything about the error although its a known issue with all previous versions of Acrobat for serveral years now.
    I really need to make this work, there is a random google post where I have ot make some regedits, but why can't Adobe fix this known issue since it is nothing new?
    My basic understanding at this point is that even Acrobat XI is a 32 bit app and the programmers at Adobe still dont know how to write the API to talk to a 64bit mail client?
    I really need some help on this if anybody has a real solution.
    Thanks!

  • Exporting from PDF to Word 2010 is not working in Acrobat 8

    Exporting from PDF to Word 2010 is not working in Acrobat 8.  I'm getting the following errors/messages.  Any suggestions?
    The instruction at “0x29034c05” referenced memory at “0x0000030”. The memory could not be “written”.
    Click OK to terminate the program 
    Click onCANCEL to debug the program
    Runtime Error!
    Program: C:\Program Files\Adobe\Acrobat 8.0\Acrobat\Acrobat.exe
    R6025
    -pure virtual function call

    Not supported by Acrobat 8. Supported by Acrobat X.
    Be well...

  • ALT+TAB key not working in Acrobat CC

    In PC, ALT+TAB key not working in Acrobat CC version...PLs. suggest your best ASAP

    How does this connect to the Acrobat SDK? Are you a programmer?

  • FORMULA=USING/TOTAL IS NOT WORKING IN BPC NW.

    Hi,
       I am doing Migration project from  BPC MS to BPC NW 7.5. In this I am not able test the Allocation formula.
    FORMULA=USING/TOTAL.
    Here in this  Total is not working. The final result same as USING combinational value. The formula is working for USING combination like FORMULA=USING/100,USING*100....,
    WHERE=WHAT* USING/TOTAL.Let me know is there any solution for this.Could you please update me on this.
    Find the below sample code for the Allocation Logic.
    LOGIC:
    *RUNALLOCATION
    *DIM P_ACCT WHAT=CE0004010; WHERE=CE0004020; USING=CE0004030; TOTAL=CE0004210
    *DIM CATEGORY WHAT=PLAN; WHERE=PLAN; USING=PLAN; TOTAL=PLAN
    *DIM P_CC WHAT=India; WHERE=India; USING=India; TOTAL=India
    *DIM P_DATASRC WHAT=UPLOAD; WHERE=UPLOAD; USING=UPLOAD; TOTAL=UPLOAD
    *DIM P_ACTIVITY WHAT=Repair; WHERE=Repair; USING=Repair; TOTAL=Repair
    *DIM RPTCURRENCY WHAT=LC; WHERE=LC; USING=V; TOTAL=LC
    *DIM TIME WHAT=2009.JAN; WHERE=2009.APR; USING=2009.MAR; TOTAL=2009.MAY
    After exccuting this formula and by observing the Formula Log one record write back message displayed.
    Thanks and Regards,
    VC kRISHNA.

    Hi,
       Please find the below Allocation logic. Here in this case also getting the same out put. The whare combinational value same as using. This Allocation Logic and the previous one is working with out fail in the MS version. Let me know is this may be a product issue. Could you please update me in this.
    Logic:
    *RUNALLOCATION                                   
    *FACTOR=USING/TOTAL
    *DIM PROJECT WHAT=BAS(CorpBudg_Project); WHERE=[SCTSQ1]="Y"; USING=<<<; TOTAL=No_PPC                                        
    *DIM ENTITY WHAT=PC10102106; WHERE=NO_PCENTER; Using=<<<; TOTAL=NO_PCENTER                                        
    *DIM ACCOUNT WHAT=BAS(Corp_Budg_Accnts); WHERE=880014; USING=<<<; TOTAL=<<<                                                  
    *DIM DATASRC WHAT=INPUT; WHERE=<<<;USING=<<<; TOTAL=<<<
    *DIM RPTCURRENCY WHAT=LC; WHERE=<<<; USING=<<<; TOTAL=<<<          
    *DIM CLIENT_GROUP WHAT=1010; WHERE=<<<; USING=<<<; TOTAL=<<<     
    *DIM CATEGORY WHAT=BUDGET; WHERE=<<<; USING=<<<; TOTAL=<<<     
    *DIM INTCO WHAT=Non_InterCo; WHERE=<<<; USING=<<<; TOTAL=Alloc_PC10102106                                   
    *DIM TIME WHAT=BAS(2011.TOTAL); WHERE=<<<; USING=2011.BSS; TOTAL=<<<
    *ENDALLOCATION
    *COMMIT
    Thanks and Regards,
    Krishna.

Maybe you are looking for

  • Ship contact phone- Print PO

    Hi, I have developed a Print PO report using Standard Java concurrent Program that generates XML. I am trying to add ship_cont_phone in my PO and I inserted this XML element in my report. How ever when I run this report I don't see any Phone number a

  • Portlet Url writing with a Weblogic Server as WSRP Producer

    Hi there, I’m having problem to find out which API I have to use to make my producer write the URL using the consumer’s urlTemplate. I have a basic Struts portlet with two forward (to a JSP) actions, I need to find a way to use the urlTemplate fr

  • Is there a way to recover the spfile if I remove the spfile?

    Hi, Is there a way to recover the spfile if I remove the spfile? I did a rman full db backup. thanks.

  • Oracle Text index

    Hi, I created an oracle text index on 10G database on a fairly large table (59 Mil recs) but when i go to Analyze it, i get the ora-29864 error message 'analyzing domain indexes marked LOADING/FAILED not supported'. The status of the index is valid.

  • Is there a way to define Ctrl-Tab as a keyboard shortcut?

    SQL Dev 4.1EA2 / MacOS I want to bind the MacOS standard Ctrl-Tab / Shift-Ctrl-Tab to next/previous window, but when I try to the Tab keypress gets taken as a window navigation and it tabs onto the Help box: If it can't be done through the UI, can I