Two actions of entry of text into a slide

Hello. I am creating an interactive course software online. The software, to clear the screen to press ESC twice. I'm having a hard time recreating this specific action. I can't add two text input boxes on a slide. I tried to put a box to enter text in a slide and then another slide right after, but it does not work quite quickly. If someone is told to press ESC twice, they usually do so quickly enough. Back to back slides are not fast enough. The text input box (where I create keyboard shortcut) only allows you to have a key (unless the others are CTRL, ALT, or SHIFT) is out of the question. If I put two in a slide, they kind of cancel each other out. I created an and define its action to CONTINUE and then the second to GO TO NEXT PAGE, but it does not work due to timing.

Is anyone know to allow this action? All of this makes sense?

Hello

What I noticed with click boxes, and text entry areas in Captivate, is that they always check for 'Success' and 'failure '. You know when you go to the properties of the text entry box and go to the tab options, how there is Success\Failure\Hint legend checkboxes at the bottom? Well, even if they are unchecked, Captivate still call these functions regardless of whether or not they are checked. In turn, this causes your gal. If you are looking for a control that will allow the ESC key to be pressed twice, I recommend this creation in Flash and then use variables in Captivate to do what you want.

If it's something do not know you or need help with, let me know and I'd be happy to help you.

Hope this helps

Doug

Tags: Adobe Captivate

Similar Questions

  • Best approach advanced actions, mulitple selections of text on a slide with other information...

    Hello

    I have to do a slide that has multiple selections of text on a slide, but using advanced actions to change each Cap. text... for example...

    A cursor with the image for the user to click, when you click on a text caption appears, and in this caption text is a chip-shaped button that says 'Next' when that is clicked then another text Cap comes up with another button which also then said, then when that is clicked on and the cap of the final text is reached says the button then close. User can click on that and returns to the slide of the same hand.

    Was then I intended to do this was advanced use actions is the right approach? (or shared)...

    In addition, if the fact this way, it will affect scorm...?

    Kind regards

    Sabine

    I don't see the connection between your question and SCORM? These buttons are rated?

    If they are a few buttons to display the new text, which is not a score for each button, I would not use that many 'Next' buttons but keep the same button and uses a counter. The content of the text caption could be a variable for which you are editing content after each click. Counter should be used to check if the close button must appear and the next button hidden. This article is such an approach to click for images: Blog after Posterous? - ClickClick - Captivate blog

    And like to have a variable instead of static text, for which you can change the value: 'Beat the system' - save time by creating advanced Actions (Captivate) - Captivate blog

    No response yet on shared or advanced actions, it depends on which version you use, answers on the score and more questions.

  • How can I insert html into the Actions Panel to format text?

    I am trying to create text using html, so I could format it in html.  I created a text box, it has given an instance name, "Dynamic text" selected and clicked 'display the text in html format.  When I click F9 (go on the Panel shares) to insert my html code, I get the message "current selection cannot have actions applied to it.  Am I missing something?  How can I insert html into the Actions Panel to format text?

    In order to assign html text to a textfield, you must assign your htmlText of a textfield property.  If you must give a name of uinstance to the textfield and then assign the text.  If you named the "tField" textfield, in the scenario that contains the textfield you EF text html as follows...

    tField.htmlText ="

    your text

    ";

    You should watch the TextFields htmlText property in the help documents to determine the limited number of html tags that are supported by Flash.

  • Merge two threads in the same person into one iMessage

    I know that this issue has been addressed before. Most importantly, the discussion was on did not understand what the problem is.

    So let me try to explain.

    Tarzan has an iPhone and an iMac, Jane also has an ios device.

    When Tarzan Jane sends an iMessage with his iPhone, Jane receives from "Tarzan" (the iMessage was related to his phone number)

    Now, when Tarzan sends Jane an iMessage of its iMac, Jane receives from "Tarzan", but in a separate thread. (This iMessage was related to his email address)

    Now Jane is in danger and she wants Tarzan to rescue her, she grabs his iPhone, opens the last conversation with Tarzan and Tarzan 'Help texts

    But Tarzan in the jungle and he has only his iPhone with him.

    Jane get killed because the imessage is sent to the iMac of Tarzan and not to his iPhone.

    ====

    The problem is, you get two threads in the same person, are sent to the e-mail address associated with the iMessage, one for the phone number.  But you can't see the difference between the two (except when you dig deep into the background-info).

    If my suggestion of Apple is, they appreciate Jane's life, fix this problem soon: merge those two threads into one.

    PeterSmith wrote:

    I know that this issue has been addressed before. Most importantly, the discussion was on did not understand what the problem is.

    So let me try to explain.

    Tarzan has an iPhone and an iMac, Jane also has an ios device.

    When Tarzan Jane sends an iMessage with his iPhone, Jane receives from "Tarzan" (the iMessage was related to his phone number)

    Now, when Tarzan sends Jane an iMessage of its iMac, Jane receives from "Tarzan", but in a separate thread. (This iMessage was related to his email address)

    Now Jane is in danger and she wants Tarzan to rescue her, she grabs his iPhone, opens the last conversation with Tarzan and Tarzan 'Help texts

    But Tarzan in the jungle and he has only his iPhone with him.

    Jane get killed because the imessage is sent to the iMac of Tarzan and not to his iPhone.

    ====

    The problem is, you get two threads in the same person, are sent to the e-mail address associated with the iMessage, one for the phone number.  But you can't see the difference between the two (except when you dig deep into the background-info).

    If my suggestion of Apple is, they appreciate Jane's life, fix this problem soon: merge those two threads into one.

    IMessage works as it should.

    There is also no apple here to read your thread in this forum for a user to.

    You can send your comments here http://www.apple.com/feedback/

    If Jane was smart it would always send you an imessage using your phone number and not apple id.  Here again, you can add your apple ID to imessage on your phone.

  • can perform us two actions with a single button in two clicks, one after the other?

    Mr President.

    can perform us two actions with a single button in two clicks, one after the other?

    I want that when I click on the button Add once it add data to the database and when I click again on this button it clears the form data to the empty fields.

    Concerning

    Tanvir

    In the code, it should be easy.

    The following code adds that a button called butman with text 'ADD '.
    It then registers a listener that will be called if the user clicks the button.

    This listener then calls the runAddData method if you clicked butman while it contained the text of "ADD" and it calls the runClearData method otherwise.
    That's why he will swap the functionality of the button between ADD and CLEAR on each click.

    final Button butman = new Button("ADD");
    butman.setOnAction(new EventHandler() {
              @Override
              public void handle(ActionEvent t) {
                        if (butman.getText().equals("ADD")) {
                                  butman.setText("CLEAR");
                                  runAddData();
                        } else {
                                  butman.setText("ADD");
                                  runClearData();
                        } // END IF-THEN
              }});
    

    I hope that's what you wanted.

    Further reflection.
    You might want to run the ADD and CLEAR methods in their own son so that it can run in the background without slowing down your user interface.

    I also reuse rather a single button for several features instead of to apply with hundreds of nodes used only rarely with masses of code to show and hide as needed.

  • Why do I get texts into pieces and in the mess of others?

    Why my iPhone OS 6 more 9.2.1 receive texts into pieces and out of use?  Of it only happens with only the texts of some people, not everyone else.

    If it's TEXT and not iMessage (green bubble) then it is a function of carrier. Different companies have their "gateways" configured differently and so long texts can sometimes be break. Are the cases where this happens - individuals with one carrier other than yours?

  • Convert a text into an MP3 file in the Alex voice?

    Hello world

    Is it possible to convert a text file to an MP3 file in the Alex voice on the iPad or Windows PC?  Apparently, this can be done on the Mac.

    I use the Alex voice to read the text all the time on my iPad, and I would like to be able to save the text as an MP3 file so that I can play on other devices (for example, iPod, Windows PCs).  So far I could not find built into the functionality of the iPad or iPad app that would allow me to do.  I also was not able to find any program for Windows PC that does this.

    I found various programs that convert text into MP3 files (for example, TextAloud3, Voice Reader home 15, etc.), but I like the Alex voice much more than the voice in these programs, so I really hope that there is a way to do it on the iPad or Windows PC.

    Thank you in advance for your help!

    N ° you can't do on an iPad. I don't think there's a way to do it on a Windows PC since voice is the property of Apple, as far as I know.

  • Is there an api to translate text into other languages in bb

    Greetings

    Is there an api to translate text into other languages in bb?

    concerning

    Anthony singh

    http://supportforums.BlackBerry.com/T5/Java-development/localizing/Ta-p/442783

  • Merge two documents in files to PDF, into one?

    Merge two documents in files to PDF, into one?

    Hi antoniof33712361,

    You can subscribe to the Adobe PDF package & use it will be Adobe Acrobat Reader DC to combine PDF files https://cloud.acrobat.com/combinepdf or you can purchase/subscription application Download Adobe Acrobat Acrobat products | Standard, Pro | DC, XI, X this feature.

    Kind regards
    Nicos

  • because the muse adobe converts text into an image?

    because the muse adobe converts text into an image?

    Hello

    Unless you use a Web safe font or install a Muse supported TypeKit fonts when designing or on your web page - Muse will turn these words into images to preserve their appearance.

    Secure Web fonts:

    http://www.WPDFD.com/issues/87/knowing_about_web_safe_fonts/

    Fonts taken Typekit support for Muse:

    http://museinsider.com/how-to-add-Typekit-fonts-to-your-Muse-site.html

    http://TV.Adobe.com/watch/Adobe-inspire-magazine/using-Typekit-with-Adobe-Muse/

    In addition, whenever you add text and try to create a hyperlink, it is said that the text requires the pixelation and the hyperlink does not work. In this case, either you use a font on the text system or apply the hyperlink to the structure of the whole text, not the selected text.

    See you soon,.

    Laurant

  • Two actions with a single button Oracle adf

    Hello
    Dear all,
    I want two action with a single button. Before posting, I studied this thread, but it seems that it cannot solve my problem two actions with a single button?
    It's my button and its action http://4.bp.blogspot.com/-tpP5wIW8JLI/T66zhLZgG0I/AAAAAAAAAPY/F1A-Ka8KGPY/s1600/req1.JPG
    getReqID button is actually a call to a procedure that returns a value to his class of action. The cb1_action function is...
    public String cb1_action() {}
    BindingContainer links = getBindings();
    OperationBinding operationBinding = bindings.getOperationBinding("getReqID");
    Object result = operationBinding.execute ();
    int id = Integer.parseInt (result.toString ());
    System.out.println ("result =" + id);
    If (! operationBinding.getErrors () .isEmpty ()) {}
    Returns a null value.
    }
    Returns a null value.
    }
    It works very well. Don't know I want to, click this button, it also opens a page of .jsff. but I'm unable to open this page.
    Help, please
    Thank you
    Muhammad Nasir

    The first image you provided shows a small 'Attention' sign on the "request for quote-global-TF" which, I guess, gives you the sentence.
    This warning tells you that there is a problem with the task flow that you imported from the pot. Move the mouse over the warning sign a see what message you get from the frame on the error. If you don't get one, in 'source' view and look for red or orange squares in the gutter of the right hand. Scroll to the position of the red square and move the mouse over the underlined part red or orange of the code.

    Timo

  • If the statement, set to true running two actions

    How can I write an if statement that value of true runs two actions?

    If (NumericField1.rawValue > 0)

    {

    'visible' = xfa.resolveNode("#pageSet.Page1.Image1").presence + Rectangle1.presence = 'visible ';

    }

    Well, the problem is that you try to control the objects on the page of body and a template at a time.

    It is usually not so simple to achieve.

    I changed a little your form.

    The image of a trombone and the digital field now monitor the valur of the digital field and change the property being searched if the value is greater than 0.

    Script for trombone (wrapped in a subform)

    Form1. Page. #subform [0]. NumericField1::ready:layout - (JavaScript, client)

    this.ui.numericEdit.border.fill.color.value = this.rawValue > 0? "255,255,153": "255,255,255";

    Script for the numeric field

    Form1. #pageSet [0]. Page1.clip::ready:layout - (JavaScript, client)

    This.Presence = xfa.resolveNode ("Page. #subform. NumericField1") .rawValue > 0? "visible": "hidden";

    Script for the button Delete

    Form1. Page. #subform [0]. Button3::click - (JavaScript, client)

    myDoc = event.target var;

    var sFile = ListBox1.getDisplayItem (ListBox1.selectedIndex);

    try {}

    If (sFile! == "") {}

    var nResponse = xfa.host.messageBox ("you are about to delete the attachment highlighted. \n\nDo you want to continue? ', 'delete an attachment ", 1, 2);

    If (nResponse == 4) {}

    myDoc.removeDataObject (sFile) + ListBox1.deleteItem (ListBox1.selectedIndex) + (NumericField1.rawValue = NumericField1.rawValue - 1);

    }

    } else {}

    xfa.host.messageBox ("no document selected.");

    }

    } catch (e) {}

    xfa.host.messageBox ("error in deleting of document");

    }

    https://Acrobat.com/#d=55A3x-8Zm7D29eK7 * brqxQ

  • How to call the two actions in the same button

    Hi all

    I'm new to ADF,

    My requirement is after the user enters the details in the Page. Some of the information (values) is passed to call some of the information (values) and web service is passed to the database.

    To do this, I created two buttons. One for spending details for the web service (button created from web service data control) and another button to pass the values to the database (created according to the validation of data control operation). The two actions of button work properly.

    But I need to call the two operations in a guide only button.pls me briefly to do this.

    Concerning
    C.Karukkuvel

    Hi C.Karukkuvel

    Maybe this blog post from Shay Shmeltzer can help, "making two declarative operations with a button.
    at http://blogs.oracle.com/shay/2010/04/doing_two_declarative_operatio.html

    success
    Jan Vervecken

  • Insert text into a TextFlow

    I am able to get the text (all or part) out of an exisiting TextFlow by using TextFilter.export or textFlow.interactionManager.createTextScrap ().

    However, I can't understand how to insert text into a TextFlow (after the initial TextFilter.import). I see no textFlow.interactionManager.pasteTextScrap (textScrap), but which requires the use of the Clipboard. If I use TextFilter.import, it replaces everything and it seems that I need to recreate all the ContainerController objects, etc. I see that IEditManager has a replacement feature, but it does not help really me to add text or to replace the text with a new text. I guess I'm missing just something obvious.

    You're not missing something obvious. There isn't really anything native in TLF to do what you are looking for. I had the same question just now and is come to the conclusion that it was something that I had to roll my own solution.
    Check out this thread.
    Previous thread of text in a flow injection

  • Can I have several areas of text on a slide?

    Can I have several areas of text on a slide, each with its own possible answer without needing to have a separte to each submit button?

    Post edited by: Suzanne Petty

    Hello

    The forums are locking me today, so I try using e-mail.

    Take a look at this blog that some time ago, I created:

    http://lilybiri.posterous.com/one-submit-button-for-multiple-text-entry-box

    Lilybiri

Maybe you are looking for