Short cut keys on a text entry box

Hi all
I'm testing my Adobe Captivate 2, when it comes to testing
the text entry box using the wrong key it crashes. I have set the
box shortcut to Enter key, I've allowed the user one attempt and on
failer it should go to next slide. What happens now is if the user
press the tab key for instance instead of Enter then no response
and nothing happens, where one would expect it to go to the next
slide, apparently the failer action only response correctley if
someone mistype the text.
Can any one help please
Many thanks

Hi Captrainer
Sorry my friend. You are misunderstanding the way the failure
and success work with this beastie. So you have defined Enter as
the correct trigger. All this tells Captivate is that when the user
presses the Enter key , compare what they typed against what you
were expecting. THEN, if it doesn't match, a failure is considered
to have occurred. Pressing Tab will likely just highlight some part
of your Captivate movie.
Cheers... Rick

Similar Messages

  • How to make mutiple shortcut keys in one text entry box

    I'm trying to make F8 and Enter work in one text entry box and only one because I need to make the scoring work the way I want it to. I have made both F8 and Enter work, however they are both in seperate text entry boxes when I want both to work in the same text entry box... Please Help, this will solve alot of problems I've been having.

    Ok so I tried using advanced actions and failed... here's my attempt on putting 2 shortcuts in one text entry box with different entries like the problem described earlier on this thread:
    Note: I have 2 TEB in one slide I tried using in this action.. 1 has variable name PF8, the other has PF82, where I'm trying to have PF82 contain both actions of both TEBs.
    1. Went into advanced actions.
    2. Action name: Linking2inone
    3. Made it a conditional action.
    4. In "IF" attempted to use both any and all conditions are true
    5. Also in "IF" PF82 contains PF8
    6. Actions Jump to Slide 11
    7. updated action successfully.
    Then I closed advanced actions. I tried making the PF8 TEB have "no action" when correct and tested it... didn't work... then I made PF8 TEB have Jump to slide 11 when correct, cut and pasted it to another slide because I thought that PF8 TEB as a seperate TEB in the same slide was messing with the Advanced Action I'm trying to perform. Therefore, since PF8 was just in another slide, PF8 wouldn't be deleted still having the same action value in advanced actions having PF82 contain the action of PF8; but this failed as well...

  • Tab key used as the shortcut key when using a text entry box

    When I use the Tab key as my shortcut key for a text entry box, it works fine in preview mode but does not work in the web browser preview mode.  I have tried to understand how I can take an existing project that is built for web browser application and make the tab key work.  The only thing I have been able to make my text feild entry take me to the next slide is to have the user click Enter instead of Tab and that is not the typical way we move between fields in the real application.  So....simulations is not accurate.  Can you give me step-by-step instructions on how to correct this problem in an already existing project?

    I think that you need to disable "Seamless Tabbing" in your file for it to work when published.
    You need to edit the HTML file that launches your course manually.
    Open your HTML file in notepad or equivalent
    Between the <object> </object> tags add:
    <param name="SeamlessTabbing" value="false">
    Save the HTML file again
    /Michael
    Click here to visit the www.captivate4.com blog

  • Text entry boxes in CP6 - Enter key to validate input does not work in Safari?

    I'm using Captivate 6 to create a step by step walkthrough of some different processes that are commonly completed in my workplace. Some of the example processes have portions where text is entered to simulate a process the end user might need.  I have text entry boxes in these slides that require validation of the input to move along, with Enter used as a shortcut key. This works great in Firefox, Chrome and IE all the way down to 8....but if the course is run in Safari, the enter key does nothing.  Is this a known issue?
    Additional info: For many of these text entry boxes, the point is that it is a search field that has a little binoculars icon next to it that executes the search in the actual software we are simulating. For these slides I actually have the submit button associated with the text box made invisible (no fill, no stroke) and placed on top of the binoculars icon. This is an acceptable method of doing the task we're demonstrating, and just so happens to be a workaround for the enter key not working in Safari. However, a few places we have text entry that doesn't have the search/binocular icon next to it because there is a different goal on that section of the software we're visualizing. In those cases, there is no place for me to put an invisible submit button, and I can't make the submit button visible because that's not how the software we're demonstrating would work (thus defeating the purpose of the training).

    Sorry, this is a known bug with no fix available yet, but the makers of SwiftKey are aware of it and we will work with them to fix it: https://bugzilla.mozilla.org/show_bug.cgi?id=617298
    For now, the only solution is to use a different keyboard when using Firefox.

  • Assign text to short cut keys

    Is it posable to assign a web address or an e-mail address or even a text string to a particular short cut key combination?

    No. What you need is a Macro program. I use iKeys, but it is having issues with Leopard. There is QuickKeys and Keyquencer as well, but not sure how they are doing with Leopard as well. Leopard changed too many things around, and apps like these find it difficult to keep up with them.

  • Font specified in Text entry box not what shows in playback

    Hi,
    I specified 10pt. Arial in my text entry boxes, but the text
    shows up much smaller. Only sometimes. Any idea why? Is this a bug?
    Thanks,
    Deepali

    Try selecting all the text in the caption and setting it to
    10 pt arial even if it is already set that way. Sometimes there are
    invisible formatting characters embedded in the text. Be sure to
    delete any blank characters or lines that appear after the text -
    these can hold formatting characters also.
    If none of this helps delete the caption and start again
    making sure your font is set correctly before you start typing.
    Also be sure not to copy and edit a caption that has give you
    trouble, even if it is fixed now.
    A useful hint:
    If you are cutting and pasting text from another application
    (such as Word) copy it to Notepad first, then reselect it and copy
    it to Captivate. This strips spurious formatting characters.
    HTH
    Carol

  • How to attach short cut keys to open a menu in a menubar

    Hi,
    I have three menus say File, Edit, Help in the MenuBar and i want to open these menus when i press short cut key from Key board, say Alt+F for File menu, Alt E for Edit menu and so on. When the file menu is shown i want to select the New menuItem in it by CtrlN.
    When i press Alt key the letter F in File, E in Edit should be underlined.
    So can you please give me some sample code for this.
    Thanks.

    Hi. Here is an example. It works on Windows. I am not sure about other platforms.
       import java.util.AbstractMap.SimpleEntry;
    import java.util.Map.Entry;
    import javafx.application.Application;
    import javafx.scene.Scene;
    import javafx.scene.control.*;
    import javafx.scene.effect.DropShadow;
    import javafx.scene.effect.Effect;
    import javafx.scene.effect.Glow;
    import javafx.scene.effect.SepiaTone;
    import javafx.scene.image.Image;
    import javafx.scene.image.ImageView;
    import javafx.scene.layout.VBox;
    import javafx.scene.paint.Color;
    import javafx.stage.Stage;
    import javafx.scene.layout.*;
    import javafx.scene.*;
    import javafx.geometry.*;
    import javafx.application.Application;
    import javafx.collections.ObservableList;
    import javafx.geometry.Pos;
    import javafx.scene.*;
    import javafx.scene.control.*;
    import javafx.scene.image.ImageView;
    import javafx.scene.layout.*;
    import javafx.stage.Stage;
    public class MenuSample extends Application {
      public static void main(String[] args) { launch(args); }
      @Override public void start(final Stage stage) {
        // create some menus.
        final Menu fileMenu = new Menu("_File");
        fileMenu.getItems().addAll(
          new MenuItem("_Open"),
          new MenuItem("_Save"),
          new SeparatorMenuItem(),
          new MenuItem("_Exit")
        final Menu playMenu = new Menu("_Play");
        playMenu.getItems().addAll(
          new MenuItem("_Start"),
          new MenuItem("_Stop"),
          new MenuItem("_Pause"),
          new CheckMenuItem("_Rewind")
        final Menu helpMenu = new Menu("_Help");
        helpMenu.getItems().add(
          new MenuItem("About")
        final MenuBar menuBar = new MenuBar();
        menuBar.getMenus().addAll(fileMenu, playMenu, helpMenu);
        final VBox layout = new VBox(10);
        layout.getChildren().addAll(menuBar);   
       // layout.setAlignment(Pos.CENTER);
        layout.setStyle("-fx-background-color: linear-gradient(to bottom, silver, derive(silver, 80%));");
        final Scene scene = new Scene(layout, 400, 525);
        stage.setScene(scene);
        stage.show();
      //  ObservableList<Node> menuNodes = ((HBox) menuBar.lookup("HBox")).getChildren();
       // Control menuNode = (Control) menuNodes.get(menuNodes.size() - 2);
       //  menuNode.setMaxWidth(Double.MAX_VALUE);
       // HBox.setHgrow(menuNode, Priority.ALWAYS);
    }

  • How can I make what a user types in text entry box go to the lms?

    Hi,
    I have a couple text entry boxes for non-scored short answer responseses---more of a reflective exercise than anything else.
    However, I'd like the text the learner types to be recorded by the LMS.
    How do I make that happen if it is not an actual assessment?
    thanks

    Each TEB gets automatically an associated variable with a generic name that is the same as the TEB (I always recommend choosing a more appropriate name). Lookin the General Accordion, you'll see the Variable field.
    Do you want more explanation about variables?
    http://blog.lilybiri.com/curious-about-variables-in-captivate-4-5
    http://blog.lilybiri.com/unleash-the-power-of-variables-in-captivate-5
    Those are old posts, but whereas some system variables have changed names, the principles of the posts are still valid.
    Lilybiri

  • Text Entry Box - On losing focus?

    Hello fellow Captivators.  I'm being thick-headed, I guess, but I'm trying to figure out how I might use the new feature of Text Entry Boxes on the Advanced tab:
    I tried the setting as in the graphic, then when I preview, I click in the text entry box to give it focus, then I tab out of it (focus shifted to the playbar), but nothing happens.
    Is this how it's supposed to work?  And I'd love some suggestions about how to use this new feature.
    Thanks very much.
    Mister C.

    Thanks for your insight, Rick.  It is as you say.  If I type a character in the TEB first, then the on focus lost action on the Advanced tab takes place.
    But it doesn't quite make sense to me.  I'm doing a little testing.  The more I test, the more confused I get!!!
    I configured a TEB with a Submit button.  On success, I set it to go to the next slide.  On the Advanced tab, I configured the on focus lost action to go to the previous slide.  Then I tried it ---
    If I type the correct text and click the Submit button, I'd expect the go to next slide action to take place.  Instead, since the focus was lost when I clicked the Submit button, it went to the previous slide.  If I type the incorrect text and click the Submit button, I'd expect to get incorrect feedback.  Instead, again, since the focus was lost when I clicked the Submit button, it went to the previous slide.  If I type correct text and use my shortcut key of Enter, the first Enter does nothing, then a second Enter executes the on success action and goes to the next slide.  But, if I type incorrect text and use my shortcut key of Enter, it shows incorrect feedback --- I assume because focus is not lost just by pressing Enter.  But --- this doesn't make sense either, because the help file says "On Focus Lost Select the action that should be performed when the user presses Enter or Tab, or moves the pointer away from the object."   If I configure the shortcut key to be Tab instead of Enter, regardless of whether I type correct or incorrect text, the on focus lost action happens and I go to the previous slide.
    So it looks like the Advanced tab on focus lost is taking precedence over the submit button validation process.  That is, except for the Enter key shortcut.
    Does this behavior match with your experience?   Or does it even make any sense?

  • Problem with Text Entry BoX in Adobe Captivate 6

    I could not enter correct responses for my text entry box. Plus, the "success" and " failure" options were greyed out for me under properties>options.
    I notice my icon is IAB for text entry box, whereas some users have a placeholder sign for the icon.

    This is very strange, even when not validated you should have at least the Success option in the Properties panel. If it is not validated you are left only with the Success event, that can fire an action when the Submit button for the TEB is pressed (or the shortcut key is used). You cannot be working on a master slide, because it is not possible to insert a TEB there. Please, post a screenshot of the stage with the properties panel, actions accordion.
    http://blog.lilybiri.com/events-and-advanced-actions
    Lilybiri

  • Submit All button for all text entry boxes at end of exam in Captivate 7

    Hi everyone,
    I am new to this forum, and I was hoping that someone could help me out with a problem that has been eating my lunch for the last week.
    I have a captivate 7 project that I am setting up as a virtual workbook, with text entry boxes asking true/false, yes/no, and short essay questions through out the most part of the workbook, and then at the end it has a series of multiple choice questions that are set up on question slides. Is there a way to have all of the text entered in the text entry boxes submited along with the quiz questions at the end, to my LMS? And if at all possible, still inform the user if there are any questions that have not been answered? Like I said, I am new to this forum, so if I forgot to include any important information, I apologise, but if anyone could help me ouot, I would be extreemly thankful!
    thanks,
    Luke

    thenks for the reply Lilybiri! As far as I have been able to find, there is no way to associate a submit all button with TEBs, so I am not sure if this is something that I am overlooking, or if I am misunderstanding the recomemendation.
    What I am trying to do is set up a bunch of TEBs to be answer entry boxes for questions throughout the workbook, which will lead up to an exam. The exam, I am good on, because it has the submit all button attached. But the TEBs that I am using as the answer entry boxes, I can't seem to find a way to link them all to the same submit button.
    I hope I am being pretty clear about it, but I've been pounding away at this for a while, so I fear it might come out a but rambly. So, please let me know if I need to clarify anything.
    Thanks!

  • Cc2014 premiere short cut key not function in Window 7?

    Hello All
    Just got my premiere CC 2014 update recently somehow all the Hotkey or short cut key is not function like "space bar C or V )
    the keyboard works fine "i can type"wonder if anyone have the same problem or know how to solve this problem
    thank you   
    Kelvin
    and I test with other adobe product photoshop bridge works fine, in the premiere interface i go under edit/ keyborad shortcuts on the selection tool razor tools slip tool etc none of them had the shortcut mark on the side
    I try to click and create a shortcut to it but unable to, what is going on I had a few project due very soon. please help

    I'm the only person that needs to save the Titles?
    I do it sometimes when I want to reuse a title in more than one project.
    When you export out the Titles, what happens then?
    Only then does it become a separate file, suitable for importing into other projects.  This is NOT necessary to export your finished video,  it's only necessary if you want to reuse the title in other projects.
    The Titles are photos and scrolling words, that are used together as a memoriam in different projects. So having the Titles as separate files on the HD is pretty much essential.
    That's more than just a title, which in PP usually contains only text.  For something this complex, it might be better to create a base project or template that contains all the elements you want to reuse, and then start new projects with that, renaming to a new project name immediately after opening the template.
    For example, I have an HD Wedding project that contains all my sequences, graphics and titles ready to go in organized bins.  I start by opening that project and do a Save As... using the couple's last name.  That way each new project starts with the elements I need and I don't have to recreate them all the time.

  • Advanced action: jump to next slide if all text entry boxes are filled out. If not, pause project and show error message

    Hi there
    Working with captivate 4 and advanced actions, which is a great new feature, I encounter the following problem:
    I have a sign-in slide, where the user has to insert his name and several other data. For user-friendly handling, I have the text entry boxes appearing one after another, so when the user confirms his entry, the next text entry box appears and has the focus.
    The button for jumping to the next slide works with an advanced action:
    Only if the user has filled out all the text entry boxes, the action "jump to the next slide" is performed.
    If not, an error message is shown.
    It works well so far.
    Now, I want the project to pause there, and not to jump back to the beginning of the slide (as suggested in another Thread in this forum), because then the text entry boxes dissappear again.
    I tried to set the movie control variable rdcmndPause to 1 in order to make the movie pause, but nothing happens.
    I tried it with an external playback control bar and without, it didn't work in either case.
    I found the hint:
    To control the project through the skin file, add the prefix cpSkinLoader_mc to the variables. This might be the solution.(?)
    But how can I change the name of a MovieControl Variable?
    If anyone knows, how this is supposed to work or has another suggestion to solve the problem, please let me now.
    Thanks a lot.
    Petra

    Hi Petra,
    I believe I can help you, but from a completely different angle than anything you've tried yet.  I try to find simple solutions to complex problems.  No advanced actions will be needed, just a little creative timing.  First, I need to be sure I correctly understand what it is you're hoping to accomplish.
    If I understand you correctly, you've got a single welcome slide.  On this slide you've got several TEB's (text entry boxes), set up with variables to make your project more personal or gather some required information.  These TEB's have no right or wrong answers, they simply require an entry: such as an address which begins with a numeric key.  The TEB's are set to appear one after another, as one is completed the next one appears.  Once all have been completed a next button, set to "jump to next slide" takes them  to the next slide and on through your course.  You want the project to pause until the user clicks this button, and only proceed if all TEB's have been entered.  If not, you wish an error message to appear.
    If the above description is correct, I'd do the following:
    Leave your TEB's to show up one at a time as the previous is submitted, as you've described. (each one pauses the slide till info is submitted, then "continues" the slide and the next TEB displays)
    Set each TEB to "display for rest of slide".
    For the next button:  In the properties dialog box, options tab, name the button "Next_button" and uncheck the visibility box.
    Open the properties for the final TEB that students will fill in and set the on success property to "show" then choose the Next_button by clicking the drop down arrow beside the "show" field.  This will hide the Next button until all TEB's have been filled in.
    There is no error message, because there is no possibility of error.  Why tell a student they've messed up, just eliminate that possibility!    All TEB's only display after the previous is entered, and the Next button is hidden until the last TEB is entered.
    I've tested this in a simple 3 slide project and it all worked fine, including some variables.  If you need more detailed info, or would like to see the sample proj. I created let me know.
    Hope this helps.
    randy

  • Moving on to next slide right after completion of TEB (text entry box).

    Hello all--
    I'm using Captivate 4.
    I have a system training course where we require learners to enter the appropriate date into an TEB.  After the date is entered, I want Captivate to move on to the next slide.  For example, on screen 1, the learner enters '060510', then Captivate should move on to the next slide.
    I can make Captivate work great with text menus:  for example, if the learner enters the correct menu item 'A', then I can set the shortcut key to A which causes Captivate to move to the next slide right away and very nicely.  But I can't figure out how to make this work with dates.  Any suggestions???

    Hi there
    What you need is a shortcut key to trigger the action. Captivate makes it super easy to assign shortcuts, but they aren't without issues.
    For example, some shortcut keys are always interpreted by the browser and therefore cannot be used reliably. In your case a likely shortcut would be to assign 0 as the shortcut. But this has issues because the first character typed is a 0. So the first time 0 were pressed an error would likely be issued because the field isn't complete yet and doesn't match the expected date.
    I've seen this asked about before. What is really needed here is for Captivate to allow configuring a Text Entry Box object so it is constantly on the hunt for a specific string the author configures. Once the criteria has been satisfied, the assigned action occurs. You (and anyone else that wants to see this emerge as a feature) should ask Adobe via the Wish Form (link is in my sig).
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcererStone Blog
    Captivate eBooks

  • Text Entry Boxes and their content not being captured in Automatic Recording

    I have searched the forums here and elsewhere extensively and whilst I have found people with similar issues, I have yet to find a solution. My problem is this:
    I am trying to record myself using a piece of software which contains numerous text fields. In the past, when using Captivate 3, I would simply fill out these fields and Captivate would record my entries automatically. When the project was played back, the training simulation would pause and allow the user to type in the text field and provided the entry matched the options I had defined, the simulation would continue to the next step.
    So, my colleague and I have since bought Adobe Tech. Comms. Suite 2 and have upgraded Captivate 3 to version 4. Ever since doing this we have both been unable to successfully capture text entry boxes with their content when recording automatically in any mode. We have checked and triple checked the settings to make sure that the automatic capture of text entry in fields is turned on yet we still cannot get Captivate to perform this task it once so easily could. We both suffer from the same problem on both of our installations of Captivate 4. We have tried recording in all modes with no success.
    I am tearing my hair out as I need to come up with some sample content for a major Governmental client which would be worth a 5 figure sum to my company and I really don't relish having to manually create every text entry box as there are a LOT of them in this application!
    I have also reported this as a bug to Adobe using the correct form. As yet, no response.
    I would really appreciate any genuine help that can be offered by you guys.
    In desperation,
    Rob.

    Ok, I think I've sussed it!
    I've been pulling my hair out for weeks on this and after posting on here, I decided to try something and I think I may have found the problem.
    I work with a laptop as I am a Trainer and therefore quite mobile. When I'm in the office, I dock my laptop and use the Extended Desktop functionality of Windows so I have my laptop screen and a second 19" monitor which i find incredibly useful as screen real estate is always at a premium. And this is where I believe the problem lies.
    I performed a simple test and have repeated this test with identical outcomes everytime. Here is what I did. I fired up Captivate and Outlook and opened up a new mail window in Outlook. I then set Captivate to record the new mail window and hit record. I typed some text into the To field and the Subject field and then stopped the recording. I then previewed the results. When the new mail window was on my primary screen, (i.e the laptop) the Text Entry Box recording worked 100% fine. However, if the new mail screen was residing on my secondary screen, i.e. the monitor, the Text Entry Box recording failed!
    So it would seem that Captivate 4 has an issue with seeing the text entered on a secondary monitor when Windows is running in Extended Desktop mode. I am absolutely certain this wasn't an issue with Captivate 3 as I created plenty of content without any of these problems and I was using the Extended Desktop back then.
    So, if anyone else is having the same issue, and you are running an Extended Desktop, try what I did above.
    In the meantime, I am raising this issue with Adobe in the hope they can get this fixed, but at least now I can carry on with my content creation
    Regards,
    Rob.

Maybe you are looking for

  • Beta driver for Titanium Fatal1ty Pro and windows 7 64 bit

    I see there are beta drivers on the website for the X-Fi Titanium Fatalty Pro on Windows 7 64 bit. The drivers are dated June 23, 200. Are there any known problems with this set of drivers?

  • OCCI: How to get tablename of column described by metadata?

    Hi there, I need to determine the tablename of columns, which were selected in a select-command. Using the getColumnListMetaData() function from the ResultSet class I get the metadata for each column of the select-command. vector<MetaData> data=rset-

  • Automatic debit to customer, if customer fails to pay within due date

    Dear Gurus, i belong to consumer products company. we give incentives to our customer in form of different discounts e.g. booking discount, monthly discount, trade discount, foreign tours etc etc. At present our payment terms ranges 30 to 60 days and

  • DOM to string in C++ Parser

    I see this has come up in various forms before, but what's the best way to convert from a DOM Document instance to a string (for saving to a file) using the C++ tools? I found Node::print(...) in the header file, but get a link error as if it's not r

  • SAP A&D Course Details

    Dear Experts, Could you kindly let me know the course numbers for SAP Aerospace and Defense. Thanks Abdul