Advanced actions - create field shows only as white

I am trying to create a new tip action. I have several shares that have one or two slight differences. It seems that I have to create each action from scratch every time. I think that the field "create from" would allow me to create a new action based on an existing (I have a number of them already), but this field contains only "white"... Any ideas of a workaround to get there (create action based on an existing one)?

Create a will be open only actions shared models that allows you to create a new tip action. Check my blog for articles on joint actions.

However for the advanced actions, you can duplicate an action, changing its name and change it. Remember to update the action.

Tags: Adobe Captivate

Similar Questions

  • I can't save. Advance registration line but shows only a few peaks.

    I can't save. Advance registration line but shows only a few peaks.

    Hello

    1 did you do any change on the computer before this problem?
    2. which version of the Windows operating system is installed on your computer?

    If you are using Windows Vista I suggest you to consult the following Microsoft article.

    Troubleshoot audio recording : http://windows.microsoft.com/en-us/windows-vista/Troubleshoot-audio-recording-problems

    If you are using Windows 7 I suggest you to consult the following Microsoft article


    Open the troubleshooting of Audio recording open the troubleshooting of audio
    :http://windows.microsoft.com/en-US/windows7/Open-the-Recording-Audio-troubleshooter

    Also see the following Microsoft article:

    Record audio with Sound Recorder: http://windows.microsoft.com/en-US/windows7/Record-audio-with-Sound-Recorder

    Audio recording in sound recorder: frequently asked questions: http://windows.microsoft.com/en-US/windows7/Recording-audio-in-Sound-Recorder-frequently-asked-questions

    Record sound: http://windows.microsoft.com/en-US/windows-vista/Record-sound

  • 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.

  • Dynamic text field showing only the number 2.

    I am writing a scrolling shooting game and I have a dynamic text field that keeps the score.  Running inside an ENTER_FRAME event listener, it updates all the images.  By tracing the variable "score", I get the good numbers appearing in the output tab, but on the screen, I see only the number 2. It doesn't matter what position in the number, it is (ie: 20, or 10372 or 521), this digit will be displayed.  If there is no number 2 in the partition, the field shows that the word "" Score: "."

    The variable is declared as such:

    var score: int = 0;

    "The text field is called scorecard and is set to"Classic text"and a dynamic text ' and it's 638 pixels wide (almost the entire width of the scene).

    Here's the code to update the scorecard:

    scoreCard.text = "Note:" + score.

    trace (score);

    The track was simply put in to see if the score was being counted until properly, what is.

    I also tried to eliminate "Score:" and simply used:

    scoreCard.text = score.toString ();

    and got the same results.

    Any ideas of what could be the cause?  From everything I've read, this method should work.

    Eric Gray

    Incorporate (police) all the numbers, and then try again.

  • Text fields show only not in Design or in Live View mode

    Hi all

    I ran into a problem when trying to create a simple through Dreamweaver CS6 contact form.  I have two text fields for the name & Email and 1 text box for comments.  The question that I am running is that text fields are not displayed in Design or in Live view mode.  I have installed all the required variables for the server for the form to work... but that shouldn't have any effect on the demonstration of text field...  I tried to download my contact page with the same result of no list of text fields...

    What is really laughable, it is that the "text box", that I placed in my form for comments appears in Design mode & Live very well.  I think I'm missing something, but don't know what exactly.  The form is rendered by CSS.

    Here is the code for the form:

    < div id = "CRDForm" >

    " < form action =" http://www.sweetformimi.com/FormMail/formmail.php "method ="post"enctype =" application/x-www-formulaires-urlencoded"name ="contact"target ="_self"id ="contact"> "

    < input type = "hidden" name = "env_report' value ="REMOTE_HOST REMOTE_ADDR, HTTP_USER_AGENT, REMOTE_USER and AUTH_TYPE">

    " < input type ="hidden"name = 'recipients' value = ' [email protected] "/ > "

    < input type = "hidden" name = "subject" value = "Contact form" / >

    Your full name p > < label > <

    < input name = "Name" type = "text" id = 'Name' size = "40" / > < / p >

    < / label >

    < label > < p > Email

    < input name = "email" type = "text" accesskey = "2" tabindex = "2" title = "Email" value = "Email" > < / p >

    < / label >

    < Label > comments < br / >

    < = cols 'comments' textarea name = "40" lines = "10" accesskey = "3" tabindex = "3" title = 'Comments' > < / textarea >

    < / label >

    < name of entry = 'submit' type = 'submit' accesskey = "4" tabindex = "4" title = "submit" value = "submit" >

    < / make >

    < / div >

    There are other variables that I should think in the rest of my site?  I use a checkerboard to fluid.  I have CSS for office, Tablet and phone devices.  I also have a primary CSS file that imports all three.  Structure sites was conducted through the use of < header >, < article >, < footer > and of course the < div > tags.

    Has anyone already has the "text fields" does not come before? Is this a simple fix like reinstalling Dreamweaver CS6?  Finally, another thing I should mention is that I had a previous version of Dreamweaver on my computer, which was of CS3.  I have do not uninstall before installing the latest version.  I assumed (and I could be wrong here) that it would automatically replace the old version.

    I apoligize for what it is long-winded, but I am looking for help on this issue...

    Thank you

    Take the code you have posted and insert it into a new document in Dreamweaver as it is, record and watch. The fields on the form show? If they do there is something else in your code or the css that is responsible does not appear in this case, we would need to see the entire page and css.

    For me the code in design mode and live mode view shows your form fields.

  • Firefox OS, market shows only a white screen

    There was an update to the market available before yesterday, after that I downloaded the just market shows a white screen. I tried to erase the user data, which did not work. I have an alcatel one touch fire e, under firefox os 2.0.0.0.
    I'm running out of ideas, suggestions on how to fix this?

    There is now another update of the application of the market who got just came out and that solves the problem.

  • Adafruit.app shows only a white screen with old BONES, 21/03/16 OS. Clues?

    Adafruit.app if only white poster with old and new tvOS updated 21/03/16 OS 9.2 on Apple TV. Deleted Adafruit and re-installed. No change. All other applications work fine: Netflix, Apple, movies, etc, etc...

    Clues?

    Same problem for me too. Can be useful to reach out to the developer of the application.

  • Creative cloud shows only a white screen

    When I open the creative cloud everything that happens is a blank screen. It does not show my apps so I can't uninstall or update anything. How can I fix it?

    Please refer to the procedure described in

    Hope this works for you.

    Concerning

    Stéphane

  • Creating cloud shows nur einen white background?

    WHITE cloud screen http://forums.adobe.com/message/5484303 can help

    - and http://helpx.adobe.com/creative-cloud/kb/blank-white-screen-ccp.html

    - and step by step http://forums.adobe.com/thread/1440508?tstart=0

  • Appear only as white background videos in Firefox

    I read day and following all the leads I have found to fix this problem. When on Youtube or any other video site that uses Flash, when you select a video to watch, it shows only a white background where has to play the video. Right click in the white box, not display a dialog box, so I can not even choose the Flash settings. Because I can't go in the settings, I can't check to see if activate hardware acceleration is checked or not. If I go here, http://helpx.adobe.com/flash-player/kb/flash-player-64-bit-operating.html below:

    Flash drive information

    If Flash Player is installed on your browser, the following box shows the version of Flash Player and your operating system. If Flash Player is not installed, you receive an error message.

    What I see is an empty area.


    When I had the problem to fix, this laptop was running 20 Firefox and Flash Player 14. I upgraded to Firefox 28.0 and a clean install of FP 14, no change. I uninstalled and reinstalled Flash according to the stricter guidelines. I even dug up an old version and tried, but no joy. I have the exact same configuration running on other machines, and they play videos, although on one in particular, Flash Player crash more I want. I digress... my specs are the following:


    Windows 7 Home Premium 64-bit

    Firefox 28.0.1

    Flash Player 14.0 (latest version as of 28/07/2014


    If Flash is installed, it only works in Internet Explorer. If I uninstall Flash, videos Youtube will play in IE and Firefox, using the HTML5 versions automatically. Once FP is installed, I can not play video in Firefox, and IE uses Flash Player as if nothing is wrong.


    Help, please!

    I try to not not sellers by name in public forums, but Comodo is one of the frequent offenders.  They try to intercept the communication between Flash and Firefox, that fires our security protections and causes the Flash and Firefox to be unable to communicate.

    You can try to stop the Comodo, but I don't think that will do.  It's easy, then you might as well try it first.  Make sure that Comodo is not running and restart Firefox.  If this does not work, try to uninstall Comodo completely, restart, and there's a pretty good chance that Firefox will start magically work again.

    You have any other things of privacy / security at stake?

  • Show and hide multiple items using wildcards in advanced Actions?

    Is there a way to show or hide multiple items at once by using a wildcard character in advanced Actions?  Ex: Hide all the boxes to click in the presentation that begin with click_ *.

    I'm trying to find a good way to use the same CBT to show me Mode (demo video with audio and no interaction) and the practice Mode (interactive simulation with boxes to click and prompt text box for interactions).

    I saw a few business solutions have the ability to have 1 source file that publishes on multiple formats (demo, simulation, quick guide).  However, they are a little more than 800 $de Captivate.

    Micky

    If I want to create a combination, I capture in all modes search and then copy and paste what I want one of the files? An example, but it's on a Dutch version of my blog, watch movie (power of lightning, hope, that you will always be able to see SWF?):

    http://captivatenederlands.posthaven.com/classic-tutorials

    Lilybiri

    PS as for your original question: no wildcard in advanced actions. You can filter drop-down lists on "click_" and only objects will appear then (in CP6/7) but you will still need a single statement by click box unless you group boxes click on a slide (impossible to group objects sitting on different slides).

  • Use advanced Actions show different slide

    Hello

    I am using Captivate 5 and have a problem with the display of an image with a tip action.

    I am trying to create a simple table of contents custom. I can't use integrated OCD because, as far as I know, there is no option to have appear only at the beginning of the project - it is available as long as the project is open. It is a problem for me, since I have limited screen real estate, so I can not have it on the side, and I can't bunk it. Anyway, I digress.

    At the end of each topic, I want the user to return to the table of contents and see an indicator of subjects duly filled in. I added an image which is hidden initially on the TOC next to each topic list. Then, on the question slide, the user presses navigation button, a tip action uses 'show' to make the image on visible table of contents slide and then refers the user to the table of contents. Unfortunately, the image still remains hidden.

    If the image is on the same blade that the tip action, everything works. I can also add a user variable that updates a text caption on the slide table of contents of a fast action on the slide for the topic.

    Is it possible to display an image with a tip of a different slide action?

    I see in one of the posts of Lilybiri (http://lilybiri.posterous.com/playing-hide-and-seek-with-captivate-objects):

    "You can apply action show only to objects that are really on the slide.
    e.g. you put a rectangle on slide 1, the value "Display for the rest of the project." If it is initially hidden, you can show only on slide 1, not on slides 2, 3, etc."

    However, there is a reference to "when using"Display for the rest of the project. I don't know if this limit also applies to my situation, but I suspect it might be the cause of the problem.

    As an alternative, I tried setting a variable that changes when the slide of the subject is visited. A conditional action then shows the image on the table of contents. Unfortunately I do not know how to trigger this action, as it should be something like an action "on the slide open", and I do not know if such a thing exists. In addition, this approach seems too complex.

    Any help would be greatly appreciated.

    You are right that advanced Actions will be able to SHOW or HIDE an object on the current slide you are watching.  They have no effect on another slide that is not currently displayed.

    So what you have to do is assign the User Variables for each section of the project that the user has completed and Actions conditional Advanced triggered by the OnSlideEnter of the menu slide event allows to detect if the user has completed a section given by the value of the variable user for this section.

  • My site, created using Dreamweaver cs6 shows only partial images. He worked until a few days ago when I updated Java and Firefox.

    My site, created using Dreamweaver cs6 shows only partial images.
    He worked until a few days ago when I updated Java and Firefox.
    The URL is j - f - a.com.au

    The images are not entirely loading or do you have other problems?

    You can attach a screenshot?

    • Use a type of compressed as PNG or JPG image to save the screenshot
    • Make sure you do not exceed the maximum size of 1 MB

    I noticed that some images show at the right end of the window and have set width: auto (right: 0px; width: auto) set the width according to the dimensions of the image (i.e. maintain proportions) and others fill the width full page.

    You can try the following steps in case of problems with web pages:

    You can reload webpages and ignore the cache to refresh potentially stale or corrupt.

    • Hold down the SHIFT key and click the Reload button
    • Press 'Ctrl + F5' or 'Ctrl + Shift + R' (Windows, Linux)
    • Press 'Command + shift + R' (Mac)

    Clear the cache and delete cookies only from Web sites that cause problems.

    "Clear the Cache":

    • Firefox/tools > Options > advanced > network > content caching Web: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Firefox/tools > Options > privacy > "Use the custom settings for history" > Cookies: "show the Cookies".

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem.

    • Put yourself in the DEFAULT theme: Firefox/tools > Modules > appearance
    • Do NOT click on the reset button on the startup window Mode safe
  • Adobe is creating - JavaScript - read-only / gray fields according to the user's response

    I hope someone here can help me!

    I need to create an Adobe form where the answer to the first question greys out and makes some fields read-only.

    I am aware that I need to write a Java Script for that, but how do I do this? I did research for the days, and I can't function.

    Here is the example:

    The question is "is - this project fall under standard terms? ' and if the answer is Yes - so many questions should be ignored, as if the answer is no, the questions must be answered.

    I tried to have the first question as a checkbox, radio button and a drop-down with the 'yes' and 'no' option, but none of this seems to help.

    Can someone help me understand what I need to do? PLEASE, I BEG YOU!

    Thank you

    It is quite simple and can be made much simpler if give you all the names of optional field of a common prefix using a hierarchical naming scheme. For example, if you use a prefix of 'optional' so that you have domain names like "optional.name", "optional.address", "optional.email", etc. (note that the period character is critical here), you can set fields in the group to read-only with a single statement. Similarly, you can set the background color or reset the group, which is a good idea when the fields turn off/on. For example:

    var f_prefix = "optional";
    
    // Get a reference to all of the "optional" fields
    var f = getField(f_prefix);
    
    // Set them all to readonly
    f.readonly = true;
    
    // Set the background color to gray
    f.fillColor = color.gray;
    
    // Reset all of the fields
    resetForm([f_prefix]);
    

    You can place this type of code in the mouse event to the top of a box, something like:

    // Mouse Up script for check box
    // If checked, certain fields should be disabled
    
    var f_prefix = "optional";
    
    // Get a reference to all of the "optional" fields
    var f = getField(f_prefix);
    
    // Reset the optional fields
    resetForm([f_prefix]);
    
    if (event.target.value === "Off") {
        // Enable the optional fields
        f.readonly = false;
        f.fillColor = color.white;
    } else {
        // Disable the optional fields
        f.readonly = true;
        f.fillColor = color.gray;
    }
    
  • Satellite L20-100 shows only black and white photo on tv

    L20 - 100 shows only the black and white picture on tv through s-video. How to get color?...

    Hello

    It s not a laptop malfunction but the TV setting wrong. Some TV units have the option to turn on the S-VHS. If your TV doesn't support that you can use an a Cinch cable to connect the laptop to the TV.

    Please check also several topics in the forum. This topic has been discussed a lot of time.

Maybe you are looking for

  • Which product is my recovery CD for?

    We have a number of old computers/laptops Toshiba laptops we need to restore to the original and then give to a charity, in particular, we need to restore protocols such as TCP/IP. We have a recovery CD of product that we want to use, but it will be

  • Pavilion 23-b220er E6Q02EA: upgrade processor for HP Pavilion 23-b220er 23 "E6Q02EA

    I have PC HP Pavilion 23-b220er 23 "E6Q02EA with Intel Core i3-3240 Can I improve Intel Core i5 or i7 Interl Core process?

  • Issue of calendar widget

    I would like to have a display full my calendar page. When I used the calendar widget, all I get is a thumbnail. Is there a way to make the calendar view it is view month on a full page without having to open the thumbnail each time? Thanks in advanc

  • How to build an equation with variables

    I want to solve an equation below shows zero finder vi by the Newton Raphson: z a * b * c * exp(-z/a),. a, b, and c are variables I can build the equation with constant a, b, c, but how do I build it? Thank you very much!

  • : No is not accessible incorrect function

    I am running Windows xp and the dc LG dvd player was fine until a couple of days. I uninstalled Nero and used nero cleaning tool. I uninstalled the drive. I can read him, but cannot write to it. I have a problem with the drive not being recognized, b