In a text box - Guidance Notes that disappears when the user types on?

Hello

I'm looking for a way to add Guidance Notes in a text box - that disappears when the user types on?

Thank you very much

GD

See:

95078.aspx https://Answers.acrobatusers.com/is-Add-Instructional-Text-Text-Field-disappear-clicked-Q1

Tags: Acrobat

Similar Questions

  • (Click two boxes) Text caption of failure that appears when the user double-clicks

    Hello

    I have two boxes a slide is clicked > the first click box is a simple click and the failure text caption is enabled > the second click box is a double click action, and the legend of the failure is not enabled.

    When a user double-clicks on the second, click on the box that the legend of the failure is displayed from the first caption text.  I'm cpatibvate is picking up the second click of the double click and so incorrect display in the first legend.

    Is there a way around this problem?  ISome contribution to this issue would be greatly appreciated:

    Double click problem.JPG

    Clickboxes are set up so that if you have the legends of failure turned on, then a click outside the click box triggers the failure criteria.  So if you have two of them on the same slide, each will be considered a failure if you click on it.

    Buttons work a little differently, then you can try to use the transparent buttons instead.

    Another alternative is to use the widget event handler, which allows to implement various widgets to listen to different mouse events.  The beauty of these widgets is that you have much more control over the criteria of rupture because you can specify events of different mouse for the success and failure on each of them.

    Find out here: http://www.infosemantics.com.au/eventhandler

  • How to make a text field required at run time when the user clicks on the box?

    I had a form, there are several checkboxes fields and the text associated with the check boxes. If the use clicks on the checkbox then partner

    text fields should become mandatory. I tried the change event and the click event of the boxes. There is error in the onChnage event and I got some odd results in the click event on. Sometimes, if the user clicks the check box, then for the 1st time the field is not required, then the user onclicks the box and when the user clicks the check box for the second time the field becomes necessary, but if I turns off the option highlight the field and selects the field becomes necessary even if the user onchecks I am totally confused! To add that I have also written an incorrect code always I reached the goal? How it can be possible. I write the codes below, please help me because I am working under a deadline from the client.

    onChange event:

    var = this.boundItem (xfa.event.newText) newVal;
    if(newVal == 0)
    {
    xfa.resolveNode ("form1. Subform0.Subform1.Subform9.Subform10.Table48.Row4.Purchasecost3_1'). validate.nullTest = "disabled";
    }
    on the other
    {
    xfa.resolveNode ("form1. Subform0.Subform1.Subform9.Subform10.Table48.Row4.Purchasecost3_1'). validate.nullTest = 'error ';
    }*/

    For the onClick event:

    var a = xfa.resolveNode ("form1..") RawValue Subform0.Subform1.Subform9.Subform10.Table48.row2.CostItemRecovere d_OnlyEnergyCharges");
    App.Alert (a);
    if(a == 0)
    {
    xfa.resolveNode("form1.Subform0.Subform1.Subform9.Subform10.Table48.Row4.ComplianceCheck__L1_1").validate.nullTest = 'error ';
    }
    if(a == 1)
    {
    xfa.resolveNode("form1.Subform0.Subform1.Subform9.Subform10.Table48.Row4.ComplianceCheck__L1_1").validate.nullTest = "disabled";
    }

    Please help someone!

    Hello

    You may need this resolved at this point, but here are a few tips.

    An example of a loop in a dynamic array is here: Re: how to make invisible/visible or hidden columns with checkbox?

    You are usually not necessary to resolve the nodes, especially when the script object is in the same table as the target objects.

    For example if the table was not static your script could be simplified:

    if (this.rawValue == "1")  // this object is in Row2
    {
         Row4.ComplianceCheck_L1_1.mandatory= "error";
    ...
    }
    

    However because you will be to loop through all the rows in the table repeatable instances / then you need to resolve the nodes. Take a look at the example above.

    In your script, you have to Row8 Row4. I don't know if this is repeatable or just some of them. If we take Row4 as being repetitive, then you can apply the following to all repeatable lines.

    var vRow4 = Table48._Row4.count;
    console.println("Row4: " + vRow4); // You can delete this or comment it out after testing
    
    if (this.rawValue == "1")  // this object is in Row2
    {
         for (var i=0; i
    

    I have not tested, but it should be close to work.

    Good luck

    Niall

  • Background image disappears when the user scroll down

    Hello

    Here is a class that paints a picture as desktop wallpaper. My problem is that if a vertical scrolling is on the screen, when scrolling down the background image does not scroll also. Is it possible to repeat the background so that it is always on the screen when the user scrolls down.

    Thank you.

    SerializableAttribute public class BaseVerticalFieldManager extends VerticalFieldManager {}
        
        
    public BaseVerticalFieldManager (long style) {}
    Super (style);
    }

    Public Sub paintBackground (Graphics graphics)
    {
    graphics.drawBitmap (0, 0, Display.getWidth (), Display.getHeight (), Constants.BACKGROUND_IMAGE, 0, 0);

    }
        
    }

    adrianeireyahoo wrote:

    Public Sub paintBackground (Graphics graphics)
    {
    graphics.drawBitmap (0, 0, Display.getWidth (), Display.getHeight (), Constants.BACKGROUND_IMAGE, 0, 0);

    }

    The values highlighted are wrong - you need to keep track of the Manager scroll position. In addition, using Display.getWidth () and Display.getHeight () isn't exactly smart - use getWidth() / getHeight() Manager itself.

    In short, the correct code would be:

        public void paintBackground( Graphics graphics)
        {
            graphics.drawBitmap(getHorizontalScroll(), getVerticalScroll(), getWidth(), getHeight(), Constants.BACKGROUND_IMAGE, 0, 0);
        }
    
  • A pointer that moves when the user navigates screen

    I have a screen that contains different fields/images. Some of them are focusable and others are not. Is it possible to print/display an arrow pointer that moves as the user moves the wheel?  And the arrow pointer can be on the oilfields focusable and non-focus when the user stops and wheel.  It's like the pointer inside of a browser (office or by phone).

    Is there a simple way to do this, or it will be complicated in a way...

    Thank you

    Man

    Complicated enough without doubt.

    You can override moveFocus() to set the position of the cursor. You need to avoid moving focusable developed by calling fields do not super.moveFocus (). If you want to set focus when you click, you could get the cursor position and then go the extra fields and call XYRect.contains(x,y) with their Field.getExtent ().

    When scrolling you have to make sure the cusror is visible by calling setVerticalScroll(), setHorizontalScroll(), or maybe just Screen.scroll ().

  • Flex 4 text box of spark that expands to the right height

    What is the best way to get a simple < s:RichText area that extends to the correct height of the text property?

    not sure RichText about, but I know that textarea has an auto calibration property to dynamically resize the text area based on its content.  That's what you're asking right?

  • Entry text box does not work properly when repeating the Quiz

    Dear user of the Adobe Captivate Forum, I use Adobe Captivate 8. I created a slide with eighteen TEB on a slide. User must confirm with the Enter"" key. If the user tried the first time, it works great. The results of Quiz Slide, I gave the user the opportunity to try again. After a few field blocking the system. Sometimes she only maybe it happens after 7 fields, sometimes, it happens after 9 fields. It's always different. I had this experience by testing with an executable file. I tried on different computers. In the Quiz results slide, by activating the slide, I have the top variables to 0. There are no specific options in all areas. Could you tell me your experience or send me a feedback? Thank you very much for your efforts. Cordially to Leobersdorf in Austria.

    ICH muss mich entschuldigen, Gerhard. I do not work for Adobe, just a user of Captivate (freelance consultant/trainer), I cannot accept the debug files. You can post screenshots, or more details in this forum and I'll try to help out you.

  • Default text that disappears when you click on in to.

    Is it possible to include the default instruction text in a text field that disappears when the user clicks on the ground for their type information, and if so it may reappear if the person does not add data and click on the text field?

    Thank you.

    Hello

    Sample of BR001 captures the text of the ToolTip in the accessibility palette.

    The main part of the script is one that put you in the initialize event.

    this.execEvent ("exit");

    This.format.Picture.Value = "null {'}" + this.assist.toolTip.value + ""} "";

    Other scripts for text etc colors are optional.

  • Empty text box is not progressing

    Hello

    I have a slide with 5 text boxes. I don't want the user to be able to move forward until all these are filled.

    I tried to create an advanced interaction which I can't seem to work.

    Did I miss something?

    The peak action is integrated with a click of a button

    IF

    Box1 is empty

    Box2 equals empty

    Box3 is empty

    Box 4 is empty

    Box5 equals empty

    Actions

    Displays the error message (this is a graph of data warning do not)

    Continue

    On the other

    Hide the error

    Go to the next slide;
    ,

    I can get it to work once, the error box appears, but after that the button does not work and no errors appear.

    I would really like to just reload the page.

    What Miss me?

    Thanks in advance.

    VIKI

    Because you are using only SHOW or HIDE error messages, you must create a user click on something else to run another tip Action to make the legend comments disappear and start another instance of the conditional action to do anything else.

    There is no event in Captivate, which allows you to perform an action based on the time that will happen AFTER x number of seconds.  The user must do something.

    Your only alternative is to place the feedback on separate slides and do your jump conditional Action the user on the slides, then have the Slide action leaving jump them to the original slide when its chronology runs.

  • How to create instruction text that disappears in the fields

    Hello, all.  I'm a noob in the hope of getting some help creating a form.

    My idea is to have the instruction text in a form field that tells the user what type of information to understand, but then have this text disappears when the user accesses the form (be it on click, or by typing the first character, or something else).  I'm sure it can be done with javascript, but as a noob, I have no idea how to implement such a solution.  Any hints/help would be appreciated.

    Thanks in advance,

    /TW

    Here's what I've used in the past:

    var message = "Please enter your name here:'"

    If (event.value == ") {}

    Event.Target.Display = display.noPrint

    Event.Value = message

    } else {}

    Event.Target.Display = display.visible

    }

    Add this to the "Custom Format Script" for the field that you want to view and edit the message according to your needs.

  • RH2015 problem with text box placed remaining in Place on the Image

    Using RH2015 I find a text box placed over an image and set a trigger of the text in the content to the top of the image page to display / hide the (effect) positioned text box when you click on. The issue I see is that the text box is not positioned compared to the image on which are superimposed. Is the placement of a text box positioned compared to the outbreak, in this case, rather than the image you like? I use a reagent HTML5 output would therefore have a solution that would elapse from the position of the image and the changes in scale, remaining anchored.

    Hello

    What is the ultimate goal? Click on the image and see the text?

    I ask because there may be a better way to achieve the goal.

    Personally, I have never had anything but bad using positioned text boxes.

    See you soon... Rick

  • Text boxes do not appear when exported to interactive PDF

    I am working on a form of several page that uses 10% gray boxes to indicate the places where people can enter their answers. I made sure all the boxes are checked as "Printable" whereas they should appear when I export to interactive PDF and print. However, when I export to interactive PDF, some mailboxes displayed. I tried save the file as a .idml, opening and export from there, but some original boxes appear and new boxes are not displayed. Anyone know how I can get all the boxes to show?

    Figured it out! All the text boxes need to have a different label. For example, you can't text boxes on pages that carry the two NOTES.

  • Effect of scrolling text box does not

    I am designing a Web site that uses scroll opacity effects and there is a text box that I've created to fade at the bottom of the page when the user scrolls. However, although this effect worked well yesterday, it stopped today, the text box is simply invisible. (screenshot below). The strange thing is the price is also a text box using exactly the same effects of opacity still scroll which seems in good condition. I will note that the area of text without appearance was originally a block of text related to the use of system fonts, which has since been converted to web fonts. Please can anyone provide any assistance or advice to solve this problem?

    2016-01-19 (3).png

    Thanks for your reply. The problem occurred again even after a new text box has been created, but after several tries it now seems to work again.

  • scrolling text box do not.

    I'm currently having problems with text boxes

    I have two text boxes on stage.

    one is a type of entry.

    the other is a dynamic type, Multi line, active scroll and a scroll attached bar.

    The two are set to use device fonts.

    When I run the code doesn't do not scroll the text and the newer lines are not visible once reached outside space view-able. Unless the text is filled both horizontally and vertically.

    btn.addEventListener (MouseEvent.CLICK, snd);
    function snd (e:MouseEvent): void {}
    += Word.Text ((input.text) + "\n");
    }

    Here is a download of the FLA, so you can see what I did exactly.

    https://www.dropbox.com/s/tzha43452q0g1x3/FixIt.fla?DL=0

    The problem is that if I hit clear, then fill the area it won't scroll.

    Give an instance name to the scroll bar and update when you add a new text use: scrollBarName.update ();

    += Word.Text ((input.text) + "\n");

    scrollBarName.update ();

  • Audio, attached to the text box does not restart when you click the Replay button

    Hello

    I'm currently having problems with audio / reading slides. The characteristics of sliding replay I tried (listed below) read the images and text boxes, but the audio attached to text boxes do not restart, continue as if nothing has happened during the synchronization of text boxes and images have been reset. This happens also with videos and flash files - the slide reads but the videos and flash files continue to play.

    The two replay options slide, I tried:

    With the help of a widget: http://www.cpguru.com/replay-slide-widget-for-adobe-captivate/

    Advanced use of stocks: http://www.youtube.com/watch?v=vhT7B5I3fw8

    Is there a setting I can change to make audio/video restarts along with other objects on the slide?

    Thank you!

    I thought about it--(yay!)

    Here is a screenshot of the code that worked... need to replace a 'framework' with a 'landslide' command command

Maybe you are looking for

  • Update IOS 9.3.1 iPhone 6s has lost the email/contacts/calendar

    I have iPhone 6 s.  9.3 9.3.1 update last night.  Today my phone crashed, turn walk, walk and finally got it, but contacts, all e-mail and calendar accounts are gone.  Apps seem to be there.  Problem started when I connected my iPhone to the computer

  • HP Pavilion Elite HPE - 590uk Desktop PC - graphics card

    Hello I have a 'HP Pavilion Elite HPE - 590uk Desktop PC' and seeks to update the graphics card - what is the maximum power of the graphics card can I install? The 420 has a request of 50W - would I be able to switch to a 660GTX to 150W?

  • software analog VI in LabVIEW 8.0

    I have an old card PCI-6036E. In LabVIEW 7, it is possible to trigger an acquisition using waveform GOT scan VI, which is able to perform a 'software analog' trigger. Is there something similar in LabVIEW 8.0?

  • Update KB977839 646 error message. Don't download, update just issued today.

    Windows KB977839 update download error 646?

  • B210 ink

    HP support does not recognize my serial number, I'm trying to understand what ink cartridge buy on Amazon. I know that there are 564; and I prefer the size xl. If it takes new style (e.g. cn684) or what is called the old (e.g. cb322) I can't find inf