Captivate advances when wrong click box is clicked

I have a simple slide with 5 weblinks. I need the slide to stay on screen until a user clicks a specific button to continue but that allows them to select any of the others (weblinks) before doing so - this is what I setup...
- Clickboxes were arranged for each website reference on the slide and were set up to open a new window with the webpage URL. They were not set to pause until user clicks as they should allow the slide audio to continue until done. They are also all set in the URL drop down to allow the project to continue. This seems to work fine on its own with the slide audio continuing as the user selects the webpages they want to check and the screen remained after audio completed. Perfect.
- Good so far. Now I add a button and a click box but this time set it to pause until the user clicks and set an appropriate caption. I expect it to do just that and all is well unless the slide playtime ends. If the slide has reached the end of its play time (approx 17sec) and ANY click area is clicked the presentation continues. So, regardless of whether the continue click box is clicked or and of the weblink clickboxes are, the project advances and continues playing the next slide.
Captivate does not seem to be able to discern WHICH box is clicked but I do not want the advance to occur until the user clicks this box.
Am I missing something - hopefully? This seems basic.
(this is in Captivate 5, latest release v5.0.1.624)

Issues like this make a very regular appearance on this forum. In most cases they can be easily resolved by correctly timing the pause point of relevant clickboxes and buttons, or by adjusting the pause behaviour (turning it off or on).
You need to remember that Captivate slides are not like web pages.  They're really movies playing at 30 frames per second.  They don't sit still like a web page does.
If you can't get the desired behaviour via timing or tuning of your clickbox/button settings, the other option you have is to use Event Handler widgets instead of clickboxes or buttons: http://www.infosemantics.com.au/catalog/widgets/interactive/wdgt_event_handler_01
You can use as many of them as you want on the same slide.  They have options to disable Pause or Disable Continue, depending on what playback effect you're trying to accomplish.

Similar Messages

  • Can I have an action occur only after a button / click box is clicked and held for three seconds?

    Within Captivate, I am trying to simulate touching and holding a button for three seconds on a touch pad to get a second window to come up.  I have an image of the touchpad and an image of the second window.  Now I have to set up the interaction.  Is it possible for me to have an image "show" -- in this case, the second window -  only after a click box or button is held for three (or more) seconds?
    Thanks for any help!
    Ryan

    Hi TLCMediaDesign,
    That sounds very interesting and I would like to learn how to do it. I just read Common JS interface and I know how to manipulate the output at runtime using the JS console, but that is all I really know how to do...
    To understand your answer, I had to make a few assumptions.  When you say JS "post publishing", you mean going into one of the JS files that get published with the project such as standard.js and manipulating that.  Is that correct?
    My second question has to do with the event listener.  I have some experience with JS in the past and manipulating HTML elements, for example.  How do I find a particular button, or any Captivate object in the JS?  HTML elements always have IDs and classes...
    Thanks for any help..

  • First Screen click box -must click twice

    My colleague created a simulation in Captivate and inserted a
    clickbox over the Start Button. The clickbox is set to appear for
    rest of slide (and, in attempt to troubleshoot the issue, he's set
    clickbox to appear for a specific number of seconds as well ); the
    option to pause the movie until learner clicks is selected; the
    double click option is NOT selected.
    When movie runs, the user must click then wait a while, then
    click on the start button again before moving to next screen.
    Why is this? Any theories?

    Another method of avoiding this issue is to insert the Mark
    of the Web (MOTW) on your HTML pages. Google "Mark of the Web" to
    see learn more about this method. As long as we have the MOTW on
    our HTML pages, the page is considered to be in the Internet zone.
    Also note, you must have MOTW on all your HTML pages otherwise
    moving from page to page does not work. As some pages are
    considered to be in the Internet zone and others are not.
    The nice thing about this method is that it works for other
    items besides Flash and the learners do not have to perform any
    extra tasks to make it work correctly. Someone else provided code
    that you can add to just the HTML pages you use to launch your
    Captivate (Flash) files. It works too. But I prefer the MOTW
    because it doesn't try to circumvent the inherent security
    features.
    Thanks, DBlake

  • Inserting an image when a "Click Box" is checked

    Hi,
    I'm working on designing an training activity for a new system which I do not have access to.
    The screen I'm working on involves the users checking off a number of boxes.  How can I make a "check mark" image appear in the box once it has been clicked?
    Please help...I'm faced with a deadline for tomorrow and this roadblock has me stumped.

    Hello,
    It helps if you mention the version you are using. Hoping it is at least Captivate 4. There is indeed a checkboxes widget coming with Captivate that could do what you want, provided you like the checkmark there.
    If not insert as many checkmark images as you will need and set them to invisible. If nothing else has to be executed when the click box is clicked besides showing the checkmark image, you do not need an advanced action but can just apply the action 'Show <image>' as success action where <image> is the ID of the checkmark you want to show. But beware: if all those click boxes are on the same slide, you have to know that the playhead will be released when the click box is clicked and will move beyond the pausing point. To avoid that you'll have to rewind the playhead, and then you'll need an advanced action instead of a simple action with two statements:
    show <image>
    Assign rdcmmndGotoFrame with rdinfoCurrentFrame
    The second statement puts the playhead back before the pausing point.
    Lilybiri

  • Displaying a caption when multiple click boxes has been clicked in a slide.

    I have 9 click boxes in my slide which when clicked opens a different page except 1 click box.1 click box takes the user to the previous page . I want to display a text caption when the user has clicked other 8 click boxes just to make sure they go through all the pages. Is there a way in captivate to do this? If yes, how do I do it?

    Since you are not yet familiar with advanced actions (and variables?), will try to explain in detail and provide some links to articles/blog posts as well.
    Create 8 user variables, one for each click box (Project, Variables); I will label them v_one, v_two.....v_eight It is not necessary to give a default value
    Create another user variable v_counter that will be incremented whenever a click box has been clicked for the first time
    Create a first click box (set to visible), label it CB_One (find that easier) and in the Properties panel, Action accordion, On Success change the action to 'Execute Advanced actions'. Then open the actions dialog box with the Folder icon that appears.
    You have to create a conditional action, so select that type, and label it CB_One (is possible, an exception because normally you cannot have same labels); this action will need two decisions (have a look at my video tutorial: http://kb2.adobe.com/community/publishing/858/cpsid_85847.html):
    First decision 'Visited' checks if the click box has already been clicked, visible when the value of v_one = 1; if this is not the case (first click) v_one gets the value=1 and the counter v_counter is incremented
    Second decision 'Check' checks the value of the counter, and shows an initially invisible button (I choose a button, BtNext but you can also have a click box) if the counter reaches 8, bummer the forum doesn't allow me to insert an image, have to type:
    IF section                       v_counter is equal to 8
    Actions section             Show BtNext
    Duplicate the click box 7 times, label them CB_Two,  ..... CB_Eight  (beware: case sensitivity). To each copy the same advanced action is attached, but you'll have to create duplicate actions for each one CB_Two....  In the duplicates you have to replace the variable v_one by the proper variable (v_two...) in the first decision; the second decision remains the same
    Test.
    Lilybiri

  • Project locks up when user double clicks click box

    I have a series of practice questions in my Captivate 5 projects that use click boxes to select the question's answers.  The project pauses at the click boxes (which all appear at the same time), and a feedback caption appears.  A second later, a continue button appears.  The project again pauses until the user clicks the continue button.  Then the project goes to the next slide.  My problem is that when the user double clicks a click box,  or clicks it right when it appears (the cursor changes from arrow to a hand), the continue button does not appear.
    I am just considering deleting the continue button but my intent there was to allow as much time as the user needed to read the feedback captions after clicking the click box.  Any help on this is appreciated.
    Options selected on click box: hand cursor, and pause project until user clicks.
    Thanks.

    Actually, I was more wondering what kind of code I
    need to add to my program to make it possible at all.
    My file input and output is all done from a Utilites
    class which I made but quite obviously any OS will
    not know to call Utiities.load(...arguments...).
    But, my goal is to have my program work as seamlessly
    as possible with a normal person's desktop.I'm sorry, you're right, I completely misread your post. I would definitely take the tactic of writing a .reg file and executing it. That seems to be the accepted way of creating registry entries on Java if you have to do such a thing.
    Here is a link to the type of .reg file you're going to need to associate a file with a certain program, and you'll need to modify it slightly to do a 'java -jar myJar' type of thing. Then, just point Runtime.getRuntime().exec() at it, and you should be good to go.
    The only thing I'd be worried about is how to find the JAVA_HOME. If you launched your installer via WebStart (or had the user double-click the jar for the first time), though, you could just use
    System.getProperty("java.home");

  • Two click boxes counted as one interaction

    When I have a screen with two click boxes that are ticked to include in quiz, I only want one or the other clicked, not both. It seems that Captivate wants you to click both in order to for it to recognise that all questions have been answered. How do I get around this?

    If this is one of those situations where the user needs to choose one of two correct answers, and clicking either click box would be considered a correct answer, then one way to deal with this is to use the Infosemantics Interactive Master Widget:
    http://www.infosemantics.com.au/adobe-captivate-widgets/interactive-master
    You turn off reporting for both of the click boxes and get them set up as slaves of the Interactive Master Widget, which then reports a single score to the quiz regardless of which click box is clicked.
    Trial version available here if you want to try it out:
    http://www.infosemantics.com.au/adobe-captivate-widgets/download-free-trial-widgets
    Just one caveat:  This is an SWF widget so it is not compatible with HTML5 output.

  • Need Label/Title for Click Box Button for Screen Reader

    Version: Captivate 3
    1) We created an online course for a government client. The next screen navigation (next/back) we used click boxes. However, when read by a screen reader it just says "click box 1", "click box 2", etc. We  need it to say "back", :"next" etc.
    CAN THIS BE DONE?
    2) We did try a workaround with buttons by making the text a tiny font size and the same color as the background to fool the program. However, the buttons become inactive when the movie time is up. We need to buttons to stay active because if the user walks away to the restroom and comes back we don't want them to have to restart the program.
    Is there any way to keep buttons active eventhough the movie is complete?

    Hello Chaitak,
    It looks like the problem is not in the Click event. The Ribbon UI is a static thing from its birth. You need to use callbacks, not to set values in the Load event like you did for any UI controls in .Net applications.
    There is no need to handle the Click event of the toggleButton control for changing the label property. Instead, you need to use the callback. For example, to change the label you need to declare the getLabel attribute. And when you need to update/refresh
    values you can call the
    Invalidate method of the IRibbonUI interface. It invalidates the cached values for all of the controls of the Ribbon user interface, your callbacks are invoked to get new values.
    You can read more about the Ribbon UI (Fluent UI) in the following series of articles in MSDN:
    Customizing the 2007 Office Fluent Ribbon for Developers (Part 1 of 3)
    Customizing the 2007 Office Fluent Ribbon for Developers (Part 2 of 3)
    Customizing the 2007 Office Fluent Ribbon for Developers (Part 3 of 3)

  • Multiple click boxes on one slide; Pausing project

    I'm using Captivate 5.5. 
    I have four click boxes on a slide.  Three click boxes upon clicking show an image and then show a success caption.  The forth click box shows a success caption but also is set to "pause project until user clicks." 
    Unfortunately, if any of the three click boxes are clicked it advances the playhead even though the forth click box was never clicked.  How can I pause the project until only the forth click box is activated no matter if the other three click boxes have been previously clicked?

    Hello,
    Default behavior of click boxes is to trigger the simple action that is assigned to it AND at the same time to release the play head. Even if those 3 click boxes had a pause, at the same moment as the fourth, this would have happened. If you put the pausing point of the fourth click box later than the pausing of the first three, it will work fine if the user clicks only one out of 3 click boxes.
    If you replace the simple action by a (eventually one-line) advanced standard action, the play head is not released:
    http://blog.lilybiri.com/why-choose-standard-over-simple-action
    http://www.youtube.com/watch?v=M3nKi-DB6Fw
    Lilybiri

  • Need help in LiveCycle Forms - Highlighting required fields when the check box is checked / Un-highlighting the fields if I un-check the check box...

    Hello All!
    I am relatively new to creating forms within LiveCycle but I have learned quickly so bare with me on my question.
    I have figured out how to highlight a field when a check box is clicked on, however, I cannot get it to remove the highlight when the check box is unchecked?
    This is what I used for the highlight:
    Subform1.fieldname.fillColor="255,255,0"
    Can anyone provide any insight or suggestions on how I might fix this script issue?
    Thanks in advance!
    -Lisa

    Hi,
    Script migth be something like this. Put it on Change event of the check box
    if (this.rawValue == 1) { Subform1.fieldname.fillColor="255,255,0"
    xfa.layout.relayout();
    else 
    { Subform1.fieldname.fillColor="255,0,0"
    xfa.layout.relayout();
    BR,
    Paul Butenko

  • The update itunes update software box comes up when I open itunes, I click to download the box disappears and it never starts the download. Whats wrong?

    The update itunes software box comes up when I open itunes, I click to download, the box disappears and it never starts the download. Whats wrong?

    You might not have enough space left on your hardrive.

  • Captivate 6 is Crashing when inserting click boxes and other issues

    Desperately need help because I have never seen anything like this.  I use Captivate 6 in the workplace and have not run into an issue like this in the 9 years I have used Captivate.
    Captivate will not open any new projects (800 x 600 or 640 x 480 etc.)  Nothing happens.  When I open 1024 x 768 (the project size I have been using for the last year), a new project will open but when I try to add a click box, I get an error message "A fatal error has occurred and the application is being terminated.  Adobe Captivate tried to save all your work int he respective project folders as "cpbackup" files.  Please restart Captivate.  This has only been happening for a week.
    When a coworker or IT employee signs onto my computer under their profile, Captivate works fine for them.  I went to another co-workers desk who has Captivate and when I sign on her computer under my profile, I have the same problem so we figured my work profile was corrupt.  IT set up a new profile 2 separate times, I have uninstalled and re-installed 3 or 4 time and nothing works.  We are on a network but Captivate is installed on my C:Drive and I save all my files on the C:Drive.
    The odd thing is if can open up files I have worked on this past year (even up to 2 weeks ago), they are fine and I can insert click boxes without any problems.  It just happens when I try to create a new file. 
    We have Adobe volume licenses at work so I can not call and get support and none of us can figure this out.  I would be really grateful for some help!!
    Thanks,
    Jeff

    For instructions about how to reset the Preferences folder or Clear Cache, see the suggestions on this page:
    http://www.infosemantics.com.au/adobe-captivate-troubleshooting/basic-troubleshooting-tech niques
    If you want 300 more troubleshooting tips for Cp, you'll need to read the book:
    http://www.infosemantics.com.au/troubleshoot-adobe-captivate

  • Captivate 3 - click boxes not working when published

    I have a fairly large Captivate 3 file (131 MB .cp, 77 slides, most w/ audio) that I received from a vendor and am making some final edits. When I preview "next 5 slides" everything works great. When I publish though, the click boxes aren't working. I hear the click sound, but the action (continue, jump to slide, etc) does not occur. My gut feeling is that the file is fairly large and certain functions aren't being properly published.  I have done all I know to reduce the size of both the .cp and published files (image quality, audio quality, deleting unused items, remove Adobe Connect features, resave w/ new name, etc).
    Anyone know a potential cause and solution?

    Hi there,
    I have seen many instances when click boxes won't work. In this first instance I would suggest thatyou try removing the click box on one of the slides, insert a new one, publish and see if this makes any difference.
    If, not then try copying all of your slides from the existing project to a new file. If one of the slides does not copy across it might be that some part of the original project has become corrupted.
    In most cases I have found that removing the original interactive object: Click box, Text Entry Box etc and manually replacing this with a new one tends to address this issue.
    Let us know how you get on.
    Best - Mark
    Visit the macrofireball blog

  • Captivate 4 crashes when I try to add a click box to a slide

    I know this is not an advanced functionality but it's certainly an agressive bug. I have created several movies using the Clickbox button to add boxes to my slides with no problem, but I have one Captive 4 file that crashes every time I click on the Clickbox tool or try to paste a Clickbox from another movie. The problem file was created in the same resolution and using the same techniques as the non-problematic files. Any ideas as to what could be causing this or am I stuck with a corrupt file I need to reshoot?
    Thanks!
    Joyce

    Hi there
    It could be that your project has become corrupt. In that case you might be able to recover by opening a second instance of Captivate and creating a new blank project using the same resolution as the problem one. Then copy slides from the problem project and pasting into the new blank one.
    Just a side note. You seem to be confusing Click Boxes and Buttons. These are two distinctly different objects. Click Boxes operate nearly the same way as Buttons. They are invisible by their very nature.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcererStone Blog
    Captivate eBooks

  • Click box - advanced actions - dims images

    If I have a text box, by using advanced action on slide I hide it, then on a click box I want it to show - when the hidden text box reveals itself, the image dims.  Why is that?  What do I have set incorrectly?
    thank you to anyone who can help!

    Hello again
    Indeed I thought I had explained that.
    Each object such as an Image, Caption or whatever is generally equipped with a Fade In and Fade Out transition effect. These effects are typically half a second long. So if you pause the slide very near the end of the object display time, the pause is occurring as the transition is fading the object out of view. Thus the "dimming" occurs.
    If you configure the object so no fade out occurs on the transition (Fade In only) then it doesn't matter if you pause near the end because it doesn't fade out of view. Likewise, if you adjust the timing so the Click Box pauses the slide before the transition begins to occur, the dimming won't happen either.
    Cheers... Rick
    Helpful and Handy Links
    Begin learning Captivate 5 moments from now! $29.95
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcererStone Blog
    Captivate eBooks

Maybe you are looking for

  • Remote desktop connection caused host to lose a monitor and other settings

    Hello After a successful remote desktop login, on the host I can now no longer detect the 2nd monitor. Screen resolution on remaining monitor is off, it's gone over to use Microsoft Basic Display Adapter even though it was using the correct adapter p

  • Error : Catalog object schema validation failed in OBIEE 11.1.1.5

    Hi all , Facing the below error while accessing few reports present in a folder (Voice Tab) . But , able to access other reports present in the same folder . Catalog object schema validation failed: /users/weblogic/sayak/TPLAN reports/Voice Tab/Net r

  • IPOD Touch and Vista

    Has anybody found a way round sync'n an IPOD Touch with Windows Calendar in Vista. It is frustrating when I am FORCED to use Vista at work and I choose to use Apple (Ipod in this case) at home that the two won't work together. I bet the Apple team co

  • How to call Java Webdynpro from UWL

    Hi All, How to Call the Java Webdynpro Application from UWL by task? I Know about the TX - SWFVISU, briefly explained about the parameters to be maintanied for approval task from workflow. What all the necessary parameters (settings) to be maintained

  • Why Java Platarform Micro Edition 3.0 doesn't reflect the reality ?

    Hi guys, It's my first ME project and I would like to know why into version 3.0 of ME, don't have the necessity of create your access (read and write into files) methods using Threads, and in 2.5.2 I must have to use Threads ? Because my project runs