Show/hide text caption

I want to hide a text caption when the user enters the screen but want to display when the user clicks on a box of click for the third time (maximum attempts). How can I do this? Advanced actions or JS. Help, please. *

Hello and welcome to the forum,

Possible with advanced actions, have several examples on my blog.

This will be the workflow:

  1. Create a variable user v_counter, if the user cannot return to the slide, not need to initialize it when entering the slide, because if there is no initial value starts at 0
  2. Create the text of the legend TCWarning and set it to invisible in the properties panel
  3. create a conditional advanced action to be triggered by the success of the click box event; don't know what version of CP you use:
    1. increment the counter - CP5/5.5 in a simulated standard action that will be the first decision "Increment":

      • IF 1 is equal to 1
      • THEN Expression v_counter = v_counter + 1
    2. Check the value of the counter in a second decision 'Show '.
      • IF v_counter is equal to or greater than 3
      • SEE the TCWarning

Lilybiri

Tags: Adobe Captivate

Similar Questions

  • Click a button to show/hide text

    Hi all

    I would like to create a HELP button. This means when I run the labview, just click this button then it will show a text that I wrote before. Click again to hide the text.

    Is there any Vi to do this?

    Thank you in advance!

    There is no available for this readymade VI. You can use the visible property.

    This is my idea

    ---------------------------------------

    1. first create the Boolean command

    2. create indicator string (to display the string)

    3 when the Boolean control of press user visible string (must use the visible property) and vice versa.

    ----------------------------------------

  • Advanced actions - trying to show a text caption

    I have a slide with 5 legends from intelligent forms, and 5 click boxes. All 5 active forms are hidden. I have 5 variables, which are set to zero. When a click box is clicked, the corresponding chip shows form and the value of the first variable user is set to one. When another click, click on the corresponding box shape smart shows and the following user variable is set to 1. Each area of the click is configured in a similar way. I created 5 Advanced actions, and the action of success for each of the boxes click use one of 5 Advanced actions. The action for each click box looks something like this (I use generic names for this example):

    IF variable1 is equal to 0

    ACTIONS

    See the textCaption1

    Assign variable1 with 1

    Reading Audio sound.wav

    Continue

    It works very well and the corresponding smart forms are evidence as it should when each of the boxes to click is clicked on.

    But I have a comment text caption additional I want to show after all 5 intelligent forms are showing. I tried implementing a tip action that looks like this:

    IF

    Variable1 is equal to 1 AND

    variable2 is equal to 1 AND

    Variable3 is equal to 1 AND

    variable4 is equal to 1 AND

    variable5 is equal to 1

    ACTIONS

    See the feedbackTextCaption

    But even once all the boxes click user clicked (which must define each of the 5 variables to 1), the legend of notes text is not displayed.

    Can anyone help with a suggestion?

    @Sreekanth, which is not the right approach, because a user can click 5 times on the same box of click and see the final text caption. Only when you turn off an already clicked interactive object that can be used. Jay was right to choose five different variables.

    @Jay how you trigger this last conditional action? In which cases do you use? You explain that the first described action is triggered by the click box, but not what triggers the conditional action.

    I suspect that you will have to combine the two actions and assign them to each click box. This means a conditional action with two decisions:

    'Always' first decision needs the condition "If 1 is equal to 1", to create a simulated standard and must action be the text caption, set the variable to 1 and play the audio. I don't know why you added "continue?" If the boxes to click on break at the same time, do not add continue, let the playhead in the same place.

    Second decision "Checker" is conditional action you've written, check the values of the 5 variables, and if they all have the value 1 for display text in comments.

  • Show/hide text field

    Hello

    I have the Group of option buttons, five choices, and by choosing No. 5, I want a text field become visible.

    Someone at - it an idea how to make this happen?

    Kirstine

    You will write the code on the change event of the RadioButtonList method (look in the hierarchy) where radio buttons are grouped. The group object will hold the value currently set for the RadioButtonList method. You can test to see if the group is set to 5 while you bring up your field. Make sure that each RadioButton has a unique value when it is turned on. Something like this:

    If (this.rawValue == 5) {}

    FieldName.Presence = "visible".

    } else {}

    FieldName.Presence = 'invisible '.

    }

    Paul

  • How to make a text caption disappear in 7 Captivate?

    Hello

    I want to do a text caption to disappear.

    I don't want to use a reversal or slidelet because their region (even transparent) hotspot covers the button that stops the top, above and to the low States of reversal of projection (I want the different State colors to show). To make sure that the 3 State button colors show, I used a tip action with the button 'Show' the text caption.

    It looks great, but the text caption does not disappear when I click anywhere.

    I would like to than the legend text to disappear when the user clicks the mouse again.

    Could you please tell me how to do?

    Thank you!

    You cannot trigger an advanced action with a text caption, with an interactive object, only those who have an accordion of Action:

    http://blog.lilybiri.com/events-and-advanced-actions

    I wrote 'create a variable user with a default 0 ". This isn't the label of a text entry box. You can create a project, Variables or in the dialog box variable advanced actions, that has a button "Variables".

    http://blog.lilybiri.com/curious-about-variables-in-Captivate-4-5

    I used a smartshape as text container, it is indeed this text container (can also be a text caption) you want to hide, right?

    Be sure to also create the Else part.

    What you do is the following:

    If the text container is not visible, the value of the variable will be 0. In this case, the text container must be made visible (see the) AND the variable should be replaced by 1. This is the first part of the condition

    If the container is visible, the value of the variable will not be 0 but 1. In this case, the text container must be hidden AND the variable needs to be changed back to 0.

    Lilybiri

  • Button to display invisible text captions

    Hi all!

    I'm sure there is a simple answer to my question, but since I have been looking and try things for a few days I thought going up the white flag and ask for help. I am a new user of Captivate 5.5 and advanced options, but I think I have a basic gist - just enough to get me in trouble.  So what I'm trying to accomplish:

    I have four text captions on a slide I want to allow the user to make visible by clicking a button. Most likely a transparent button placed on an image, but for now is not serious what the button looks like, just that it works. I put the button that success, it assigns a 1 to a variable named v_click (from lilybiri blog ROCKS!) and she has 5 attempts so that when the last attempt, it passes to the next slide. I wrote my screen1.JPG first two advances of actions to check the v_click variable and depends on what this number is, see the corresponding text caption. When I saw the project, the button does nothing and my legends remain invisible. I'm sure I'm missing a step somewhere but I can't seem to get my reflection process on the right track. Ideas or points in the right direction would be greatly appreciated!

    screen2.png

    Becky

    I am so sorry and once again on the tablet. You must show 4 text captions, every click must show in the sequence TC1, TC2, TC3, TC4. And to track clicks that we use the user created var v_click. The two actions are done in a single decision. When all the captions are visible and the user again clicks, a button should appear. But not sure sicelle last action is out or with the appearance of the last TC4. Decisions are executed in the order:

    Decision 1

    IF v_click is greater than 4

    THEN see the BtNext

    Decision 2

    IF v_click is equal to 4

    THEN see the TC4

    Expression v_click = v_click + 1

    Decision 3

    IF v_click is equal to 3

  • Remove "show/hide TOC" in iframes

    I use RH9 to generate webhelp and uses iframes on almost every page of my project and thus I need to divide the pages in coloumned tables.

    My problems:

    one) I want users to have access to the table of contents and glossary, I created, but the mess of navigation page to the top of my alignment of the table. The obvious solution is to hide the table of contents by default at startup, but none of the tips I found (including Peter Grainge) to modify the js files to make this work for me. The best I could do is settings use webhelp HR integrate the show/hide text at the top of each page.

    (b) Unfortunately, the text to show/hide appears in each topic in the IFRAME, as well as on the pages of the main topic. Users who click on these links in an iframe lose the window of the main topic.

    Then, I can hide the default navigation getting started page and can I selectively incorporate a text to hide/show on the pages, except those iframes? I don't mind doing so manually if necessary. I understand that I could place the subjects I want to display in outdoor iframes to the project, but I would rather not since that affects the portability from one server to another.

    Thanks for any help. John

    Hi John,.

    To hide the navigation page, follow these steps:

    (1) before generating the output of WebHelp, exploring to the! SkinSubFolder! folder in your project folder and open the skn (to be used in the output) file in a text editor and modify it to , as shown in the screenshot below:

    (2) the output and observe that this navigation page must be hidden by default.

    If you want to insert to show/hide only selected topics, I'm afraid you must do it manually.

    For letting us have the best overview of your condition, you can also share a sample project with the necessary details such as your desired output.

    Please perform the following steps to share the project-

    1. click the button register to sign up for a free account at http://acrobat.com.
    2. Once you log on to your account, download the project.
    3. once the project is transferred, please share with us.
    (File sharing option is available in the lower left corner of the page as an option for specific files).

    I hope this helps.

    Thank you
    Aditi

  • Captivate: Using Javascript to show/hide captions text

    Hello

    I want to show/hide a legend of text using javascript. I can't find the way to do it with advanced actions. I don't know if it's because it belongs to a question slide in a pool. Anyone know if this is possible and how this can be done?

    There is nothing wrong with your English - no need to apologize :-)

    I just tested it. Seems to work for me to create a tip action that will show my custom legend if I set a variable of personalized tour. Rather than xplain, I have attached a word with some screen shots doc and an example of file CPTX. File is Captivate 5, but even should work in 5.5

    Steve

  • Has anyone seen this error of conditional text: show/hide is incompatible?

    When I generate my book file, I get the following error in the log:

    Show/hide hidden is incompatible.

    Does anyone have any suggestions on how to troubleshoot and resolve this problem?

    Thank you

    Janie Gulley

    FrameMaker assumes that when you export a book, you would like conditional text to shown the same way across all documents in the book. It warns you if it is not so.

    "Show/hide hidden is incompatible" means that the hidden state is not configured the same throughout your book. For example, it can be displayed in some documents but hidden in others, or an indicator of Condition red in some texts, but blue in others.

    To resolve this problem:

    1. Select a document in your book where the conditional text settings are correct and open.
    2. Click on the book and type Ctrl + A to select all the documents in it.
    3. Choose file > import > Formats. Import the Formats dialog box appears:
      1. Click deselect all.
      2. Check the conditional text settings .
      3. Click import.

    All the documents in your book have now the same conditional text as your chosen document settings.

  • Hide text conditionalized causes listed above show the additional list item

    So, I have a document I want to condition some sections for. It has section A which has a list of tasks in it followed by section B which also has a list of tasks. I want just condition section B so that it is not published, as the function what it documents is not ready yet.

    I've highlighted the section I want to condition and applies the condition (which brings us to the second problem of the no defined style not to State not displaying but that doesn't matter to the main issue).

    condition-visible.png

    Then I text show/hide conditional and set the condition to be hidden. Here is the result:

    condition-notvisible.png

    I now have an additional empty list item where I don't want one. How can I get rid of him?

    It seems that you did not include the end of the last task list paragraph mark in Section B. Which will cause the condition hidden marker inserted in the last paragraph numbered step.

    Compared to the selection of the brand at the end of paragraph in the last step:

  • Problems with reset toggle buttons that show/hide captions

    I have a problem with the buttons toggle that I use to show/hide a number of legends about a single slide of the reset. The rocker works very well on the first button when I click on and off to show or hide a legend. A simple click on and watch legend. One click off the coast and the legend disappears. However, if I leave a legend that is displayed and click on other buttons to show/hide the other legends, they do not show or hide in a single click. They require two clicks. It seems that something continues the read head after that first toggle is used until there is a second click. The same thing happens if I reset to enter action. If I click on a caption and leave it in place and move to another slide, it disappears when I re - get this initial slide. However, it requires two clicks, not one alone, to display the legend. I find it very strange; I learned most of my techniques from the Lilybiri blog, but this problem does not occur on his examples. I think I'm missing something obvious, but may not know what it is. Any help is very appreciated.

    if_aa.jpg

    else_aa.jpg

    reset_aa.jpg

    Yes, I use Cp6. What I wanted to say about re-use, is that I have different scenarios where a similar script could be used, if your suggestion of a model is a good. My original intention was to write it in a txt for reference. Thank you very much for all your suggestions and links. I'll keep you posted.

  • show/hide the object with the text box

    Hello world

    has obtained a display code and masking of an object with a button and it does not work well. This is the code

    function show_hide_image1(evt:MouseEvent):void {}

    Image1.visible =! Image1.visible;

    }

    Enterbtn.addEventListener (MouseEvent.CLICK, show_hide_image1);

    Now, got another code with a box of password who send me on different Label based on what is in it. There is the code.

    Enter.addEventListener (MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_4);

    function fl_ClickToGoToAndStopAtFrame_4(event:MouseEvent):void

    {

    If (Passwordbox.text == "cryocath") {}

    gotoAndStop ("cryocath");

    } Else if (Passwordbox.text == "54321") {}

    gotoAndStop ("A54321");

    } Else if (Passwordbox.text == "123456789") {}

    gotoAndStop ("A123456789");

    } else {}

    Stop ('error')

    }

    }

    Now, my question is, I want to introduce my hide/show code this code but do not understand how to do it. What I want is that if I enter my Passwordbox, my "image1" show/hide object "image1". If I get "image2", my "image2" show/hide object. Can someone help me with this? TNX

    :

    Enter.addEventListener (MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_4);

    function fl_ClickToGoToAndStopAtFrame_4(event:MouseEvent):void

    {

    {if (this [PasswordBox.Text])}

    This [PasswordBox.Text] .visible =! this [PasswordBox.Text] .visible;

    }

    If (Passwordbox.text == "cryocath") {}

    gotoAndStop ("cryocath");

    } Else if (Passwordbox.text == "54321") {}

    gotoAndStop ("A54321");

    } Else if (Passwordbox.text == "123456789") {}

    gotoAndStop ("A123456789");

    } else {}

    Stop ('error')

    }

    }

  • How to show/hide conditional text on the text selected with the FDK API

    Hello!

    Do you know how to show/hide conditional text in a selected text using the FDK API? I managed to do it on the whole document, but I need to do on specific selected text...

    Thanks in advance,

    Stefano

    Hi Stefano,

    This is not possible, the conditions are the properties of the document and cannot be changed from visible to hidden or v.v. for the full document.

    If you really need a more detailed method, you must create a separate condition for the selected text.

    -Michael

  • Show/hide conditional text to a book level

    I use TCS2 on Windows XP.

    9.0 FM p250

    I have several files as part of a great book of FM. Each file has the same conditional text tags. Can I, at a level of book, put my conditions to show/hide, etc. and then update the book? So far, I don't know how to open each file, define the TEXT CONDITIONAL SHOW/HIDE like I need (is not to show very indicators and according to my built-up expression) then save and close each file.

    Is there a way to make all my files at once? Note I want them all put the same way... so that might make it easier...

    Thank you

    Adriana

    adrianaharper wrote:

    I use TCS2 on Windows XP.

    9.0 FM p250

    I have several files as part of a great book of FM. Each file has the same conditional text tags. Can I, at a level of book, put my conditions to show/hide, etc. and then update the book? So far, I don't know how to open each file, define the TEXT CONDITIONAL SHOW/HIDE like I need (is not to show very indicators and according to my built-up expression) then save and close each file.

    Is there a way to make all my files at once? Note I want them all put the same way... so that might make it easier...

    Thank you

    Adriana

    I do not have FrameMaker available right now, so I work from memory, using FrameMaker traditional menus, rather than the FM 9 tools.

    Select all the files in the window of the book. With the asset book window, open the view menu and search for conditional text. Your settings here apply to all the files selected in the address book window, so it is possible to establish conditions on some or all of the files. CTRL + click to select non-contiguous files; Shift + click to select a range of contiguous files.

    HTH

    Kind regards

    Peter
    _______________________
    Peter gold
    Know-how ProServices

  • Demo of software with optional text captions

    Hello

    I create short software demos for our customers. Each client has a different environment put in place for example some of their end users have audio capabilities for video and some do not. I was wondering what would be the best option, if I wanted to give them my example output file html 5 which gave them the ability to toggle captions of text or toggle audio at the start of the video.

    Any help is greatly appreciated.

    Thank you

    Dan

    Have you tried to use the CC feature? Most bars have a CC button to turn on/off. You can also create custom buttons that toggle the sound signal and show/hide the CC.

    In this post, you will find some scenarios for the toggle buttons: buttons in the form of rocking - Captivate 6 - Captivate blog

Maybe you are looking for

  • How can I remove icons Google Apps and Google search page AFTER 41 of Firefox Update Options?

    Before my recent upgrade to Firefox 41, while using Google search in the search bar, Google Apps and Options icons were not on the search page. After the upgrade to Firefox 41, two icons appear. How can I remove them?

  • to hide AGAIN the comments user journal form

    Sorry guys but I have tried and read all about it, but any solution for me. How to hide this sit? sadenly appears in the screen of my paper, before that 2 days for 2 years, it was only my acount Yes, in 'users and groups' to the user invited, ALL are

  • Satellite Pro L300-1AF fails to start

    I have a Toshiba Satellite Pro L300-1AF that won't start, it stopped working a few weeks ago and I tried startup repair and things, and nothing seemed to work just kept loading a black screen with a cursor but nothing else. After a little more resear

  • Boot from the disk ESATA on the Qosmio F50 - 10Z

    Hello is it possible to boot from an external drive using the ESATA port?I have BIOS 1.60 installed but I don't see an option for ESATA? What a USB? Laptop is a Qosmio F50 - 10Z Thank you

  • 2 tunnels PPTP from the same source IP to a hub of 3030

    I have several machines that need to do the same PAT PPTP tunnels. We have not yet deployed a tunnel from LAN to LAN. Is there a setting to make it work? I keep getting the error "Tunnel PPTP for peer refused x.x.x.x - already implemented" when a sec