Buttons to lock the other interactive fields after a click. Known issue?

Hi, I'm new to editing pdf forms and made my own experiences here and found this problem.

It started after 10 or if the actions buttons with the mouse, some even with simple javascript added to it.

After clicking on a button (not with action "hide a field" tied to it), all interactive fields (even the same buttons) throughout the document becomes impossible to edit (no matter if they are in number, text, radio, other buttons, list boxes...) when you click, the arrow hits flashes very briefly, followed by the de-selection of the box. The same 'lock' does NOT occur when you click on the other form of boxes such as checkboxes (more than 20) or radio (the file has 3 sets of those) or the one of / increment of keys other fields with javascript.

The only way around it I found was to close and reopen (player) or (editor), switch between edition/visualization tools.

While the editor, it's a minor annoyance for users of forms complete thanks to a reader, it's pretty horrible. Really, I would like to know if there is a way to avoid this.

Is this a known issue? Anyone have a solution or an idea which continues? Impossible to find anything like that around the navigation there must be something about my edit...

Thank you!

EDIT: Specifically, I reduced to buttons that have the action to hide. (And it's quite a decent feature for what I am building here, so different solutions than "don't have not the buttons are hidden when the click on" would be much appreciated.)

Hi, thanks. After trying many things, I found a work around that, this time, is quite good.

Well actually, it's the same thing as establishing a mouse "hide", but a different code path.

I have set up an action, mouse, executes Javascript:

var l = this.getField ("buttonX");

w.Display = display.hidden;

He made all his other click on operations, and the code js it hides. And the other fields are to be filled / clickable.

On the error itself, perhaps something with versions... I noticed using different readers/editors, everyone behaved differently...
But it's done, if someone comes to this impasse, try this, worked for me (God bless js)

Tags: Acrobat

Similar Questions

  • When I select emails in Windows Live Hotmail, I want to remove the delete button and all the other buttons in the same row do not work.

    When I select emails I want to remove the delete button and all the other buttons in the same row do not work. This not only with hotmail, it seems to be with other applications, including on this page at the top where you have "Home, office, int explore" etc...  It happens to be in this part of the page, which can make? I ran anti mailware, anti-spyware and Windows Security Essentials found nothing and they all date please help

    original title: send probs

    Hi cooljae,

     
     
    The question you have posted is related to Windows Live hotmail and would be better suited to the Windows Live community. Please visit the link below to find a community that will provide the best support.
  • I downloaded creative cloud with CC Photoshop, Premiere Pro CS6 and DC Acrobat install however Premiere Pro does not open. When open the button is on the other app, the first Pro app said only "up-to-date". If I click this, nothing happens?

    I downloaded creative cloud with CC Photoshop, Premiere Pro CS6 and DC Acrobat install however Premiere Pro does not open. When open the button is on the other app, the first Pro app said only "up-to-date". If I click this, nothing happens?Capture.PNG

    check your directory program files adobe > first pro cs6 > first pro.exe file.

    (restart the cc app will probably also work.)

  • How to make a form field validate that it is the sum of the other two fields?

    Hello

    I'm creating a form, and I'd like one of the fields to validate by making sure that this field is the sum of the other two fields of the form.  Anyone have any ideas on how to go about it?  I know that I need to run a custom validation script, but I don't know where to start - I have never made one for before validation.

    Thanks for any help!

    OK, here's a sample script that I hope will clearly demonstrate the general approach. It is intended to be the validation script custom field that the user enters the value which is supposed to be equal to the sum of the other two.

    Custom validation script

    (function () {}

    Get the value that the user entered

    sVal var = event.value;

    If it is empty, do nothing else

    If (! sVal) {}

    return;

    }

    Converts a string to a number

    nVal = + sVal;

    Get the values of the fields in the form of numbers

    var v1 = + getField("text1").value;

    var v2 = + getField("text2").value;

    Add them together, rounded to two decimals, converting to the number

    var sum = + util.printf ("%.2f", v1 + v2);

    Compare the value of the sum of the other two fields

    Change the user if they do not match

    If (nVal! == $) {}

    App.Alert ("the value entered does not equal to the sum of text1 and text2. Please correct. «, 3) ;

    If you want the value entered was rejected, include the following

    Event.RC = false;

    }

    })();

    Replace "text1" and "text2" with real field names.

  • Hi, I am trying to download the Lightroom 6 stand-alone version and get the following message just after a click of the extraction area: "the account was registered to another country. Please log out and log in with an existing account for this country.

    Hi, I am trying to download the Lightroom 6 stand-alone version and get the following message just after a click of the extraction area: "the account was registered to another country. Please log out and log in with an existing account for this country. "I'm in Namibia and tried to change my country of Africa, in the USA, but still the same problem. TIA

    Hi Annen,

    Please see the following forum topic.

    Try to buy the trial period in a different e-mail - message error "error in your account order has been registered for another country. Please log out and log in with an existing account for this country. OK ".

    Kind regards

    Sumit Singh

  • Delete the keywords input field after form submission web app search

    Hi all

    I work on a Web site and have a question about a specific page:

    http://tullystattoo.BusinessCatalyst.com/Raleigh-tattoo-portfolio

    My question is: did someone knows a way to erase the form input field "Keywords" after we submit the search form? By example, if I type in a word like 'colour' in the keyword and click the search button, I am presented with pieces of portfolio that include 'colour' in the description. However, the 'color' remains in the keyword form input field, so if I decide I want check the 'grey' and 'technical' rather than 'keyword' search, the color of the Word always remains in the input field. Dies, someone has any ideas on how I might be able to clear this form field whenever a search is performed?

    Thank you in advance - you guys and girls are always great!

    I found an example of a site that has done can be found here: http://planmyplay.co.nz/ but I don't know how they do?

    Hey,.

    It "should" work.

    You need to insert some javascript/jQuery in your scripts.js file

    on one of the empty lines before //Flex cursor init

    You must insert:

    if (jQuery('.webappsearchresults')[0]) {jQuery('#CAT_txtKeywords').val("")}
    

    Basically, it checks to see if there are some search results on the page, and then clears the value of the search box.

    I do not guarantee that it works, but I'm pretty confident that you may need to play a little with it.

    See you soon

    Pat

  • I have two text fields, where the user will sign a text field and the other text field should be mandatory

    I have 2 text fields, and how can I do a condition when the text 1 field is entered, then they must enter data into the text field 2.  I know it seemed simple, but I'm just a beginner in this... Thanks in advance!

    Hello

    I'm sorry, I forgot this matter.

    Please try this code...

    If (this.isNull)

    {

    TextField2.validate.nullTest = 'error ';

    }

    on the other

    {

    TextField2.validate.nullTest = "disabled";

    }

    Hope than that,

    S, candy.

  • Locked the library ID CS6 after again winning 10 computer

    I created a library with all the elements that I use regularly in my drawings. All items have been created in ID CS6, because I bought a new computer (now win 10 Win 7 Pro), I can not delete, change or add items in this library.

    When I opened the library from the InDesign CS6 library folder in the windows program folder, it opens fine, but has a lock in the lower left corner, you can not right or left click, and I can't find one that has a direct easy to follow the answer.

    Someone had this problem?

    Help, please!ID CS6 Library Locked.jpg

    Well, after having totally frustrated, I decided to create a new library, when I went to save the new library, he said that I could not save the library in the libraries folder itself. He said that I have not the power to do, so I closed the libraries folder and open the Security tab on the properties of library folder window, then authorized users, permission to have full access since I am the only user and administrator and weak and here is it allowed me to save the new library so once I realized I could access this issue differently now I decided to see if she had any effect on the original library which was locked and of course, it has been unlocked, it was the file library itself that was the problem, not the files inside the folder library.

    Thank you for all that have tried to help, it can become very frustrating to new computers, it would be nice if everyone played well and help end users with these improvements and changes in different operating systems. I spent a lot of money on this version of the Creative Master Suite 6, so it is not compatible with Win 10 is simply ridiculous for me.

    Once again thanks for the help.

  • How to keep the individual text fields after combining several files

    I created a timeline for 2015. Each month was created separately with a text field for each day of the month for the objectives, intentions, tasks. However, when I merge the files of the month in a pdf, the fields of text in different months work as a single; If I write something on January 14, the same text appears on the 14th of all other months. Therefore, I'm looking for a way to keep each autonomous text field so that this calendar can be a tool for planning throughout the year as planned.

    Use different domains for each month.

  • Lock the other controls in an application

    Hi all

    You are most / all other controls in an application of blocking is how you would programmatically using javascript (or in the config.xml file?)? Searched, but couldn't find what whatsoever.

    Thank you.

    It "can" be done on a BlackBerry Smartphone.  I encourage you to make sure that your username is not blocked in your application

    You can intercept the onHardwareKey event

    http://www.BlackBerry.com/developers/docs/widgetapi/BlackBerry.System.event.html

  • makes the other required fields

    If I select a checkbox, I want to do a drop down field required.

    Use this code as the mouse script to the top of the box (adjust the name of the field in the code to match real field name in your file):

    this.getField("Dropdown1").required = (event.target.value!="Off");
    
  • I want to download Firefox 3.6 on Windows XP Sp3, I have installed Google Chrome and IE8. I have to keep the other two browsers after downloading Firefox 3.6?

    My OS is Windows XP Sp3 IE is OEM. I downloaded Google Chrome recently. I upgraded to IE8 to IE9; that had problems. Having to constantly install security updates, etc. So, I downloaded Google Chrome 9; that I had no problem with him. I used Firefox with Facebook and liked its functions. Now, I've updated my Yahoo! e-mail that recommends Firefox 3.6 for the optimization of Yahoo! I want that FIREFOX 3.6 at my PRIMARY and ONLY browser. Can I safely uninstall Internet Explorer 9 and Google Chrome 9 of my Windows XP Sp3?

    It is strongly advised to not uninstall IE as described in this article. You can uninstall Google Chrome if you want to.

    To make Firefox default browser, see the instructions in this article.

  • Cannot open a custom page on the other page custom after importation.

    Hi all!
    I created 2 custom pages "EITPersonPG" and "EITPersonMainPG" and imported in the SDM repository using import.bat. I created a function to 'EITPersonPG' and he added in the menu. I can open my pages in the menu directly, but when I try to open "EITPersonMainPG" of "EITPersonPG" I get this error:
    "
    oracle.apps.fnd.framework.OAException: no data available for the region (ibsborlas/oracle/apps/by/EIT/webui/EITPersonMainPG).
    ...
    # # 0 in detail

    Exception:
    oracle.adf.mds.MetadataDefException: unable to find the component with an absolute reference = ibsborlas/oracle/apps/by/EIT/webui/EITPersonMainPG, XML Path = null. Please check that the reference is valid and the definition of the component on the file system or in the MDS repository.
    ...
    "
    I executed "(exec jdr_utils.printDocument('/ibsborlas/oracle/apps/per/eit/webui/EITPersonMainPG');" in Sql and it's OK.
    I created a function to 'EITPersonMainPG' and he added in the menu. I can open it.

    I can open "OA.jsp?page=ibsborlas/oracle/apps/per/eit/webui/EITPersonMainPG" from the menu, but it cannot open 'OA.jsp?page=ibsborlas/oracle/apps/per/eit/webui/EITPersonPG '.
    What must I do in order to open 'EITPersonMainPG' to 'EITPersonPG '?

    Thanks in advance.
    Pavel.

    Hi Pavel,

    Instead of

    OA.jsp?page=ibsborlas/oracle/apps/per/eit/webui/EITPersonMainPG

    use

    OA.jsp?page=/ibsborlas/oracle/apps/per/eit/webui/EITPersonMainPG

    You missed a ' / '.

    Thank you
    Anoop

  • I can't get anything to download... the window in the top left corner after double clicking on the THUMB or SAVE the window does not appear.

    This happened after I stupidly deleted some programs I thought that no need to free up space.

    is the preference to show the downloads window download boot enabled in firefox > options > general?

    You can also try resetting firefox (this will keep your bookmarks and passwords).

  • How to make a button turn on the 'real' property while I'm clicking on a row of datagrid mxml App flex4

    Hi friends,

    I'm new to flex, I application web flex4 with mxml tags.

    I hit this place, please give an idea.

    I have a DataGrid with 5 lines and 4columns, and also I have a button (enable property is set to false).

    while I click on a particular line of datagrid then the property enbale button should be change to true.

    where I write the code.

    any suggession or the code snippet.

    Thanks in advance.

    B.Venkatesan.

    Hello

    You can take the help of the following code:

    http://ns.Adobe.com/MXML/2009.

    xmlns:s = "library://ns.adobe.com/flex/spark".

    xmlns:MX = "library://ns.adobe.com/flex/mx" minWidth = "955" = "600" minHeight >

    Import mx.collections.ArrayCollection;

    [Bindable]

    public var Arr:ArrayCollection = new collection ArrayCollection ([{a: "AAA", "BBB" b:}, {a: "111", b: "222"}]);

    public void Activate (): void {}

    BTN. Enabled = True;

    }

    ]]>

    Thank you and best regards,
    ------------------------------------------------------------------------------------------ --
    Vibhuti Gosavi . [email protected] | www.infocepts.com
    ------------------------------------------------------------------------------------------ --

Maybe you are looking for

  • When I opened a new tab I don't want I want google yahoo search

    How can I make my search engine when you open a new tab Yahoo pop up and about as bad as google ASK

  • Gmail does not load in firefox

    Gmail does not load in Firefox browser. I can get it in Internet Explorer. I disabled the Add-ons, extensions, put the theme by default, renamed extensions. ?? files, running in safe mode and a few other options, but it still will not charge. Downloa

  • new 4 TB drive shows 1,678 TB

    I have a HP 2007 d4995t (BIOS Rev 5.08 16/08/07).  I added a new disk Seagate ST4000DM000 (4to).  It shows only 1,678 TB.  I know that the drive is OK (it indicates 4 TB in another cpu).  The controller BIOS SAT1 mode is "RAID".  What is the problem?

  • Recovery of Active - office cannot retrieve the desktop computer

    original title: Active recovery of funds. Active desktop recovery showed on my page of initial start-up after sum it was Martin who knows what doin here, now, they can't fix or solve why this watch!  IV followed the instructions for that my office tu

  • I am trying to upgrade Vista ultimate vista premium edition

    I have a Toshiba Satellite comes with vista premium, I have a retail copy of the addition of vista ultimate (upgrade). the updrade fails with error 0x8007045d. I've updated this book before, but it was made with the help of ms media! I remember the t