Is it possible to create a variable that tells you what slides, the user has visited?

Hello.

I'm working on a project where I want a slide to display a button continue and hide the 2 areas of text, but ONLY when the user has already visited 2 other slides. I can only find variables indicating the slide the user previously visited.

Is it possible to set a variable that does this?

I want to create the following advanced measures:

If the user has visited slides 62 AND 87, image_536 to show and hide text_caption_243 and text_caption_242

I don't want action be executed if only 1 2 slide have been opened - it must occur when the two were opened.

Hope that makes sense.

I use 7 Captivate.

Thank you.

You will need two variables, it can be Boolean values. I will label them v_one and v_two with a default value of 0

Because I don't know how the slides are formatted, do you use a Next button or are all visited media executives? You will need to have an event on the two blades to trigger an action:

Assign the v_one with 1 slide 62

And a similar action on the other slides to alternate v_two (do not use the toggle command, if the user accesses a slide twice, it could be toggled to 0).


You do not specify where these text containers need to be (please, label your objects and slides)? But you'll need advanced conditional action triggered by another event somewhere:

IF v_one is equal to 1 AND

v_two is equal to 1

See the Text1

See the Text2

Tags: Adobe Captivate

Similar Questions

  • Reader SDK: is it possible to see what text the user has selected?

    I use Adobe Reader SDK with c#, by looking at the characteristics of communication monitor.

    I can open a document in the reader and allow the user to the user the reader as select text tools, etc.

    Here's the problem: I want my application to know what text that the user has selected.  And I would like to know the name of the field that the user has selected, not only the text of the field.

    PIA of Microsoft Office went something like this:

    currentDocument.GetSelectedText ();

    Is it possible to do with IAC or javascript or plug in the Player SDK features?

    If this is not the case, can it be done with the Acrobat API?  I've looked through the two sets of documents and have not found what I needed.

    Thanks for any help!

    To write a plug-in for Adobe Reader, you will need to go through 2 separate steps.

    Step 1 - Download the SDK Adobe Acrobat (from here http://www.adobe.com/devnet/acrobat)

    and build your plugin against the Acrobat product, following the documentation to ensure that you use only the API that does not exist in the player program. The documentation tells you what version of the Adobe ACrobat program or Reader is required for the function and that the function can be called in Reader.

    Second step: apply for a certificate of reader allow your plug-in to be loaded by the player, the link is on the same web page as the link above. This step can be started until you have created your plugin, and I recommend that start you this process before you develop your plug-in like Adobe may refuse to give you the certificate in which case your development would be lost.

    Only once you have authorization form Adobe can you do your job of plug-in with the reader app.

    Once you have done these two steps there are a lot of people on this forum who can help you with specific problems you may encounter.

    If you are not sure of having the knowledge to build the plug-in, there are a lot of people that you can hire to create the solution for you.

    HTH

    Malcolm

  • How to call user B to drop/create an indexes on a table owned by the user has?

    Hello!
    We have the following situation:
    = > user B has a table that has an index
    = > user connects to the database and must have sufficient privileges or the ability to drop/create an index for a table owned by the user B.
    Since there are several different schemas in the database, it is not possible to grant the privilege "to create any index' or 'delete any index '.
    for the user.
    = > to do even more complicated: the necessary procedure must not belong to user B

    I tried to solve this problem with a stored procedure (which belongs to user C). Why do we use user C? C the user has several packages,
    procedures and functions that get used by other users (for example for purposes of logging, refresh materialized views,...)

    So the logic is:
    = > user A calls user procedure C. In this procedure the call "run immediately" ALTER SESSION SET CURRENT_SCHEMA = B' "»
    is executed successfully. The next step, the < drop index B.i1 > statement would get executed. But this statement fails with the
    exception ' ORA-01031: insufficient privileges ".

    If this procedure is created in the schema of the user B then everything works fine - but because of our current design of the database, this procedure
    must belong to the user C.

    Does anyone know a solution to this problem?

    Any help will be appreciated

    Rgds
    JH

    I think you need the privilege DROP_ANY_INDEX directly to user C.

  • What is the best way to have a form of request for a page web app that tells you what element of web application they watch?

    In previous old web apps, I used the see a scenario of a friend, even if it was not ideal, it did / still works for the most part elderly. It's a long time I don't remember putting it in place! What is the best way to make a request for information from the page now? Any help appreciated

    If you have a form on the detailed view of the web application, and you fill in the fields, lets say 'product name' with the actual tag name as the value of the entry. So who will automatically fill.

    Given that the user has no need to change it, you can even hide the field filled with his car.

  • Hello! Is there a way to create a shortcut that allows you to toggle the checkbox "Allow pages to choose their own colors, instead of my selections above" located in Tools/Options/content/colours? I need to change this setting repeatedly and need to speed

    I looked for the Add - ons that could automate this configuration change, but nothing helped. Only actions of web page can be saved in a macro, but no change in configuration.

    A shortcut to access the appropriate dialog box would help as well. I could manually check / uncheck box saving all stages several necessary to get there. But I don't him not found anywhere.

    I thank very you much for any help you can provide me.

    Best regards

    Alex

    I have a checkbox on the PrefBar to pass this parameter (browser.display.use_document_colors).

    PrefBar can also assign a shortcut buttons and checkboxes.

  • Is it possible to create a folder that can hide files automatically, when they are copied in it?

    Hello!!!

    Is it possible to create a folder that can hide files automatically, when they are copied in it? I mean how to program a folder so that everything that he would automatically become hidden? I would be very grateful...

    Is it possible to create a folder that can hide files automatically, when they are copied in it?

    Yes. A sort of roundabout.

    For this example, create a folder on your C drive named HideTest.

    Download http://winsupport.org/utilities/freedos-choice.html Choice.Exe (click on the link to download the utility program near the bottom of the page. "And save it in the C:\HideTest folder).

    Open Notepad and then copy and paste the following text in it:

    Off @Echo

    : All
    Set FilesToHide = No.

    : GoToDir
    C:
    cd\HideTest

    : Top
    CLS
    IF FilesToHide %! Is Yes! Attrib *. * + H

    : Choice
    Choice.Exe /c:YN t:Y, 30 are looking for files to hide
    If ErrorLevel 2 Goto: exit

    : MakeList
    Dir > TempList.Txt

    : CheckFiles
    Set FilesToHide = No.
    Find.Exe "0 file (s)' TempList.Txt
    If ErrorLevel 1 Set FilesToHide = Yes
    If exist TempList.Txt Del TempList.Txt

    : Loop
    Goto: Top

    : Output
    Set FilesToHide =
    If exist TempList.Txt Del TempList.Txt
    Output

    Click on file, then save under...

    Go to C:\HideTest

    Name the file Hide.Bat

    Click Save

    Close Notepad

    Open Windows Explorer

    Go to C:\Documents and Settings\UserName\Start where user_name is your own username.

    In the right pane, right click, select New, and then click shortcut.

    Click Browse, and then navigate to C:\HideTest and click on Hide.Bat, click Next.

    Type a new name or accept the default name and click Finish.

    Right-click on the newly created shortcut, and click Properties.

    Change the race: from the normal window to reduced.

    Click on apply, and then click Ok.

    Restart your computer.

    Note: In the line above Choice.Exe c:YN t:Y, 30 are looking for files to hide, 30 is the number of seconds it will wait before checking the new files. This can be from 1 to 99.

    Edit: Just to satisfy my curiosity, why do you do this?

  • Is it possible to create a tag that lists the individual labels [keywords] for each position? The current {tag_blogtaglist} creates an endless list of tags.

    Is it possible to create a tag that lists the individual labels [keywords] for each position? The current {tag_blogtaglist} creates an endless list of tags.

    If you can get hands on with the ID of blog post that you can list the tags assigned to this post particularly blog using module_data. It would be only possible with the new BC. Active following rendering engine. Here are some resources to point you in the right direction: how to activate the BC. Next - http://docs.businesscatalyst.com/developers/liquid/introduction-to-liquid#enable how to use module_data - odule_data http://docs.businesscatalyst.com/developers/liquid/consuming-apis-in-the-front-end-using-m install app BC API discovered to get you started on the syntax - http://docs.businesscatalyst.com/developers/apps/bc-api-discovery module data that lists the tags assigned to a blog post looks like this: {module_data = 'blogposts' version = "v3" field resource = subresource 'tag' = "tags" resourceId = collection "303870" = "myData"} resourceId is the blog ID to render tags for. Hope this helps, Mihai

  • Is it possible to create an action that moves an object?

    Is it possible to create an action that moves an object from its original position to another location?

    I think you can do it using the object effects.

  • Is it possible to create a button that goes back to the previous page?

    I would like to create a button that is located within an interactive pdf page which, when a click, turn to my previously visited page.

    As the page can be accessed through many other pages the traditional built in action menu does not Execute.

    The page that will appear (at the click of a button) is a variety of sizes of mattresses that I want to be accessible by each bed product in our collection. Once the user has looked at the mattress size guide, I want them to be able to back to bed product they were looking for, without having to then do scroll and search.

    Is this possible with tricks of javascript?

    I found this script:

    History.Go (-1);

    But allas acrobat was not fond.

    Help, please!

    Thanks in advance.

    Thanks for the tips!

    I already managed to do the navigation above methods with success.

    I have also since posting this message found the answer via a web document:

    http://cybertext.WordPress.com/2010/07/06/Acrobat-back-and-forward-buttons/

    It seems that if I told him to go to the previous view, it has the same effect as a "back" button.

    Thanks for the quick reply no matter!

    Oli

  • Hi I have a new Apple Watch - sport Strip. Is it possible to buy separately strips that can be used with the watch?

    Hi I got a new Apple Watch as a gift at Christmas - sport band, white, 42 mm. 7000 series. Since this is my first Apple Watch, I wonder if I should check all options at the store before opening the box. Is it possible to buy separately strips that can be used with the watch?  Thank you, in advance, for any advice, guidance, you can offer the wisdom.

    Hi, Kate

    Yes - any band Apple Watch 42 mm fits your Apple Watch.

    Non-Sport bands have different lengths, then check the circumference of your wrist and see Apple Watch Sizing Guide (that compares all the Apple strips) before you buy separate bands:

    http://www.Apple.com/shop/watch/Sizing-Guide

    Try them in an Apple Store, it's also a great option.

    The Sport of Apple Watch also has an anodized aluminum housing, while the non-sport bands have different metals of cards and/or links (this does not affect the compatibility, only appearance).

    Information on how to pass the tapes: change your Apple Watch band - Apple Support

  • How to create a guest account? I followed the instructions and it says that it does not recognize the user!

    I followed the instructions to create a guest account and it says that it does not recognize the user's address or the password.

    Hello

    1. What is the operating system installed on the computer?

    2. are you trying to create or attempt to activate the guest account?

    3. How have you tried to create the guest account?

    4. What is the exact error you get when you try to create the guest account?

    Perform the steps in the articles to create a guest account and check if the problem is solved or not.

    Turn the guest account on or off (Windows 7)

    Turn the guest account on or off (Windows Vista)

    Hope that helps.

  • Is it possible to create a shuttle component in Oracle ADF, where the available and selected lists are tables of the adf?

    Hi all


    We use JDeveloper Studio Edition Version 12.1.3.0.0 and deployed on GlassFish Server Open Source Edition 3.1.2.2 (build 5) and connect to the SQLServer database.


    Is it possible to create a shuttle component in Oracle ADF, where the available and selected lists are tables of the adf?



    I did a POC sample on it. I can share with you. I can't put in my dropbox because dropbox is blocked in my network. Share your email. I'll send the POC through

  • Can I create an action that includes a shortcut for the patch tool?

    I am trying to create an action that includes a shortcut for the tool room.  I changed the patch (now R) tool shortcut to be different from the correct place (J), it works fine on the keyboard, but it will not record in action. Is there a way to include this point in the action?

    Something do not have in stock, and there is no menu item for the function you want to save.  The easiest way around your problem is to create a tool preset for the tool part then record by selecting this predefined in your action patch toll to pass to the tool room.

  • I bought Adobe Acrobat Pro DC student and teacher edition. He told me that my license does not allow me to create or edit pdf files. What is the problem and how to fix it?

    I bought Adobe Acrobat Pro DC student and teacher edition. He told me that my license does not allow me to create or edit pdf files. What is the problem and how to fix it?

    Please visit: https://helpx.adobe.com/x-productkb/policy-pricing/activate-deactivate-products.html

    I hope this helps.

    Concerning

    Megha Rawat

  • Creating a button that takes you to the e-mail

    I have been posting tutorials in Muse left and right and have yet to see a definitive example of how to create a button that, when you click more open an email of the recipients with my e-mail address in the window "to THE.  It more or less contact me, but without the contact page.  If someone is on our Web page and want to contact us, clicking on Contact it will bring up their email with our email address in the window ' to THE '.  They then complete a question or simply request additional information in the areas of object copy and the body.

    Hello

    Muse allows you to create a link that opens a new blank message in the mail app by default of the user with the email already entered in the To: field.

    Watch this video

    Insertion of an e-mail link. Learn Adobe Muse CC | Adobe TV

    Please let me know if you have any other question.

Maybe you are looking for

  • I'm unable to download free applications. Message screen "check required".

    My iphone is iphone 4S Model: MC922LL/A Series: C8 * T9V IMEI: *. Question: Unable to download apps from the app store < personal information under the direction of the host >

  • Satellite M300 Toshiba bluetooth does not work

    Hi guys,. Somehow my bluetooth stopped working and the laptop is only 6 months old. It worked fine when I got it. It was already installed in the laptop.Bluetooth icon shows RED color and usually when it has a connection, it is white. I tried to rebo

  • Uninstall media Player

    How can I uninstall Media Player?  I uninstalled from Coontrol Panel but the files are still there.  If I remove them, they reappear in a minute or two?

  • Repeater wireless WRT1900AC + USB storage device

    For my setup, I had to use this router in wireless Repeater mode and continue to share USB storage. To my surprise, I found that the USB storage function wasn't available anylonger as well as most of the other functions. The problem is that I can not

  • How to get the windows disk after downloading

    I downloaded windows 8 some time ago and cannot find emails later. How can I get the disc that I have a new HARD drive, also, where can I get my product key