Go to the next slide just after the completion of TEB (text input area).

Hello all-

I am using Captivate 4.

I have a training course of the system where we require students to enter the date in BER.  After the date is entered, I want that Captivate to move to the next slide.  For example, on the screen 1, learner seizes '060510', then Captivate should advance to the next slide.

I can do Captivate work very well with the menus text: for example, if the learner takes the correct menu item 'A', so I can put the shortcut to A key that causes Captivate to move to the next slide right now and very well.  But I can't figure out how to make this work with dates.  Any suggestions?

I can explain why this works, but if I have the key set of shortcut input box text to be using 0 the ' or number: "drop-down list field, then both digital keypad and keyboard work for me.  If I set to include numberic keyboard, then select Numpad 0 AC doesn't work both ways.

Try to use only the 0 in the number of drop-Numberic keyboard include unchecked.

Tags: Adobe Captivate

Similar Questions

  • How can I stop Windows Search to steal the focus on the text input area?

    How can I stop Windows Search to steal the focus on the text input area?

    I can type about three characters maximum and then results focus, and I have to click with the mouse to the area of searching at the end.

    For example - I want to get "Img1.bak".

    I type 'I' "m" and then I'm whisked away and the 'g', I typed just takes me to the "great songs by Imogen Heap.txt" or what is the first result starting with g.

    I have to reselect the text box and add a letter or two at a time to get what I need. Very frustrating.

    Hello

    Thanks for the display of the query to the Microsoft Community. I'll do my best to get the problem resolved, but until we start could you give us some more information?

    1. Since when are you facing questions?

    2. you have any antivirus installed on the computer program?

    3. are you aware of any recent software or hardware on the computer changes?

    You can go through the steps in the article and check if it helps. Here is another article to improve Windows searches using the index.

    Hope this information was helpful and let us know if you need help in the future about Windows. We will be happy to help you.

  • Can I user to set the current date in a text input area?

    Is it possible that you can have the student enter as of today, using a text input area?  Or what can I use if I want the student to do?    I tried to put in the variable box jj/mm/aaaa and it does not work.   Thank you

    Hi Debbie,.

    Yes I think that remove her tick to 'validate user input' would solve your problem.

    / Michael

  • Button Widget - need to move to the next slide, just keep

    I'm new to Cp 5.5. I was an expert in Cp4 and earlier, but due to changes in work, I haven't worked with Captivate in a few years and am just getting back to it. Certainly things have changed!

    I set up a model of slides and top right, I placed one of the widgets button static SWF that comes with Captivate. In the options for it that I put to go to the next slide when clicked, however on the preview is continuous on the same blade and not to jump to the next. I tried with a few swf buttons and they all work the same. I'm doing something wrong? Or is the code broken on these buttons?

    If the latter, then I guess my option if I really want to keep the appearance of the button (I do), then just use it as an image button?

    Hello and welcome back,

    The static button with Captivate 5.5 has no suspension, but it should work OK, done for me anywat. How did you test? You can insert a text with the variable rdinfoCurrentFrame of system caption to see if there is in fact no break to the next slide?

    If you want the static button with a point of suspension, halfway through his term, you can download it on my blog:

    I have (say) as in Captivate 5.5

    I do not understand your question? You don't want the image, not the functionality of this button? You should be aware that static objects can only be inserted on a master slide, non-interactive objects.

    Lilybiri

  • Problem with the help of new text Input componentin D11.5

    I have a text Input component (marked with symbol ab in the Toolbox), called him studNameTF.

    The user must write his name, and then click button to go to the next section.

    The button is check wethere the entry is empty or nott, if it is empty, then it sotps the user and alert the user to write the name in order to proceed.

    The problem is that I have fills with text name field and press the button. The button does not catch the content of ICTand stops the user even the field contains text.

    Here's my lingo script.

    on mouseUp me

    If member("studNameTF").text = EMPTY then
    Alert ("Please write your name in order to go forward!")
    go to the section
    on the other
    go to the section "menu.
    end if


    end

    What is strange to me is that this code works fine when I use a regular text field (marked with has in the tollbox) rather than the new text input component which is a flash-style text field.

    any help is appreciated!

    HUMAN RESOURCES

    If you are using a #flashComponent, the text is probably a function of the sprite, not the Member.  In order to check

    Sprite (spriteNameOrNumber) .text

    instead of member("membername").text

  • Reports on the text input areas

    Hi all

    I created a text input in my captivate lesson areas for the learner to write and think, but they are not part of a blade of Captivate Quiz. Is it possible to always report on inputs and that the learner writes in these boxes? My LMS is the key.

    Thank you!

    Kelly

    I could report to Blackboard, see the entry on a BER, but not sure that this is the case for all LMS.

  • validate the value of a text input field

    Hi I am new to the Animate edge, and I worked on a project that requires text input. The code does not "recognize" the value entered in the input field. The action is quite straightforward, good answer (360) game label 02, wrong answer play label 03. Ideally, I'd like to allow three attempts.  I don't have a lot of experience in JavaScript, this piece of code are pieces that I put in place of tutorial and a little help.  Thank you and I appreciate all the help!

    var answer = sym.$("answer");

    Answer.html ("answer 1");

    inputAnswer = $('<input_/>').attr ({'type': 'text', 'value': ", 'id': 'reply'});

    inputAnswer .css ('font-size', 14);

    inputAnswer .css ("width", 150);

    inputAnswer .css ("background-color", "#ffffff");

    inputAnswer .appendTo (answer);

    var submitBtn = sym.$("btn");

    function checkAnswer() {}

    var rightAnswer = inputAnswer.attr ('value');

    If (rightAnswer is "360")

    {

    SYM. Play("02");

    }

    on the other

    {

    SYM. Play("03");

    }

    Returns false;

    }

    {submitBtn.click (function ()}

    checkAnswer();

    });

    q.jpg

    Hello

    Try to use the following syntax to get the value of the input text field.

    var rightAnswer = inputAnswer.val (); rather than access the .attr ('value')

    Have attached a simple example. Currently, it shows the correct/incorrect value in the console log.

    Thank you and best regards,

    Roger Simon

  • Access the value of a [Text Input with LOV] in an ADF application Panel

    Hello

    I have a QUERY with id (queryId1) in which I filter data in a table based on search criteria. The search name of the employee.

    I would like to take this [Input Text with LOV] element value and use it in a method (the method 'myMethod' is a bean called 'myBean'). The method must also check for a NULL value value. If no criteria have been entered, (in other words, the value is NULL), an exception should be thrown. Otherwise a popup should be displayed showing the name of the selected employee.

    I should mention that I'm rather new to ADF (experience of the 1 month!) but I tried to get this working put in place three days without success. I've been all over the internet, but my lack of understanding is perhaps to my disadvantage. I was wondering if someone here might be able to send me a link on how to do so, or explain in detail how this can be done. I have also sought tutorials on YouTube but have found none.

    I work with JDeveloper Version 11.1.2.1.0

    I'm not allowed to change the version currently.

    Thank you in advance!

    Kind regards

    Riana

    Maybe this can help:

    http://www.Oracle.com/technetwork/developer-tools/ADF/learnmore/85-QueryComponent-fieldvalidation-427197.PDF

    https://blogs.Oracle.com/aramamoo/entry/interpret_af_query_s_queryevent

    Dario

  • Referring to the value of a text input form

    I want to refer to a value in another form (on the same page). That typing for? to allow me to pass the user defined "SConsultant" to the DisplayRvw function when you press "DisplayButton?


    function DisplayRvw (ValueX)
    {
    Window.Open (" http://localhost:8300/CostPrediction/CARP/DisplayRvw.cfm?ID="+ValueX)
    }

    < name of the form = 'DataForm' id = 'DataForm' method = "get" >
    < td > < input type = "text" Name = "SConsultant" Value = "6" id = "SConsultant" > < table >
    < / make >

    -cfform named "MainForm".

    < cfinput type = "button" name = "DisplayButton.
    value = "Journal of the society.
    onclick = "DisplayRvw('#???) #')" />

    onclick = "DisplayRvw (document.getElementById('SConsultant').value); »

  • Trouble with the pdf form trying to "choose" one of the two paragraphs of text

    I am creating a PDF form and trying to find a way to choose one of the two groups of text that are approximately long paragraph. and having only the one I choose are visible on my pdf.  I tried to use a drop-down list, but it wouldn't accmodate the amount of text that I needed

    How to refer to a checkbox.

    I've added a new field of text (multiline) and put the java script in the section actions, just as you typed.  When I run the shape there is no box to choose and is not my default text (the text box is empty).  When I click outside the text box and then comes my 2 paragraph.

    All of the suggestions.

    BD

  • How to display the box around a text field read-only - Jdev 11.1.2

    Hello:

    In an ADF Web application:

    I have an af:inputText field, but I want to say read-only. So I put the readonly = true property, but when I did I lost the video box around the field. How can I make the text read field only but keep the box around the text display? I also tried setting to off but then it displays in gray. Is it possible to have the look of text just like a field of regular text input field but make unmodifiable?

    Thanks for the help.

    Hello

    I think that you should use the disabled property and with skinning, change the color of what you want.

    For example:

    af|inputText:disabled::content {
    background-color: White;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    }
    

    Kind regards

  • Remove the text input Focus

    Hi, I have a text with a validation of user input, I have a group above that TEV thatžs and show or hide according to the click of a button, on both situations, hide or show, that the s of entry text below the flashing of the Group keep´s, I tried some shots, without a bit of luck.

    • Created two text input area. (does not work)

    • Created a clickbox. (does not work);

    • Change the tab order. (does not work);

    If I have an object on top of the TEB, it must be hidden until I hide the object that s a fact, right?

    Sem título.jpg

    I use a script to hide the visibility of the object, fixed through css.

  • Enter in the input area, output of the query / report of the AN_id, to query/display page.

    Hello
    I tried to create a text input area to enter a type of alphanumeric data, however it does not work for me again.
    Can someone help me here is the new code 2, I added to my query results.
    Basically, I have 2 pages
    One is the entry (index)
    And the other is where is the logic. / query

    I was working on a fifth Query but now since I added the code. It doesn't yet?
    Can someone help me?
    Thank you.
    And thank you

    In the box, I have this in the index.cfm

    < label > enter AN ID
    < input type = "text" name = "AN_ID" / >
    < / label >

    In where clause is what I have the requests page or

    AN_ID = ' #form. "AN_ID #

    Here is the code:

    index page

    Sort by:
    < select name = "Orderby" size = "1" >
    < option value = "AN_ID" > YEAR ID < / option >
    < option value = "AN_DATE" > a DATE < / option >
    < / select >
    < br / >
    < br / >
    Output format:
    < input type = "radio" name = "outputFormat" value = "HTML" checked = "checked" / >
    HTML
    < input type = "radio" name = "outputFormat" value = "PDF" / >
    PDF
    < input type = "radio" name = "outputFormat" value = "CSV" / >
    Download/open Excel Spreadsheet < BR / >
    < BR / >
    < /p >
    < / make >
    < p > < / p >
    < / div >

    < form id = "form1" name = "form1" method = "post" action = "" >
    < label > enter AN ID
    < input type = "text" name = "AN_ID" / >
    < / label >
    ----------------------------------------------------------------------------------------- ------------------------------------------------------------

    the query page and view the page


    < cfquery name = "getHIPPOcases" datasource = "oracle10" >
    Select
    Thecasertab.AN_ID as AN ID
    Thecasertab.AN_DATE as a date
    Thecasertab_requi.case_requi_id
    Thecasertab_requi.requi_type_cd
    Thecasertab_requi. App_user_id


    Of
    thold_case
    tloc
    tla_prop
    Thecasertab
    tref_plan_area
    Thecasertab_requi

    where
    Thecasertab_requi.caser_id = Thecasertab.caser_id
    and
    thold_case.caser_id = Thecasertab.caser_id
    and
    AN_ID = ' #form. "AN_ID #



    order by

    < cfswitch expression = "#Form.orderBy #" >
    < cfcase value = "AN_ID" >
    CASE. AN_ID
    < / cfcase >
    < cfcase value = "AN_DATE" >
    CASE. AN_date
    < / cfcase >
    < / cfswitch >


    < / cfquery >


    <! - report html - >
    < cfswitch expression = "#Form.outputFormat #" >
    < cfcase value = "HTML, PDF" >

    < cfsavecontent variable = "htmlData" >
    <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
    "< html xmlns =" http://www.w3.org/1999/xhtml "> "
    < head >
    < meta http-equiv = "Content-Type" content = text/html"; charset = iso-8859-1 "/ >"
    getHIPPOcases < title > < /title >
    < / head >
    < style type = "text/css" >

    TD {}
    do-family: Arial, Helvetica, without serif.
    do-size: 12px;
    }
    Th {}
    do-family: Arial, Helvetica, without serif.
    do-size: 12px;
    make-weight: bold;
    background-color: #FFFF99;
    }
    H2 {}
    do-family: Arial, Helvetica, without serif.
    do-size: 14px;
    }
    H3 {}
    do-family: Arial, Helvetica, without serif.
    font-size: 15px;
    }
    < / style >

    < body >
    < cfoutput >
    < table border = "0" cellpadding = "3" cellspacing = "0" >
    < b >

    < td align = "center" >
    getHIPPOcases < h3 > < / h3 > < br > < br > < table >
    < /tr >
    < b >
    < td align = "center" >
    < / h2 > your query returned #getHIPPOcases.RecordCount # entries < / h2 > < table >
    < /tr >
    < b >
    < td >
    < table border = "2" cellpadding = "2" cellspacing = "0" >
    < b >
    Number < /th > < th > Record
    < width th = "120" > YEAR ID < /th >
    date of YEAR < /TH > < TH >

    < /tr >

    < cfloop query = "getHIPPOcases" >


    < tr bgcolor = "< cfif currentrow mod 2 > F8F8FF < cfelse > WHITE < / cfif >" >
    < td > #CurrentRow # < table >
    < td > #AN_ID # < table >
    < td > #dateformat(AN_date,"mm/dd/yyyy") # < table >


    < /tr >
    < / cfloop >

    < /table >
    < table >
    < /tr >
    < /table >

    < / BODY >
    < / HTML >
    < / cfoutput >
    < / cfsavecontent >

    < cfswitch expression = "#Form.outputFormat #" >

    < cfcase value = "HTML" >
    < cfoutput >
    #htmldata #.
    < / cfoutput >
    < / cfcase >
    < cfcase value = "PDF" >
    PDF
    < cfdocument format = "pdf" >
    < cfoutput >
    #htmldata #.
    < / cfoutput >
    < / cfdocument >
    < / cfcase >

    < / cfswitch >





    < / cfcase >

    < cfcase value = "CSV" >


    < NAME CFHEADER = "Content-Disposition" VALUE = "attachment; filename = Citywide.csv">
    < cfcontent type = "application/msexcel" > "YEAR ID ', 'a date '.
    < cfoutput query = "getHIPPOcases" > #ltrim (AN_ID) #, "#dateformat(AN_date,"mm/dd/yyyy")" # ""
    < / cfoutput >


    < / cfcase >
    < / cfswitch >



    Quote:
    Posted by: briankind
    on the entry
    I get home an_id value let lov-1234-oop-ui
    and
    PRESST the button
    It's notreturn results (nothing happens)
    Thank you

    In this case, hard-code the value "lov-1234-oop-ui" in your query instead of the form variable. You get a result?

  • Quiz on progression to the next slide after an incorrect answer - Cp9

    Hi just goes Cp8 Cp9, import an existing module created in Cp8. knows a mistake in action/behavior on a quiz question slide. When the wrong answer is sent, presents legend of failure (it's good, same as before); However, the 'click anywhere to continue' behavior does not to the next slide. On the contrary, remains the same quiz question slide and all captions of your comments are deleted. The remains of Submit button. Tested and when the right answer is submitted Everything progresses well.

    Help, please. It is not happened to Cp8. Can't find it anywhere in properties that an adjustment needs to be done.

    Thank you kindly.

    Terri

    There are a few changes in the quizzes. You are on the latest version: 9.0.1.320?

    You can try to recreate something from scratch with the same settings, check if it is due to the upgrade?

    How many attempts do you allow level question? What is the action "after the last attempt?

  • How can I prevent Captivate to advance to the next slide, after the end of the audio and I click on click to show/hide sidebar box?

    I currently have a slide that plays audio.  While usage is listening to the narration that I can click on three different click the boxes with advanced actions to open and close text boxes, I want the user to read the value.  When reading narrative ends and I'll click on the boxes to click to read a text box, it moves to the next slide.  I understand that I may have to replace the box with smart buttons click but I don't know how to stop the progression to the next slide.  I already have a next button that is put on pause until the user clicks.  Any help would be greatly appreciated.  I'm on a tight schedule.

    Quickly, I created a sample file, just have a slide with three form buttons that act as the toggles and a next button. The first three buttons break late exactly at the same time and the next button.

    Since it's the slide by clicking the audio stops no audio at all (common misunderstanding). I created a shared action, with the purpose to display and the variable (mine are labeled v_one instead of v_visib) as parameters:

    StarOne is what you want to show/hide. You can click on infinite time on each key to show/hide this element. He won't interfere not audio, once he started playing he will continue. When the audio is finished, you can still continue to click. Just click on the next button will advance to the next slide. It's my calendar

    No need to rewind the playback head in this case at all.

Maybe you are looking for

  • PDFs in iBooks on iPad Pro is no longer syn with iBooks on Mac

    Since the update to IOS 9.3.5 I can sync is more PDFs in iBooks on my Pro iPad with iBooks on iMac with OS X 10.11.6. Before updating to IOS 9.3.5, I had no problem of synchronization of files PDF between systems and I have not changed the settings o

  • How to find and activate hardware acceleration.

    I have a HP Pavilion dv7 and recently received a message from HP for an update. The message says that I have to make sure that hardware acceleration is turned on. I don't know how to find out if it is on OR how to turn it on. Any help would be apprec

  • Need to recover important files blocked hotmail account

    Hotmail now currently blocked due recent spam account.  Unable to remember Moose exact security password. You need to recover files important hotmail account blocked. Security Hotmail may transfer into the new account. Thank you

  • Blocks - Spooler subsystem or the display driver did not work properly

    I have a Vista Home Premium OS. He crashes at least once a day and the State of boxes (approximately equal amounts) dialogue that the Spooler subsystem or the display driver did not work properly and that have been closed by the enforcement data syst

  • Windows 7 not genuine after 5 years?

    Hello I use my computer to MESH with Windows 7 installed for about 5 years now (probably to be closer to 6) but recently, the screen goes black and in the corner right of the screen, it says that this copy of windows is not genuine windows. I looked