Removal of the Index RH8 SKIN tab

I want to remove the Index button / tab on my skin, but am not sure how do.  When I access skins through the housing project, I select the option to Index in the main Section and the [---] / delete option is not enabled.

Other paths or process, that I use to get my deleted Index tab?

RH Skin Index Issue.png

Hi Cindy.

Besides important distinction of Rick you use RoboHelp Server or not, it's certainly the first thing that must be determined. Patterns of single Source 'Pro' are specially designed to help the publication on a web server that has the * optional * RoboHelp Server application installed. There are many benefits to having this server (user feedback reports and the ability to apply security levels and restrict access to different parts of your published Web site is among them.)

That said, if you do not have the room of RoboHelp Server, you want to WebHelp "plain."

As for your question, "either by the way, I have more to choose WebHelp as a presentation of a single Source.  Can I get it back as an option? »

1. make sure that the presentation of single Source pod is in sight.

2. click on the icon whose ToolTip says "Create layout".

3. in the new dialog box layout, type a descriptive name for the layout

4. from the drop-down arrow, select (not Pro) WebHelp output type

5. Once you do this, the new layout appears in the SSL module.

6. Finally, right-click on this new layout and in the context menu, click on "Set as primary provision" that's important because you perform all the steps of Rick for access to the correct window properties in the project configuration module.

That should do it.

Thank you

John Daigle

Tags: Adobe

Similar Questions

  • Where is the text for the index and search tabs saved?

    It is specifically in RoboHelp 9 - although the answer may be the same for other versions.

    I wonder, when WebHelp is created, where to get the text to use in the indexing and search tabs?

    Specifically, I'm looking for (and change), the text in the Index tab that reads, "type in the keyword to find:" and the text in the Search tab that reads, "Type in the words to search for:

    I suspect these two phrases are in a file .lng somewhere, and just this file needs to be changed...

    Any ideas?

    The mentioned Colum .lng file are accessible more easily by clicking on file > project settings > Advanced button > LNG tab

    Under LNG, you will see everything most of the default labels for different items. It is better to work here on the source of LNG, rather than trying to change the output WebHelp that will be replaced later the next time that you build.

    Thank you

    John Daigle

    Adobe Certified RoboHelp and Captivate instructor

    Evergreen, Colorado

    www.showmethedemo.com

  • Event to be listened to to find the index of a tab in a tabnavigator

    Hello friends,

    I have a browser to tab and I would like to know the index of the tab that the user has clicked. Is there an event listener that to achieve this?

    Thank you.

    Hello

    YEST it is such event:

    private void changeHandler(event:IndexChangedEvent):void
    {
    trace (Event.NewIndex);

    }

    <>
    change = "changeHandler (Event)" / > "

    Kind regards

    Adrian

  • removal of the index

    Hello

    I want to delete the index of a column, but I don't know the name of the index of this column, I only know the table name and the column name that is as shown below:

    C2M_CLIENT_H (RATING_ID)

    How can I write the query?

    SELECT POSITION_COLONNE,
    COLUMN_NAME,
    ALL_IND_COLUMNS A.* HAS
    WHERE TABLE_NAME LIKE '% C2M_CLIENT_H '.
    ORDER BY 3,4,1;

  • Click to open topics in the Index and the 'Search' tab

    I have the setting "Single click to open books" archived on parameters HTML Adv.  It works very well.  Wooo hoo!  My QA people are so happy with this feature they want the feature click to open topics in the index and search tabs.  I can't find anywhere to enable this.  Am I missing a setting?  Is it possible to 'hack' it?

    I have 10 RoboHelp and exit at Microsoft_HTML_Help.

    Thanks for the hot and humid Florida,

    Shannon

    Hello

    Sorry, but this is a limitation of CHM. Unfortunately I don't remember if it came with version 10, but if if you could use the WebHelp for the CHM converter script to package inside a CHM WebHelp output. If you do, then you would have what you want where a simple click would open things.

    See you soon... Rick

  • That could leave gaps in the index, but the built-in function NEXT allows you to iterate over any series of clues.

    Hello

    can you please explain the below topic?

    That could leave gaps in the index, but the built-in function NEXT allows you to iterate over any series of clues. -> this line

    1. Arrays have a fixed upper bound, but the nested tables are unlimited (see Figure 5-1). Thus, the size of a nested table can increase dynamically.

    Table in figure 5-1 against the nested Table

    Text description of pls81016_array_versus_nested_table.gif follows
    Description of the illustration pls81016_array_versus_nested_table.gif

    • Tables should be dense (have consecutive indices). So, you can delete individual items from a table. Initially, the nested tables are dense, but they can become sparse (have non-consecutive indexes). So, you can remove items from a table nested by using the integrated procedure DELETE . That could leave gaps in the index, but the built-in function NEXT allows you to iterate over any series of indexes.

    Hello

    Look at the second half of the Figure 5-1, the 'Nested Table after destruction".  X (9), x.5 and x (2) elements have been removed, so the index values are 1, 3, 4, 6, 7, 8 and 10.  There is a gap between 1 and 3, another gap between 4 and 6 and another gap between 8 and 10.

    You could not use a simple FOR loop:

    FOR j IN 1... 10

    LOOP

    ...

    END LOOP;

    to iterate over a collection of rare as this, but you can use a loop where you get with the FOLLOWING indices:

    j: = x.FIRST;

    Then j IS NOT NULL

    LOOP

    ...

    j: = (j) x.NEXT;

    END LOOP;

  • How to create the index suitable for my xml...

    Hi all... I have an xml attachment saved in an XMLType column in a table that is stored in binary xml secure.
    I want to use XQuery to navigate the xml code and push the results in a normal table.

    All of this works, I have a question if all the xmlindex I want to create.
    I want to create a xmlindex so that the plan of the explain command would be cheaper.
    If I remove the where XQuery bit the explain command comes with a cost of 32, but if I use the where the bits of the cost are 223000!
    Removal of the index makes no difference if the index is not used here.

    What index to use here and especially how he specify?
    I read something on the structured and unstructured indexes, but I did not understand what and how to use them.

    If someone could help that would be great.

    A point, however: the xml used for the explain command is much longer; It contains 48385 lines instead of the rows listed here.
    Ad al of them would make the post a little longer...

    table and index:
     CREATE  TABLE XML_NAME_CLOB ( 
            OS_FILENAME varchar2(255),
            ORA_DIR varchar2(255),
            NLS_CHARSET_ID varchar2(255),
            XML_DATA XMLType,
            LOAD_DATE date,
            AUDIT_ID number)
        XMLTYPE xml_data STORE AS BINARY XML
        ;
    
     CREATE INDEX po_xmlindex_ix ON XML_NAME_CLOB (xml_data) INDEXTYPE IS XDB.XMLIndex;    
    Used XML short-circuited for brevity
    <?xml version="1.0"?>
    <?mso-application progid="Excel.Sheet"?>
    <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
              xmlns:o="urn:schemas-microsoft-com:office:office"
              xmlns:x="urn:schemas-microsoft-com:office:excel"
              xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
              xmlns:html="http://www.w3.org/TR/REC-html40">
     <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
      <Author>def</Author>
      <LastAuthor>def</LastAuthor>
      <Created>2011-10-06T15:05:31Z</Created>
      <Company></Company>
      <Version>11.9999</Version>
     </DocumentProperties>
     <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
      <WindowHeight>12525</WindowHeight>
      <WindowWidth>24795</WindowWidth>
      <WindowTopX>120</WindowTopX>
      <WindowTopY>30</WindowTopY>
      <ProtectStructure>False</ProtectStructure>
      <ProtectWindows>False</ProtectWindows>
     </ExcelWorkbook>
     <Styles>
      <Style ss:ID="Default" ss:Name="Normal">
       <Alignment ss:Vertical="Bottom"/>
       <Borders/>
       <Font/>
       <Interior/>
       <NumberFormat/>
       <Protection/>
      </Style>
      <Style ss:ID="s21">
       <NumberFormat ss:Format="#,##0"/>
      </Style>
     </Styles>
     <Worksheet ss:Name="Sheet1">
      <Table ss:ExpandedColumnCount="2" ss:ExpandedRowCount="127" x:FullColumns="1"
             x:FullRows="1">
       <Column ss:Width="63.75"/>
       <Column ss:Width="58.5"/>
       <Row>
        <Cell ss:StyleID="s21"><Data ss:Type="String">budgethouder</Data></Cell>
        <Cell ss:StyleID="s21"><Data ss:Type="String">documenten</Data></Cell>
       </Row>
       <Row>
        <Cell><Data ss:Type="String">ABU</Data></Cell>
        <Cell ss:StyleID="s21"><Data ss:Type="Number">24</Data></Cell>
       </Row>
       <Row>
        <Cell><Data ss:Type="String">ABJ</Data></Cell>
        <Cell ss:StyleID="s21"><Data ss:Type="Number">995</Data></Cell>
       </Row>
       <Row>
        <Cell><Data ss:Type="String">ACC</Data></Cell>
        <Cell ss:StyleID="s21"><Data ss:Type="Number">2754</Data></Cell>
       </Row>
       <Row>
        <Cell><Data ss:Type="String">ADD</Data></Cell>
        <Cell ss:StyleID="s21"><Data ss:Type="Number">224</Data></Cell>
       </Row>
       <Row>
        <Cell><Data ss:Type="String">ALG</Data></Cell>
        <Cell ss:StyleID="s21"><Data ss:Type="Number">310</Data></Cell>
       </Row>
       <Row>
        <Cell><Data ss:Type="String">AMM</Data></Cell>
        <Cell ss:StyleID="s21"><Data ss:Type="Number">125</Data></Cell>
       </Row>
       <Row>
        <Cell><Data ss:Type="String">WEN</Data></Cell>
        <Cell ss:StyleID="s21"><Data ss:Type="Number">106</Data></Cell>
       </Row>
       <Row>
        <Cell><Data ss:Type="String">YAO</Data></Cell>
        <Cell ss:StyleID="s21"><Data ss:Type="Number">263</Data></Cell>
       </Row>
       <Row>
        <Cell><Data ss:Type="String">ZAG</Data></Cell>
        <Cell ss:StyleID="s21"><Data ss:Type="Number">0</Data></Cell>
       </Row>
      </Table>
      <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
       <Selected/>
       <Panes>
        <Pane>
         <Number>3</Number>
         <ActiveRow>4</ActiveRow>
         <ActiveCol>3</ActiveCol>
        </Pane>
       </Panes>
       <ProtectObjects>False</ProtectObjects>
       <ProtectScenarios>False</ProtectScenarios>
      </WorksheetOptions>
     </Worksheet>
     <Worksheet ss:Name="Sheet2">
      <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
       <ProtectObjects>False</ProtectObjects>
       <ProtectScenarios>False</ProtectScenarios>
      </WorksheetOptions>
     </Worksheet>
     <Worksheet ss:Name="Sheet3">
      <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
       <ProtectObjects>False</ProtectObjects>
       <ProtectScenarios>False</ProtectScenarios>
      </WorksheetOptions>
     </Worksheet>
    </Workbook>
    Select with xquery
     select tabel.budgethouder, tabel.documenten
    from XML_NAME_CLOB,
          xmltable(
                  XmlNamespaces('urn:schemas-microsoft-com:office:spreadsheet' as "ss",
                  DEFAULT 'urn:schemas-microsoft-com:office:spreadsheet' ),
                   'for $i in /Workbook/Worksheet[1]/Table/Row[position()>1] 
                    where 
                      /Workbook/Worksheet[1]/Table/Row[1]/Cell[1]/Data/text()=''budgethouder'' and
                      /Workbook/Worksheet[1]/Table/Row[1]/Cell[2]/Data/text()=''documenten'' and
                      /Workbook/Worksheet[1]/@ss:Name=''Sheet1''
                    return $i '
                    PASSING xml_data 
                    columns budgethouder varchar2(100)  PATH 'Cell[1]/Data/text()',
                            documenten varchar2(100)    PATH 'Cell[2]/Data/text()'
                            
                  ) tabel
            where audit_id = 12;   
    Published by: MichaelR64 on 7-oct-2011 16:53

    Published by: MichaelR64 on 8-oct-2011 18:05

    You saw the answer on my blog? ;)

    begin
      dbms_xmlindex.registerparameter(
        'ext_smldata_xtb_param'
      , 'XMLTable ext_smldata_xtb ... big text content here ... '
      );
    end;
    /
    
    create index ext_smldata_sxi on ext_smldata (object_value)
    indextype is xdb.xmlindex parameters ('PARAM ext_smldata_xtb_param')
    ;
    
  • The new upgrade puts the message 'remove' in the middle of the index of right click menu, how can I get that back on the bottom?

    Your response help topic indicates that the default position of "delete the message" in the menu click right index is on the bottom. But after installing the upgrade, it now appears in the middle. This makes the removal of e-mails much slower process. I don't want a filter on this email account. Can I move down or uninstall the upgrade?

    Install Menu Wizard, then open its Options, expand the main pop-up Menu, then drag and drop 'mailContext - remove' to the bottom of the tree.

  • I can't find the function "bookmark all tabs" in Firefox 5 used to be there. He moved or just removed?

    I can't find the function "bookmark all tabs" in Firefox 5 used to be there. He moved or just removed?

    You can also right click on a tab to see this menu item.

  • I do understand the benefit of "Options" tab utilities and want to remove it. How, please?

    I do understand the benefit of "Options" tab utilities and want to remove it. How, please? I tried this feature because the tab 'Fox' was no longer available with the 5.0 update.

    I loved tab 'Fox '. A click and go on a site added you to 'top sites' before. The update 5.0, this feature is no longer available. It was a disappointment. There is a similar feature "add on" that is, as tab 'Fox' compatible with 5.0. If yes I would like to know about it. Or better yet... make it usable with Firefox 5.0 ' Fox' tab if upgrades cancel features previously downloaded that work really... What's the point?

    Please click the button solved it next to the answer that solved your problem of Firefox support, it appears when you are connected, so this thread is marked as resolved to help other users who may have this same problem.

  • Get the index of the column of table removed

    Is there a way to get the index of the column in a 2D table that has been deleted? In my application, the user has the possibility to use the right click option 'remove a column' on a 2D picture, but I would like to use this information to remove the same column in a different table programmatically. Is this possible?

    There is a file published in the documents of the community that refers to a location in a sheet of the user has clicked.  Use it like the image below.

    https://decibel.NI.com/content/docs/doc-22434

  • removed and replaced index page old index is always on the web

    removed and replaced index page old index is always on the web. I just after a new website, but BusinessCatalyst blinking an error message to fast as follows by saying I can't. I thought Muse for coders and technicians.

    Steven,

    The page could be cached in other places, such as cache network or your internet provider.  These are rare cases, but they happen, and you have no control over it.  Best to have friends / colleagues check from another place, this page has been replaced by fact.  If you have several locations showing the same old page, which means the page was either not removed properly, or home page of the site is perhaps used a different directory than where you are currently working.  It is common for people to create several directories test when booting with web creation programs and forget the one that serves content for the online site.

  • How can I remove all the children from scene to a given index position?

    Hello

    I created a simple game - when the game ends, I want to remove only some of the children from the scene and let some interface elements behind.

    The children I want to delete, I added at the level of the index 6.

    My code to add child objects to the start looks like this:

    addChildAt(newObject,6);

    Then, when the game is over and I need to clear the screen of all these objects table laid, I want to delete all the child objects to the index position 6 only, while the other elements of the scene are left intact.

    I don't know how to use a while loop to remove all children from the scene, but do not know the syntax to remove all children from a given only depth index position.

    My gameOver() function is currently using this code:

    getChildAt (6);

    removeChildAt (6);

    but this removes an instance of one child.

    I must be able to detect all children at index 6 and remove them all.

    I can't find the syntax necessary to achieve this.

    Can anyone help?

    A single object can occupy a level of the index.  When you add another at the same level, the previous is moved up in the order.  You probably want to do is to store the references to these children in a table and use it to target out them.

  • How to remove the Index?

    Is there a way to remove the entire index in the online help project? Or you can remove an index both entry?

    I suppose that the index is too large and may be responsible for an error message ("there is not enough memory for this task. Leave one or several programs to increase memory availabel and then try again") and a later abnormal termination of the program.

    Hi rim127

    Behind the scenes is a ProjectName.HHK file. You can open this file with Windows Notepad and off the index in this way. Alternatively, try to simply rename the existing. File Perfect (first close RoboHelp) and see if RoboHelp gives you the opportunity to start over with the index.

    See you soon... Rick

  • How can I remove the bookmark most visited tab?

    I want to delete the bookmark most visited tab

    • "Most Visited" and "Recently set bookmark" and "Recent Tags" are examples of what is called Smart Bookmarks folders and are not the real existing folders.
    • These smart folders show a list created by a query of the places.sqlite database that stores the history and bookmarks in Firefox.
    • Smart folder lists show a maximum of 10 entries by default.
    • Bookmarks or history items that appear in a list of smart folder are also stored in another file, and any changes are applied to the element of bookmark or true story.
    • If you delete an entry then the list is shifted upward and an entry that was not previously identified is added to show the 10 entries.
    • If you add a new bookmark or visit a Web site, then a new element is added at the top and disappears from the entrance at the bottom of this list.

Maybe you are looking for