CP9: Text entry box: Lost Focus displayed when you click Submit

Hello

I seem to have problems with my text entry areas (TEBs).

Sometimes, these problems do not appear all the time.

Later a being that when I click on the button the Focus Lost text caption is displayed.

I came across the question when you work on a project, so I decided to 3 slides project to test.

1 BER on the screen.

  • Success goes to the next slide.
  • Failure displays caption built-in failure.
  • Focus Lost shows a text caption.

Slides mask lost Focus of text caption at the entrance.

No advanced actions.

Timeline shows just TEB and lost legend for Focus text.

CP9 TEB Focus Lost.jpg

CP9, project that is unresponsive (a new project - only 3 slides), project preview & Preview in the browser. have not yet published.

I deleted the slide and added a new slide.

I deleted the cache and reset the preferences.

Concerning

Donal.

The way you described the configuration and screenshots, it seems to be behaving exactly as it should.

I was expecting to see THE text caption every time that you click the submit button.

Should the lost Focus event fires when the cursor was placed in field ETB and then you move outside this field and click on anything, which of course would include by clicking on the button submit of the BER itself.

So far I don't see any bug or issue here.  Can you describe what you think that SHOULD be the case?

Tags: Adobe Captivate

Similar Questions

  • Need content that is displayed when you click on...

    I need help with something I want to muse that I imagine is very simple, but I don't know even where to start with it.

    If you go to this page: front desk you will see a man and when you hover over the gray trigger boxes, you see a pop-up dialogue bubble, each trigger has a different speech bubble.

    The problem is I want the first bubble to appear as soon as you click on the man and then when you click again you see a bubble of different dialogue etc etc.

    Is there a simple way to do this?

    Thank you!

    Very interesting site first. Once you start should be the site of the day without problem.

    in any case, unfortunately you will need to come up with a creative way to display all the four individual links for bubbles with Muse. I don't know if it will work, but you can try to triggers in the composition of a few slideshow. Then when the user clicks on it, it can change the following trigger and so on. Worth a try. Good luck with your site!

  • Confirmation message is displayed when you click on the button

    We need display a confirmation message when you click a button to notify the user the changes are successful, allow the user to click on 'ok', and then on the home page. The current function uses .setForwardURL to redirect the page to the "Main" page after clicking on a button.

    Here is the code of the application currently being used by the controller

    ' Public Sub processFormRequest (pageContext OAPageContext, OAWebBean webBean)
    {
    super.processFormRequest (pageContext, webBean);

    OAApplicationModule contactam = (webBean) pageContext.getApplicationModule;

    If (pageContext.getParameter ("saveContact")! = null)
    {

    contactam.invokeMethod ("saveContact");

    () pageContext.setForwardURL
    'OA.jsp?page=/csxxx/oracle/apps/ak/contact/webui/ContactMainPG '.
    null
    OAWebBeanConstants.KEEP_MENU_CONTEXT
    null
    null
    true
    OAWebBeanConstants.ADD_BREAD_CRUMB_NO
    OAWebBeanConstants.IGNORE_MESSAGES);

    }

    Hello

    You can display the message after contactam.invokeMethod ("saveContact") as shown below:

    If (pageContext.getParameter ("saveContact")! = null)
    {
    contactam.invokeMethod ("saveContact");
    throw new OAException ("Data has been saved.", OAException.CONFIRMATION);
    }

    Sushant-

  • No results displayed when you click on the following link in the table of the OFA

    Hi all

    We created a table OAF in the new Page of the OFA.
    It works very well. But he has a problem.
    If the records are more than 10 then the following link is displayed automatically.
    And when you click on the link next to the table of the OFA, no record displayed.
    It is very urgent. Any help will be much appreciated.

    Thank you

    1. you don't need to identify the event click on 'next', because you don't need to do any action on this.

    2. you call the AM method to run the query on the events of "SearchGoButton" and "SearchClearButton".
    Here's the code you need to write:

    If ("SearchGoButton".equals (s))
    {
    pPersonId = temp.toString ();
    Aserializable serializable [] = {pPersonId};

    Class aclass [] = {String.class};

    pageContext.getApplicationModule (webBean) .invokeMethod ("ExecuteDailyAttendanceVO", aserializable, aclass);
    }
    ElseIf ("SearchClearButton".equals (s))
    {
    pPersonId = "-1";
    Aserializable serializable [] = {pPersonId};

    Class aclass [] = {String.class};

    pageContext.getApplicationModule (webBean) .invokeMethod ("ExecuteDailyAttendanceVO", aserializable, aclass);
    }

    -Prince
    [email protected]
    http://princekapoor82.blogspot.com

  • How to create a form that is displayed when you click on a button?

    I want to create a contact form on my Web site that appears when you click the button 'click here to contact us' floating on the web page. I can't figure out how to make this work. Any help would be appreciated!

    You can really use any widgets of composition. You probably want to use the Widget for Composition of ToolTip and the setting of the trigger button and form as target.

  • 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

  • Text to display when you click

    I have a card with different areas (buttons). I want a text to appear next to the mouse pointer when the user clicks on an area. This text should disappear after a few seconds. Is this possible with Actionscript or I have to manually create a TextField for all domains?

    This is possible.

    Try something in the sense of creating a new clip above your map, in this clip, create a dynamic text field.

    Can use a version on your card and take the _xmouse, _ymouse, and set your movie clip newly created this post, enter the text in the dynamic text field, go to a 1 play in this film and make it visible.

    Then when your overlay reaches a specific image allows a go and 1 and then put the visible to false.

    You can use the flash help for details on this

  • Menu is displayed when you click buttonfield

    Hello

    in my application, I have a few fields button.

    For each one, I put a changeListene in order to perform actions when the button is pressed:

    ButtonField button = new ButtonField ("button");
    button.setChangeListener (new FieldChangeListener() {}
    ' Public Sub fieldChanged (field field, int context) {}
    my implementation
    }
    });

    Evetything goes very well with jre 6.0, but with 4.6, 4.7 and 5.0 jre whenever I click the button, the menu dialog box appears.

    How can I avoid this?

    Thank you

    use the CONSUME_CLICK style

  • Adding a dialog box pop-up warning when you click the reset button

    Hello

    I would add a warning dialog to the "reset" button that appears when the user clicks on the button with a text saying something like "are you sure you want to reset the form?" before the form actually gets reset. The goal will be to help users avoid to reset the form on the accident. Any ideas would be appreciated, I'm a little in the age of darkness using LiveCycle Designer 7.0.7.

    Thank you

    S.

    Hello

    It should work in v7. Put it in the click event of the button reset.

    var nButton = app.alert({)
    CMSG: "WARNING: you are about to reset the form.» \n\nDo you want to continue? «,
    CTitre: "your title here"
    nIcon: 1, nType: 2
    });

    If (nButton is 4)
    {

    xfa.host.resetData ();

    }

    The script puts an app.alert before resetting. If the user, click Yes, and then the form is reset. If not, the form is not reset.

    Good luck

    Niall

  • Windows Installer box keeps popping up when you click on anything

    Original title: windows updates

    Windows Installer window keeps poping up whenever something in the computer is clicked and slows things down

    Hi nicole,.

    1. have you tried to install or uninstall any program before the show?

    Try these steps and check the result.
    Step 1: Unregister and register the windows service install
    a. Click Start, type cmd, right click and select run as administrator.
    b. type the following commands and press ENTER after each command:
    msiexec /unreg
    msiexec/regserver
    c. restart the computer and check if the problem persists.

    Step 2: Upgrade Windows Installer to the latest version
    a. see Windows Installer 4.5 Redistributable
    b. install the Setup program and restart the computer.
    c. check to see if the problem persists.

    See Windows Installer box keeps popping up

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Set up a form that works when you click 'submit '.

    I used the "Simple form" integrated on Muse and useful to be submitted and sent to my email whenever the user presses the button "Submit" on the form. How can I get the code and what do I do to get the form automatically sent to my email that I entered in the field "E-mail to" of the pane options.

    Nothing. In this case out of the box.

    If you encounter problems, check this thread: Troubleshooting Muse form used on the servers of third party Widgets

  • text entry boxes

    Hi all
    I don't know what I'd do without the forum, thank you in advance for your help!
    I am doing a demo to enter a password that is displayed on the screen as asterisks. Is it possible to implement the text input box so that no matter what is typed asterisks will appear?
    Let me know if you need more information.
    Thank you
    Peter

    Hi Peter

    Absolutely! Simply double-click on the object of the text entry box and examine its properties. Click the Options tab and look down. You should see a check box labeled "Password". When selected, any character typed in the field is reflected back to your username as an asterisk, as a traditional password field would behave!

    See you soon... Rick

  • The text entry boxes reset

    Scenario:
    I am using branching. When they get to the end of a branch and click the close button (click the button), it loops back to the start screen where they can try again, using a different path.

    Problem:
    When I click on the close button, it goes back to the start screen - but captivate seems to remember what I did the first time and the fillings in my boxes of text from my previous attempt.

    Is there a way to reset the screen when I get back? I'm not familiar with javascript, so I don't know if there's some code avaible that.

    Thanks - any help would be greatly appreciated!

    TW

    Your information are a little sparse, so let me rephrase your question and tell us where I'm wrong, OK?

    You generate output SWF in Captivate 1.0.1. On the last slide in the project, you placed a click-box or is configured to return to the slide #1 the movie even when the user clicks the button. The problem is that - after his return to the slide #1 to start again - the "answers" to the text entry boxes are already completed, and you don't want them to be. Your knowledge of Java-script is limited, so any solution that involves this language should be gradual. Subject of law?

    I'm not an expert in Java-script is but to refresh the data, you must refresh the movie. One way of doing that would be to access the URL for the film (HTM document) instead of jumping to a previous slide. Have you tried? Another way using the command Refresh () - Java-script, but should do the trick for you - experiment a bit to see if it will work if the idea of "jump to URL" will not do for you.

  • Drop-down list box will not drop down when you click on

    I have three area of list editable dropdown menu instances in a form and they are all filled with the data in a table. The problem is none of them the menu is displayed when you click the arrow. They also have a problem of tabbing through them. I can see all the data by selecting from the drop-down list boxes by using the arrow keys, but I need to get the drop-down menu work.

    Thank you!

    If found the problem... Since I handle items in combo box list dynamically in the context of a movieclip I had to set "my_formMovie._lockroot = true;". This corrects the problem.

  • Change the color of the text to the previous button when you click on a button

    Hi all

    If I said 7 buttons, each with text that changes color on turnover by using 'Up' 'Over' and 'Down' of the keyframes in the timeline buttons.  Is there a simple way to get the text of the button changes color when you click on it, stay that way, and then back to the original color once one of the other 6 buttons are engaged?

    The only thing I can get to prepare code pages for each button that changes the color of every other button regardless of whether it was active.

    See the code example would help a lot!

    Thank you!

    use:

    var previouslyClickedBtn:MovieClip
    var buttonA:Array = [content_mc.work_btn, next button and the rest of your buttons];
    var targetA:Array = [work_mc, etc.];

    for (var i: uint = 0; i<>
    .Ivar Button [i] = i;
    buttonA [i] .addEventListener (MouseEvent.CLICK, clickF);
    buttonA [i] .addEventListener (MouseEvent.MOUSE_OVER, overF);
    buttonA [i] .addEventListener (MouseEvent.MOUSE_OVER, overF);
    }

    function workOver(e:MouseEvent):void {}
    e.currentTarget.gotoAndStop ("over");
    }

    function workClick(e:MouseEvent):void {}

    {if(previouslyClickedBtn!=null)}

    previouslyClickedBtn.gotoAndStop ("up");

    }

    e.currentTarget.gotoAndStop ("down");

    previouslyClickedBtn = e.currentTarget;

    targetA [e.currentTarget.ivar] .gotoAndPlay ("enter");
    }

    function workOut(e:MouseEvent):void {}
    content_mc.work_btn.gotoAndStop ("up");
    }

Maybe you are looking for