table of contents auto close

I currently have my OCD to work in overlay mode.  It looks great and works very well with one back.  If a user opens the table of contents, and then selects a page to go to, they jump to this page, but the table of contents is always open.  Tiny little arrows at the top are not easy to spot, so I imagine that many users will be confused.

Is there a setting I'm missing that auto closed the table of contents once they choose a page?

There is no automated setting that allows you to have the table of contents to retract as soon as someone chooses a topic.  But you could put a conditional ON SLIDE ENTER action that checks the value of the variable system for the table of contents being opened and if he finds that it set to 1 then assigns 0 again.  That retract the table of contents as soon as you have reached the slide.

Tags: Adobe Captivate

Similar Questions

  • Insert > HTML control help > Table of contents. What does this do?

    Can someone tell me how to use this function? I have a large number of small subjects I want to connect in a single subject, similar to a table of contents in a document Word of that user can click to go to the but do not want to manually create these links. So if the names or the updated links I can just run a kind of table of contents auto update.  Is there an automated way to do this? I see this function in the Insert menu above and I see he puts in a content object, but where and how he get the headers in of?

    Any suggestion would be appreciated.

    Geoff Thomson

    Hi Geoff

    This function allows you to insert a small window in a subject which presents a Table of contents (HHC file) that you created.

    I doubt that is what you are after to accomplish what you have said. I'm not sure it would work.

    I wonder why a related topics control or see also would work here?

    See you soon... Rick

  • Table of contents books remain open

    When I open a book at a lower level in the table of contents and then access another book in the table of contents, or close the main book, the books are still open. Is it possible to have the books to close automatically when you navigate to another book or a topic in the table of contents? I have sync on, and it does not work properly., so this isn't part of the problem. I don't want to have a trail of books open when I move on... without having to close them manually.

    Thank you!
    -Gina

    You can link to your home page on a redirect page, is connected by a page in the table of contents, or link text or image in the toolbar or in each section. A link to the start page, indeed, charging the output again.

    Create a section called, say, restart_gopage.htm. Delete all content (title text 1 and default Intro) and in TrueCode, add the following line to the series of metatags in the HEAD section (the location any first, second, whatever). Don't forget, you link to your departure of output file, not a file source. Simply insert your own values of project to replace the "relative_path_name" and "start_page_name.htm" in the example.

    Good luck
    Leon

  • Can TOC close automatically by clicking on an item in the table of contents?

    Would be nice if the TOC closes when a user makes a selection of this TOC by clicking on an element.

    The current behavior is that after clicking on the chosen page opens, and the user must close the table of contents manually...

    CP 6.0.1.240 version

    OK it's resolved! He discovered myself

    Assigned to a tip Action at the entrance to each slide that locks the table of contents

    Affect of--> cpCmdTOCVisible with 0

  • Is there a tip action that will open and close the table of contents?

    I like that in CP5, Adobe has allowed users to change the icon associated with opening and closing of a Table of contents in layers.  Having said that, unfortunately, they show if small, I don't see what I created.  So, I was wondering, is there an advanced action or an action script that I could assign to a button that will allow my users open/close the table of contents?

    Thoughts?

    Eric

    I created a quick and dirty AS3 widget that can be used in Captivate 4 and Captivate 5 projects to open / close a table of contents in overlay with your own button mode.

    http://www.cpguru.com/2010/10/14/free-TOC-button-widget-for-Adobe-Captivate-4-AS3-and-Adob e-Captivate-5.

    Have fun; (o)

    / Michael

  • text too close to page number in the table of contents

    Most of the time I can take care of unattractive line breaks in the table of contents by putting in the nonbreaking spaces in a paragraph.

    However, sometimes I have a situation where a table of contents entry text is too close to the page number right. The text is so close to the page number as in some not case of presentation of points of the leader, or show only one or two points of leader.

    Writing and its adjustment page number on one line, then putting in the nonbreaking spaces won't solve the problem. I could put in a soft return (SHIFT-ENTER) in the table of contents entry to force a line break, but it is not effective because I have to put in the soft return manually every time the table of contents are updated.

    If someone has a tip on how to effectively manage this problem, I would like to know about it.

    Jay,

    Some time ago, someone posted a solution to make the line nice breaks in the index entries. It's setting values of the minimum and maximum word spacing in the paragraph Designer. The values validated it did not worked for me, so I played a little with it and use the following syntax:

    In the paragraph format for table of contents entry, set the maximum word spacing of 325% and oral minimum spacing to 275% and the optimal spacing to 100%. Note the fact that the optimum is NOT between the minimum and maximum values. I don't know the algorithm that Frame uses to decide where the line break, but I'm guessing he first decides to break the line to fill the max and min requires, breaks the line, but changes the spacing back 100%, which is what you want then, in other words, we don't want large spaces.

    The causes of values above a line break about an inch or two to the right margin. If you want to close, try 225 percent and 175 percent. I found that over these two issues of line breaks occur further from the right margin.

    This method does not have to enter the manual line breaks and gives a nice line break, even for those rows that could fit on a single line.

    Good luck

    Van

  • [JDev12.1.2, ADF] "Query with table Panel": how to auto - close the query Panel when the search ends?

    Hallo,

    I would like the Panel request auto - closes when the search is complete.

    This is to give all the space for the result in the talbe.

    How can I achieve this?

    Thank you

    Federico

    Federico,

    to do this, replace the queryListener one leave this point of a bean method. In this method, you run the processQuery by default and after that set the attribute to disclose the af:query component to false and ppr.

    {} public void processQuery (QueryEvent queryEvent)

    The generated QueryListener replaced by this method

    #{bindings. MyAllCriteriaQuery.processQuery}

    QueryDescriptor qdes = queryEvent.getDescriptor ();

    print or save the view criteria

    System.out.println ("NAME" + qdes.getName ());

    appeal by default query event

    {invokeQueryEventMethodExpression ("#{bindings.", QueryEvent "}") MyAllCriteriaQuery.processQuery};

    Object UIComponent = queryEvent.getSource () (UIComponent);

    Riq RichQuery = object (RichQuery);

    riq.setDisclosed (false);

    AdfFacesContext.getCurrentInstance () .addPartialTarget (riq);

    }

    Private Sub (string expression, QueryEvent queryEvent) invokeQueryEventMethodExpression {}

    FacesContext fctx = FacesContext.getCurrentInstance ();

    ELContext elctx = fctx.getELContext ();

    ExpressionFactory efactory = fctx.getApplication () .getExpressionFactory ();

    MethodExpression = me efactory.createMethodExpression (elctx, expression, Object.class, new class [] {QueryEvent.class});

    me. Invoke (elctx, new Object() {queryEvent});

    }

    and on the page

    model = ' #{bindings. " MyAllCriteriaQuery.queryModel}"queryListener =" #{QueryTestBean.processQuery} ' "

    queryOperationListener = ' #{bindings. " "MyAllCriteriaQuery.processQueryOperation}" resultComponentId =": resId1" / >

    Timo

  • A menu button using custom on the slide to open and close the table of contents of Captivate 7

    Hello

    I have a custom menu button. When the user clicks on I want to see the table of contents, (I see there is a State to display the table of contents), but when the user clicks on the same menu again button on this slide how to hide the table of contents. IE, go hide and show.

    Thank you

    Captivate 7.0.1 contains a rocking action that allows you to enable a Boolean variable (for example the system variable that displays or hides the table of contents), and shutdown.  Use this action.

  • Table of contents for several sheet file...?

    It is possible to:

    1. Create a Table of contents listing all sheets in a file?
    2. Have these hyperlink worksheet titles to the sheets themselves?

    I build what will eventually be a fairly large file (read: 75 + leaves). Rather than scrolling all the leaves one by one by one manually to locate the correct table, it would be useful to have a table of contents or an Index that lists the in order... Ideally, allowing the connection of hypertext link to the leaves they reference. (I swear that this was part of a way-back-when number...)

    Instead, is it possible to auto-trier worksheets in alphabetical order? He would not give me the project view as a table of contents or an Index of 35,000 feet, but at least it would be a little easier to find what it takes.

    Looking forward to sharing the wisdom...

    HI stephanie,.

    The numbers 2 (' 09) and 3 support not the hyperlinks to locations within the current document. Both take in charge of hyperlinks that open a Web page in your default browser or which will open and send a new e-mail message.

    Command-F can be your friend here.

    Place an array of single cell on each sheet (or use a cell on the existing table). Enter a short text string that identifies the table or sheet. Each string must be unique in the document.

    To access the card containing one of the following strings:

    Press Control + F to open the Find dialog.

    Enough chain to identify the worksheet type.

    Number will draw this roadmap forward as soon as it can determine which table contains the cell containing this string.

    Tested with four sheets containing:

    able, baker, charlie and delta

    With this limit together (and any other tables in the document - quite an artificial situation!), type c or d was enough to bring me to sheet 3 or 4, sheets 1 and 2 required two letters (ab or ba) to identify the good sheet and bring it forward.

    With a document containing several tables (and more leaves), create (and remembering) a separate channel for each becomes more complicated.

    You can place a second copy of each in a table of Index or table of contents on a separate sheet. From the index table,

    Copy the entry for the table/worksheet you want to go.

    Open the dialog to find (command-V)

    Paste the entry in the search box. (What it will find and highlight the entry that you have copied to the index table)

    Click on the > button on the dialog to find the occurrence FOLLOWING this string (on your target table.

    Kind regards

    Barry

  • chm opens to search tab, no table of contents

    Hi all.

    My .chm files will open the search displayed tab, not the table of contents. How can I fix it?

    Thank you!

    -Nancy

    Hello again

    You said:

    This means that it is a new brand. chm. But it is overwriting the previous one. chm. Perhaps, he returned to the previous state.

    Indeed. There is a hidden file on your system that the HTML Help Viewer uses to track this information. So it won't matter how many times you generate CHM, he will remember this setting. One way is to rename the CHM file. In terms of viewer help, it of a new CHM and open then simply with the opening of the table of contents.

    You also said:

    I'll just make sure that the table of contents appears before I send the .chm, then.

    And it certainly won't do anything to hurt it. But he lost the effort. It is because this hidden file, that I mentioned earlier is different for each user. And even if you make sure that the table of contents is open when you close your CHM on your computer, if an end user is simply replace a CHM with a newer version, it behaves for them the same as it behaves for you. Which means, if they had full CHM to a different tab in the table of contents is the tab they will get.

    See you soon... Rick

  • Question of FrameMaker 10 Table of contents

    I did the updates of my manual, saved the book and now my TOC displays as red text with lines of text (as the changes).  The table of contents has duplicated with this red/lines of text 8 times (now the 34P) and the bottom of the page shows the table of normal contents. I can't understand how to solve this problem. If anyone can help?

    Well, not knowing whether or not it is enabled by design, we'll play it safe that we test this;

    • Save and close all files in the book window
    • In the book window > view > track text edits > Final glimpse
    • The book was updated

    If is enabled, we should be safe and assume it is activated on purpose, and you must review each chapter, accept or reject the changes. When assigning the Final Preview view, the changes are always followed, but they should is no longer showing.

    I'm about to step in the class, and maybe someone else can pick up this thread. If the issue is not the track text changes, the next thing I would like to Explorer are conditional text settings.

  • Page numbering and the Table of contents

    I have a book containing 23 document files. Document files contain the page numbers in the footer.

    One of the document file is a generated table of contents (TOC). Unfortunately, the generated page

    the number in the table of contents do not match the numbering of the pages in the files. Here are the details:

    • The title page, in a file by itself, is not numbered
    • The frontmatter, distributed in five cases use lowercase Roman (i - xvi)
    • The body of the text in the remaining 17 files is digital (1-243)
    • The generated TOC uses cardinal numbers of the book as a whole. For example,.
      Chapter I is numbered correctly in the footer from page 1. However, he is listed in the table of contents
      as starting on page 19, because this is the file real 19th in the book. I put the document numbering
      This file from 1 properties and properties of Page numbering for the book as a whole to
      be "continue."
    • The style of the table of contents entries is correct. In other words, the frontmatter uses a tiny Roman and the
      chapters use Numeric

    I tried to regenerate the table of contents, but this did not help.

    Does anyone have suggestions on what is the way prescribed to do?

    OK, I continued to read and this is what I found:

    Set the numbering style in the document, and not in the book that we told you. Format > Document > numbering. Choose Arabic or digital. Repeat for the various chapters.

    Save and close the chapters. In the book file, click with the right button on each chapter and choose Configure XXX. This is where tell you the book to continue the page numbering or restart at the 1.

    Once this is done, update your address. From there, if there are issues, we rely on the logic of the Fm we use every day, and each of us can help you solve.

  • Stacked canvas and tab canvas placed on the table of contents?

    Oracle forms 6i:

    Hi all, I am developing a form .in this I created four paintings there is

    1. table of contents

    2 canvas tab

    3 stacked canvas

    4 stacked canvas fixed field

    Here I try placed three paintings on the content canvas.i open the table of contents and here I placed all three paintings to help

    Display - > stacked views option.after, saving the form and close the content canvas.again I open the table of Contents tab stacked canvas and stacked canvas fixed field the two paintings are disappears.these paintings go to back (hide) of the canvas of the tab.

    any body please help me how to solve the problem...

    Here I am attaching how my form want to look like this.

    1.png


    I attach here how can I get...

    2.png



    Please help someone

    Kind regards

    Stevie

    The fact that you have used the utility of 'Stacked view paintings' the constructor for hide or display a canvas has nothing to do with how the form is saved or executed.  The ZOrder (stacking order) of the paintings works exactly as it does for data-block objects.  If your 'stacked' canvas is listed below your Web 'tab' in the browser of the object then the stacked will be presented behind the tabs.  If you want the stacked to appear always on top and then in the object Navigator drag it above the tabs.

    When running, you control the paintings using SHOW_VIEW and HIDE_VIEW.  However, I understand that you can't HIDE a view if the cursor is positioned in an object on the canvas.  You must move the cursor first, then HIDE the view/canvas.

  • Table of contents issue in Captivate 8!

    Hello


    I use 8 Captivate and noticed that the width of the table of contents and the size of the font of titles are always the same in the primary, tablets, and mobile views.


    It is therefore impossible to use a size of width and the police appropriate to the main display because it will not exceed the edges of the mobile view, and if I do to adapt to this latter view, it becames too small for the primary display.


    How can I have a different TOC width and font size of table of contents for each display mode?

    If you use query selectors media in the CSS after you publish the project, you can have control more the sizes of fonts in any size of device. How do you use the questions from the media that you tell, stir with eyes wonder? Glad you asked, lets give it a whirl!

    First, we're going to get an overview of the project in a browser and to inspect the items in the table of contents to get their name of CSS class. We also take note of the name of the CSS file that has the rules of the element.

    So, we see that the font for each of these three sizes are controlled by the following CSS classes:

    .tocTitleText - "table of contents".

    .tocSlideTitleHeading - 'page title '.

    .tocText - "Slide".

    And the CSS for these classes is located in CPLibraryAll.css (which is put in the assets/css folder of the published project).

    For once we finish tinkering with our project and we are ready to add the media question our training cake icing, publish the project and navigate to the assets/css folder, and open the CPLibraryAll.css file in your favorite text editor. Most of the CSS been compressed up there at the top, but fear not, we'll just do scroll to the bottom of the file and create new things. Here's some info on the media if there will are curious. It's just the first link at random on the topic that I thought was useful, there are many others if you google it. Now to return to the program!

    At the bottom of the CSS file add these three requests, I'll paste it here so you can simply take their easy:

    @media only screen and (max-device-width: 1024px) {}

    {.tocTitleText}

    do-size: 18px;

    }

    {.tocSlideTitleHeading}

    font size: 15px;

    }

    {.tocText}

    font size: 21px;

    }

    }

    @media only screen and (max-device-width: 768px) {}

    {.tocTitleText}

    font size: 15px;

    }

    {.tocSlideTitleHeading}

    do-size: 12px;

    }

    {.tocText}

    do-size: 18px;

    }

    }

    @media only screen and (max-device-width: 360px) {}

    {.tocTitleText}

    font size: 13px;

    }

    {.tocSlideTitleHeading}

    do-size: 10px;

    }

    {.tocText}

    do-size: 16px;

    }

    }

    Now, you will probably change these values to the size of the font to something more close to what you were going, but stick to the same concept: small fonts for the smaller device, large fonts for larger sizes of device. My values here are quite subtle, so don't be afraid to experiment, and I used the pixel (px) instead of sizes in points (pt) so you can change that as well. Nevertheless, do not hesitate to go back into this file and adjust the sizes more to your taste if watch you it and it is not quite to the height.

    So it's probably a little obvious by the text in the Scriptures we've created rules for these three classes that apply only in certain situations, it is better media queries. In this case, we have a set of queries, one for each when the device or look a size struck the unit standard sweet spots: 360, 768 and 1024 pixels width respectively. Allows to extract a screengrab of it in action:

    Here we see for a width of 344 device, max-device-width: query 360px a kicking and substituted the class selectors. In the example, I highlighted the tocSlideTitleHeading to show the link between what it looks like and how the media query has adjusted the font size.

    My experience with the PAC was that if perform you this type of change (introduce the code or settings directly in CAP files) its best to do once you are all written when publishing done with the project. I can't say for sure, but I guess that if you make changes to the CSS file then go back and edit the project in Cape Town and re - publish your tricks of the media query will get wiped out and you will need to put back in. Just something to keep in mind.

    So there go! Questions from the media, FTW!

    Jord-

  • Buttons previous as well as the next topic would work in a complete table of contents or only in a book?

    Hi all

    I have a project of webhelp with several books and browse sequences.  The previous buttons as well as the following topic seem to operate with a single book.  Is that how it is supposed to work?  And if so, is there a way to make it work for OCD together through all the books?  With the help of HR 2011.

    Thanks for any help.

    Diane

    Hello

    What you have to do is to create a large single sequence that runs through all of the topics in the table of contents. Exactly how do you this depends on your version of RoboHelp. For example, if you use the version 10 and earlier versions, choose the auto create option and enter 0 for the number of levels.

    If it is version 11 or 2015 Release, there is an interesting option provided.

    See you soon... Rick

Maybe you are looking for