Customize the text of box of Dialogue of Bookmarking?

Is there a way to customize what appears in the bookmarking summary box?

I use Captviate 5.5.

Thank you

E

Hi eeeyjmy,

Thanks for your query.

However, I want to tell you that we do not have the text of the bookmark editing feature.

The option can only be enabled or disabeled.

Thank you

Loveesh

Tags: Adobe Captivate

Similar Questions

  • Adobe Captivate 8 - responses of synchronization in the text entry box

    I would like to limit the time to answer a question using the text entry area, but there is no option in the properties of the input box. I know that I can use the question slides (short answer) because they have an option of limitation in time, but not much can be changed there design wise so I need to use the text entry box.

    You can use the hourglass interaction or the time. It allows you to display a message and go to another slide when the time is up. However, if you are talking about seconds, it is not very accurate.

  • Reveal the correct answer in the text entry box

    Hello

    I am a novice Captivate user (Version 5) and I would like to ask for help on the following question:

    I need to have a screen with multiple text entry boxes. When entering text in each box and confirm by pressing "enter", learners only need not comments correct and incorrect, but also the correct text in the text entry box. Is this possible?

    Thank you very much.

    20-12-2010 14-47-04.png

    Hello

    I searched for an easier solution, if you can live with the fact that the user must follow a certain sequence of complete ETB.

    • create as many slides (duplicates) that you need text input boxes + more to show the final result after the last TEB has been filled
    • on the first slide, the user fills out the first BER; choose these settings:
      • validate user input so that correct legend of success or failure appears
      • do not turn on "keep the text.
      • Choose "Go to the next slide" as well for success with regard to the action of the failure
      • write the properties of the ETB: character (police/size/color), size and position
    • on the second slide, you will make the second TEB with the same settings.
      • Create a rectangle with the same size and position of the TEB on first slide; do the 1pt STROKE and black and white, the fill value or if you have a white background, you can simply set Alpha to 0%: this rectangle will be to mimic the BER of the first slide
      • in this rectangle, you can put the text (double click - No need to caption text): put in the correct answer with the same font as in the ETB properties; given the right answer appear as well to correct regarding the wrong answer, it will be OK
    • on the third blade, you do the same to mimic the second TEB and you put the third TEB

    Really think it's the best way, no use of variables and advanced actions. The user will see the legend of failure or success, and then to the next slide with the right answer.

    Lilybiri

  • How to enter text in the text entry box using the virtual keyboard in a flex application

    Re: How to enter text in the text entry box using the virtual keyboard in a flex application

    Hello

    I'm using flash builder 4.

    I designed the virtual keyboard, I have to update the text in the input text permanently area using the virtual keyboard.

    I used the events.i button does a few he's cheating.

    can someone help me tat.

    Thanks in advance.

    I have included my mxml with this program.

    virtualKeyboard. MXML

    <? XML version = "1.0" encoding = "utf-8"? >
    " < = xmlns:fx s:Application ' http://ns.Adobe.com/MXML/2009 "
    xmlns:s = "library://ns.adobe.com/flex/spark".
    xmlns:MX = "library://ns.adobe.com/flex/mx" minWidth = minHeight = "955" "600" creationComplete = "initfunc ()" >
    < fx:Script >
    <! [CDATA]
    Import mx.controls.Alert;
    private function initfunc (): void
    {
    B1.addEventListener (MouseEvent.Click, HandleEvent);
    B2.addEventListener (MouseEvent.Click, HandleEvent);
    B3.addEventListener (MouseEvent.Click, HandleEvent);
    B4.addEventListener (MouseEvent.Click, HandleEvent);
    B5.addEventListener (MouseEvent.Click, HandleEvent);
    B6.addEventListener (MouseEvent.Click, HandleEvent);
    B7.addEventListener (MouseEvent.Click, HandleEvent);
    B8.addEventListener (MouseEvent.Click, HandleEvent);
    B9.addEventListener (MouseEvent.Click, HandleEvent);
    B10.addEventListener (MouseEvent.Click, HandleEvent);
    B11.addEventListener (MouseEvent.Click, HandleEvent);
    B12.addEventListener (MouseEvent.Click, HandleEvent);
    B13.addEventListener (MouseEvent.Click, HandleEvent);
    B14.addEventListener (MouseEvent.Click, HandleEvent);
    B15.addEventListener (MouseEvent.Click, HandleEvent);
    B16.addEventListener (MouseEvent.Click, HandleEvent);
    B17.addEventListener (MouseEvent.Click, HandleEvent);
    B18.addEventListener (MouseEvent.Click, HandleEvent);
    B19.addEventListener (MouseEvent.Click, HandleEvent);


    B20.addEventListener (MouseEvent.Click, HandleEvent);
    B21.addEventListener (MouseEvent.Click, HandleEvent);
    B22.addEventListener (MouseEvent.Click, HandleEvent);
    B23.addEventListener (MouseEvent.Click, HandleEvent);
    B24.addEventListener (MouseEvent.Click, HandleEvent);
    B25.addEventListener (MouseEvent.Click, HandleEvent);
    B26.addEventListener (MouseEvent.Click, HandleEvent);
    B27.addEventListener (MouseEvent.Click, HandleEvent);
    B28.addEventListener (MouseEvent.Click, HandleEvent);
    B29.addEventListener (MouseEvent.Click, HandleEvent);
    B30.addEventListener (MouseEvent.Click, HandleEvent);
    B31.addEventListener (MouseEvent.Click, HandleEvent);
    B32.addEventListener (MouseEvent.Click, HandleEvent);
    B33.addEventListener (MouseEvent.Click, HandleEvent);
    B34.addEventListener (MouseEvent.Click, HandleEvent);
    B35.addEventListener (MouseEvent.Click, HandleEvent);
    B36.addEventListener (MouseEvent.Click, HandleEvent);
    B37.addEventListener (MouseEvent.Click, HandleEvent);
    B38.addEventListener (MouseEvent.Click, HandleEvent);
    B39.addEventListener (MouseEvent.Click, HandleEvent);
    B40.addEventListener (MouseEvent.Click, HandleEvent);
    B41.addEventListener (MouseEvent.Click, HandleEvent);
    B42.addEventListener (MouseEvent.Click, HandleEvent);
    B43.addEventListener (MouseEvent.Click, HandleEvent);
    B44.addEventListener (MouseEvent.Click, HandleEvent);
    B45.addEventListener (MouseEvent.Click, HandleEvent);
    B46.addEventListener (MouseEvent.Click, HandleEvent);
    B47.addEventListener (MouseEvent.Click, HandleEvent);
    B48.addEventListener (MouseEvent.Click, HandleEvent);
    B49.addEventListener (MouseEvent.Click, HandleEvent);
    B50.addEventListener (MouseEvent.Click, HandleEvent);
    B51.addEventListener (MouseEvent.Click, HandleEvent);
    B52.addEventListener (MouseEvent.Click, HandleEvent);
    B53.addEventListener (MouseEvent.Click, HandleEvent);

    }
    public void handleEvent (e: MouseEvent): void
    {
    var a: String = e.target.name;
    Alert.Show (e.Target.Name);
    var b:String = null;
    Switch (a)
    {

    case 'Button20 ':
    b = TextBox.Text;
    TextBox.Text = "a";
    TextBox.Text = b + "a";
    break;


    case 'Button21 ':

    TextBox.Text = "b";
    TextBox.Text = b + "b";
    break;


    by default:

    TextBox.Text = "s";
    TextBox.Text = b + "s";
    }
    }

    []] >
    < / fx:Script >

    < s:Panel = "43" x y = "82" width = "527" height = "213" >
    < mx:Button = "71" x y = '86' id = "b1" label = "1" width = "30" height = "24" / >
    < s:Button = "180" x y = '86' id = "b2" label = "5" width = "30" height = "24" / >
    < s:Button = "127" x y = '86' id = "b3" label = "3" width = "30" height = "24" / >
    < s:Button = "99" x y = '86' id = "b4" label = "2" width = "30" height = "24" / >
    < s:Button = "323" x y = '86' id = "b5" label = "0" width = "30" height = "24" / >
    < s:Button = "294" x y = '86' id = "b6" label = "9" width = "30" height = "24" / >
    < s:Button = "265" x y = '86' id = "b7" label = "8" width = "30" height = "24" / >
    < s:Button x = '237' y = '86' id = "b8" label = "7" width = "30" height = "24" / >
    < s:Button = '209' x y = '86' id = "b9" label = "6" width = "30" height = "24" / >
    < s:Button = "42" x y = '86' id = "b10" label = "" ' "width ="30"height ="24"/ >"
    < s:Button x = "382" y = '86' id = "b11" label = "=" width = "30" height = "24" / >
    < s:Button = '353' x y = '86' id = "b12" label = "» largeur" width = "30" height = "24" / > "
    < s:Button = "410" x y = '86' id = "b13" label = "back" width = "76" height = "24" / >
    < s:Button = "157" x y = '86' id = "b14" label = "4" width = "30" height = "24" / >
    < s:Button = "43" x = "109" id = "b15" label = "tab" width = "66" height = "24" / >
    < s:Button = "105" x = "109" id = "b16" label = "q" width = "31" height = "24" / >
    < s:Button = "247" x = "109" id = "b17" label = "y" width = "30" height = "24" / >
    < s:Button '303' = x y = "109" id = "b18" label = "i" width = "31" height = "24" / >
    < s:Button = "361" x y = '110' id = "b19" label = "p" width = "34" height = "23" / >
    < s:Button = "394" x = "109" id = "b20" label = "[" width = "31" height = "24" / >] "
    < s:Button = "191" x = "109" id = "b21" label = "r" width = "34" height = "24" / >
    < s:Button '424' = x y = "109" id = "b22" label = "]" width = "31" height = "24" / > "
    < s:Button = "222" x = "109" id = "b23" label = "t" width = "31" height = "24" / >
    < s:Button = "161" x = "109" id = "b24" label = "e" width = "31" height = "24" / >
    < s:Button = "133" x = "109" id = "b25" label = "w" width = "31" height = "24" / >
    < s:Button = "332" x = "109" id = "b26" label = "o" width = "31" height = "24" / >
    < s:Button = "275" x = "109" id = "b27" label = "u" width = "31" height = "24" / >
    < s:Button = "220" x = "133" id = "b28" label = "g" width = "31" height = "24" / >
    < s:Button '424' = x y = "132" id = "b29" label = "enter" width = "62" height = "24" / >
    < s:Button = "43" x = "132" id = "b30" label = "caps" width = "66" height = "24" / >
    < s:Button = "275" x = "133" id = "b31" label = "j" width = "42" height = "23" / >
    < s:Button = "314" x = "132" id = "b32" label = "k" width = "31" height = "24" / >
    < s:Button = "133" x = "133" id = "b33" label = "s" width = "31" height = "23" / >
    < s:Button = "161" x = "133" id = "b34" label = "d" width = "31" height = "23" / >
    < s:Button = "250" x = "133" id = "b35" label = "h" width = "31" height = "23" / >
    < s:Button = "105" x = "133" id = "b36" label = "a" width = "31" height = "23" / >
    < s:Button = "191" x = "133" id = "b37" label = "f" width = "31" height = "23" / >
    < s:Button = "342" x = "132" id = "b38" label = "l" width = "31" height = "24" / >
    < s:Button = "152" x = "154" id = "b39" label = "x" width = "31" height = "24" / >
    < s:Button = "353" x = "154" id = "b40" label = "'." " Width = "31" height = "24" / >
    < s:Button = "325" x y = "154" id = "b41" label = "," width = "31" height = "24" / >
    < s:Button = "294" x = "154" id = "b42" label = "m" width = "31" height = "24" / >
    < s:Button = "259" x = "154" id = "b43" label = "n" width = "37" height = "24" / >
    < s:Button = '236' x y = "154" id = "b44" label = "b" width = "31" height = "24" / >
    < s:Button = "211" x = "154" id = "b45" label = "v" width = "31" height = "24" / >
    < s:Button = "181" x = "154" id = "b46" label = "c" width = "31" height = "24" / >
    < s:Button = "122" x = "154" id = "b47" label = "z" width = "31" height = "24" / >
    < s:Button = "380" x = "154" id = "b48" label = "/" width = "31" height = "24" / >
    < s:Button '368' = x y = "132" id = "b49" label width = ';' = "31" height = "24" / >
    < s:Button = "396" x = "132" id = "b50" label = "" ' "width ="31"height ="24"/ >"
    < s:Button = "43" x = "154" id = "b51" label = "shift" width = "82" height = "24" / >
    < s:Button '407' = x y = id = "154" "b52" label = "shift" width = "79" height = "24" / >
    < s:Button = "455" x = "109" id = "b53" label = "------" width = "31" height = "24" / >

    < / s:Panel >
    < s:TextInput = "161" x = "27" id = "textbox" width = "253" / >

    < / s:Application >

    Kind regards

    Saran r

    Hello

    http://gumbo.flashhub.NET/keyboard/

    It is a small example of a 'virtual' keyboard that will enter the text into a textinput/textarea component selected. Capslock and shift key States really aren't quite right (really need control shift/cap lock combo), but there is a simple tab and backspace (delete) and enter the function key.

    hope this is useful

    David.

  • Captivate: Keep the cursor in the text entry box

    I would limit the cursor on the input text in a slide area, regardless of where the user can click.

    I am doing a project of training for an application interface text, and I simulate the application entry field by placing a unique text on the slide entry box.  Although the cursor starts in this field when the slide is displayed, if the user can use the mouse to click anywhere but the text entry box, the cursor disappears and the user can enter data until he or she clicks on the text with the mouse input box.  This problem occurs in both the preview and the. Output of the EXE.

    I tried to activate and deactivate the 'click' option under select key... in the parameters text box properties.  I also tried setting the action on the lost update to allow for the text control, or make her display a legend that says "click in the area of selection."  Apparently, remove the cursor of the box isn't enough to trigger the event "has lost the Focus.

    While this isn't a complete show-stopper, it is an irritation that I'd rather not have my users deal with.

    I am using Captivate 4 v4.0.1 build 1658.

    Thanks for any help you can give...

    Hello

    I was able to do the following.

    Insert a box click programmed object to go to the last slide when you click it.

    Insert a text entry box and configure it so that it does not keep the text.

    Insert a blank slide just before the slide with the TEB, then once it is longs.1 seconds. You should also give the same origin as the slide with the TEB. Otherwise, you will see a 'flash', as the previous slide is visited.

    The way this works is that the user clicks anywhere but the BER and transport action click on box to the previous slide. But this slide is really super short. .1 second if it is visited and the read head again enters the slide with the TEB.

    One thing to be aware of, is that if you plan to view the Captivate 'as a whole', which means that you have no idea what browser is used to view it, you must consider the insertion of a button object on the first slide that requires the user to click on it. This way is is moved to the Flash sitting inside the browser object.

    See you soon... Rick

    Useful and practical links

    Captivate wish form/Bug report form

    Certified Adobe Captivate training

    SorcerStone blog

    Captivate eBooks

  • The text entry boxes reset

    Scenario:
    I am using branching. When they get to the end of a branch and click the close button (click the button), it loops back to the start screen where they can try again, using a different path.

    Problem:
    When I click on the close button, it goes back to the start screen - but captivate seems to remember what I did the first time and the fillings in my boxes of text from my previous attempt.

    Is there a way to reset the screen when I get back? I'm not familiar with javascript, so I don't know if there's some code avaible that.

    Thanks - any help would be greatly appreciated!

    TW

    Your information are a little sparse, so let me rephrase your question and tell us where I'm wrong, OK?

    You generate output SWF in Captivate 1.0.1. On the last slide in the project, you placed a click-box or is configured to return to the slide #1 the movie even when the user clicks the button. The problem is that - after his return to the slide #1 to start again - the "answers" to the text entry boxes are already completed, and you don't want them to be. Your knowledge of Java-script is limited, so any solution that involves this language should be gradual. Subject of law?

    I'm not an expert in Java-script is but to refresh the data, you must refresh the movie. One way of doing that would be to access the URL for the film (HTM document) instead of jumping to a previous slide. Have you tried? Another way using the command Refresh () - Java-script, but should do the trick for you - experiment a bit to see if it will work if the idea of "jump to URL" will not do for you.

  • Quote from validation in the text entry box

    Hi all

    I want to validate content beginning and ending with the stock symbol in the text entry box, the user must type it just quotes ("'") in the input text box. So I need to validate the content of the user with quotes

    For example. Let take text1 is my filed input text. And my answer is "Adobe"(quote response also includes").

    If I like it

    Text1.text = "«Adobe"»

    Error occurs

    Can someone suggest me to do.

    Thank you


    Escape the quotes:

    Text1.text = '\"Adobe\'";"."

  • The Tab key no longer works for allows me to go between the text entry boxes

    After updating to the new version of Firefox the Tab key is no longer work when switching between the text fields to enter information such as shipping address, name and stuff like that where a simple TAB could sail between the text boxes.

    Hello benpierce25, try Firefox Safe Mode to see if the problem goes away. Firefox Safe mode is a troubleshooting mode that temporarily disables hardware acceleration, restores some settings and disables add-ons (extensions and themes).

    If Firefox is open, you can restart Firefox Safe mode in the Help menu:

    • Click the menu button

      click Help

      then select restart with disabled modules.

    When the Firefox Safe Mode window appears, select "start mode safe."

    If the problem is not present in Firefox Safe Mode, your problem is probably caused by an extension, theme or hardware acceleration. Please follow the steps described in the section Troubleshooting extensions, themes and problems of hardware acceleration to resolve common Firefox problems to find the cause.

    To exit safe mode of Firefox, simply close Firefox and wait a few seconds before you open Firefox for normal use again.

    The user.js file does not exist by default. If you create the file, forget it, if you don't have not create the file, and then remove the User.js file, to see if the problem goes away (some programs create and write to the file also).

    Thank you

  • Customize the text string of response from Apple Mail

    Somehow I think that I can change a file in preferences for Apple Mail that will allow me to customize the following:

    When I reply to an e-mail message, the following text is generated automatically:

    At 07:49 on May 17, 2016, Joe Blow < [email protected] > wrote:

    However, I prefer:

    May 17, 2016, Joe wrote:

    So, I wonder if there is a settings file with something like the following in it:

    "We < date of message >, at the time of the <>message, < first > < last > < sender.address > wrote:

    .. .who I trim to be:

    "The < date message >, < first > wrote:

    The form it takes is not important because I can probably find a way to modify it to suit my intention. But, if such a settings file exists, and what is the path to the file and the name?

    I tried a Google search and come empty. Perhaps no one took never bother with this sort of thing? I would like to stop all my answers editing before sending, to get them to look the way I want.

    Thank you!

    I use El Capitan.

    Have you looked at Quotefix?

    https://github.com/robertklep/QuoteFixforMac

  • Is there a fix for the icons in the text entry box yet?

    The box where you type what you want to say feels super crowded, now that they have decided to transform the icon of the trombone in four separate icons. It is quite difficult to read what you write when there is also a small space to write. Has anyone found a way to reverse the icons separated without reverting to an older version of Skype?

    As soon as you start typing in the chat window, four distinct icons should reduce the paperclip icon.

    http://community.Skype.com/T5/Windows-desktop-client/text-input-box-clogged/m-p/4226347#M390865

  • How to change your spacing in Adobe Reader? The text properties box all have font style, spacing, color etc, but I have found corresponding to the spacing of the characters. Help, please!

    I opened my PDF file in Adobe Reader, the properties of the text box is there, but there is no option for the spacing of the characters. Is there option initially? If so, how can I find?

    Thank you very much!

    Adobe Reader can not handle the content of a PDF page.
    Comment tools available in the contemporary current out of the drive are annotations.
    The annotations are not content of PDF pages. On the contrary, annotations exist separate from the content of the PDF page.
    While most annotations provide us with a Properties dialog box with which we can make a configuration this configuration is more limited tools to edit Acrobat text and Images or add text.
    These tools are not available in Adobe Reader.
    These tools allow the editing of the content of the page PDF (strings and characters).

    So, to accomplish what you want, you'll want to use Acrobat.

    Be well...

  • Using the text input box (character limits)

    Hey guys, I come to you once again a simple question this time hopefully. I use areas of text entry receipts Records of users that appears on a slide via the legend using the "$$TextEntered$ $" method. However, I have noticed that with my text entry boxes, for a reason, even if I type in 20 characters in the main entry text box, only a maximum of 15 appear in the legend of $$ $$TextEntered. Any ideas on how to increase this number of characters?

    You set the number of characters at the time wherever you need to insert the variable in the legend.  If you add just $$ at both ends of the name of the variable in the legend, then you haven't seen the dialog box allowing you to specify the number of characters allowed.

    Remove the text in your legend display and insert the variable, but this time click the Insert Variable in a few insignificant appearance, provided in the text caption properties tab.

  • How to validate the number of characters in the text entry box?

    Hello

    I have inserted a text box entry and assigned a variable (UserName). Now, I need to limit the entry of a number, maxinum of 20 characters. In other words, how can I validate the number of characters in the text entry area and provide feedback if it is more than 20 characters?

    I think that you should study the Jim Leichliter widget that allows you to use regular Expressions to validate text input.

  • Change the formatting of the text in the text edit box?

    Is there a way to change the formatting of text in a text box entry? I'm looking at the style settings, and I see no way to fit to the left of the text, change the color of the text and make the text smaller.

    Thank you.

    Check the option see the scrollbar in the accordion of Options, allowing to be wrapped over multiple lines of text.

    An alternative is the TextArea widget.

    Lilybiri

  • using the text entry box or text are button

    Hello

    How do these?

    using text or text box widget box.

    to describe:

    in my first slide I text entry areas for

    1 user name

    2. name of the superior

    3. the e-mail of the superior court

    Let's say that: 1. refer to varialbe V_UserN

    2. refer to V_sup

    3 see V_emailS

    next slide would be a video

    next slide would be a text entry or a text box... It is where the user writes anything

    With the button "submit" text entry box

    What I want in this text entry box is... If the user does not write any what upone by clicking on the button submit, the interaction would be 'please write a review on the text box. If the user write something the thing, the Send button run continue.

    How can I do this?

    next slide would be an input text field or a text box... in which the user write something on the issue (this isn't a slide of questionnaire). The message would be sent to the email of superiors. How can I do this?

    hope you can help me.

    Thank you

    To check if the user didn't write anything, you will have to compare the value of the associated variable of the TEB or text box with a v_null user variable. You must create this user variable and simply leave it blank.

    Take a look at my blog:

    Where is no good?

    You create the custom with standard objects question slide. There is a widget mail included with Captivate, but did not try if you can insert the value of a variable by an email address.

    Lilybiri

Maybe you are looking for