Can I customize the navigation label area of a skin?

I am using RoboHelp 7 HTML. I want to change the text that is displayed for the Search tab and add a graphic to the Search tab. In the WebHelp Skin Editor, I don't see a way to do that. Also, can I change the text in the Search tab area of my skin, such as making something bold, without that change showing up in all the others (for example, in Contents, Index, and Glossary)? Can I do this without using Flash or any other tool - just with RoboHelp 7?

Highlight the button you want to edit and click the pencil icon or just double click the button name.
You will see the inset dialog and then it is fairly obvious what to do.
You change the text below the Search tab by opening the LNG file from Project Settings > Advanced Button > LNG tab.
FtsInputPrompt changes the first line. Type in the word(s) to search for:
FtsHilitePrompt changes the second line. Highlight search  results
FtsMaxResult changes the third line. Search results per page
There is no option to format the text. It might be possible to edit some RH files after generating the output. You could find out which ones by entering a unique word in the lines above, something like Redrabbit. Then do a multi file find for that word. You really want to go there?
See www.grainge.org for RoboHelp and Authoring tips

Similar Messages

  • How can I customize the navigation bar in Firefox 29? I would like to have the refresh/stop button back in front of the navigation bar!

    How can I customize the navigation bar in Firefox 29? I would like to have the refresh/stop button back in front of the navigation bar!

    There isn't a built in way to do that since all the navigation toolbars are on one toolbar.
    You can restore this functionality by installing the Classic Theme Restorer add-on
    *https://addons.mozilla.org/en-US/firefox/addon/classicthemerestorer/

  • How can i Customize the UIShell Global Area ? Please provide some steps to Customize the UIShell Global Area ? i am using JDev11.1.1.7.0g version

    How can i Customize the UIShell Global Area ? Please provide some steps to Customize the UIShell Global Area ?
    Actually I need to manipulate the Sign Out link and put my own Sign out link there...

    If you want to customize the UI Shell you need to download the code from UI Shell - ADF UI Patterns - Dynamic Tabs UI Shell Template Functional UI Pattern ; modiffy and use the updated code

  • The new version of firefox does not meet my customization needs, because I can't hide the navigation bar.

    In the old version of firefox, my window setup looks like this: http://puu.sh/8wFeJ.png
    I can't replicate this in the newer version, even in the classic view, I can't hide the navigation bar.

    With the classic view extension provided by Mozilla, you have the ability to move that, as well as the URL bar, back down to the bottom where I usually keep them. This leaves me with an empty navigation bar but no way to hide it.

  • [Forum FAQ] Customize the Navigation Bar in Outlook 2013

    In Outlook 2013, the Navigation Bar is a gray bar which lists commands at the bottom of the Outlook window that enable you to quickly navigate to Mail, Calendar, People, and Tasks.
    You can change the Navigation Bar settings for a single user by clicking
    … and then Navigation Options. For more information, please refer:
    http://office.microsoft.com/en-us/outlook-help/change-what-appears-on-the-navigation-bar-HA102838974.aspx
    However, if you want to change the Navigation Bar settings for all users in your organization, you’ll need to modify the registry.
    Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that
    you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry
    http://support.microsoft.com/kb/322756.
    To modify the Compact view
    To maximize the vertical height of the Outlook window you can use Compact Navigation. We can change the setting by creating the
    ABCompact registry key. To do this, please follow the steps:
    1. Press Windows key + R to open the Run command, type regedit
    and press Enter to open the Registry Editor.
    2. Locate the following registry path:
    HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Options
    3. Right-click on the Options folder and select NEW > KEY, name it
    WunderBar.
    4. Select the WunderBar key, right-click on it and select
    NEW > DWORD (32-bit) Value and name it ABCompact.
    Value name: ABCompact
    Value type: DWORD (32-bit)
    Value: 1 to tick the Compact Navigation;
    0 to untick it.
    5. Restart Outlook to make the change.
    To modify the Maximum number of visible items
    To change how many views appear on the Navigation Bar, you need to change the number for Maximum number of visible items by modifying the
    NumBigModulesAB registry key.
    Value path: HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Preferences
    Value name: NumBigModulesAB
    Value type: REG_DWORD
    Value: 1-8
    The key doesn’t exist by default. When the value is set to 1, only
    Mail will appear on the Navigation Bar. If the value is set to
    8, all views will appear.
    To modify which view is turned on or off
    You can also turn one or more views off from the Navigation Bar. This is controlled by a registry string named
    ModuleVisible15.
    Value path: HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Preferences
    Value name: ModuleVisible15
    Value type: REG_SZ
    Value: 1,1,1,1,1,1,1,0,0
    By default, the string value is set to 1,1,1,1,1,1,1,0,0.
    1 means the view is turned on while 0 means the view is turned off. Moreover, the value correspond one-to-one with the views, for example, the first “1” correspond to
    Mail, and the second “1” correspond to
    Calendar… By default, the eighth and ninth view is turned off. The eighth is
    Journal and I have no idea what the ninth number stands for. You can open Journal by pressing Ctrl+8, but if you want it to appear on Navigation Bar, you can change the eighth “0” to “1”.
    To modify the view order
    If you want to switch the positions of Mail and Calendar, you’ll need to modify the
    ModuleOrderAB string.
    Value path: HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Preferences
    Value name: ModuleOrderAB
    Value type: REG_SZ
    Value: 1,2,3,4,5,6,7,8,9
    The default order for the Navigation Bar is:
    Mail  Calendar  People  Tasks  Notes  Folders  Shortcuts 
    Journal
    In the registry string there are 9 numbers (1~9), let’s just ignore 9. So, there are 8 numbers left and each number has some relationships to each Navigation item.
    Here is the logic:
    There are 8 Navigation Options. Let’s say ‘Mail’ is Nav1, Calendar is Nav2, People is Nav3, …, Shortcut is the Nav7 and Journal is Nav8.
    Meanwhile, there are 8 positions to put those 8 Navigation items, we name them
    position1 to position8, from left to right.
    For example,    CALENDAR  TASKS  PEOPLE  FOLDERS  MAIL  NOTES  SHORTCUTS 
    Journal
    ModuleOrderAB=    5                
    1              3               
    2              6           
    4                
    7                   
    8
    The number “5” is in the first position of the ModuleOrderAB string and it takes
    position1. The default navigation option for position1 is
    Mail.
    So, “5” means put Nav1 (Mail) on position5.
    “1” is on position2, default navigation item on
    position2 is Calendar. It means put Calendar on
    position1.
    So, “3” means put People on position3; “2” means put
    Task on position2… and so on.
    If you have more questions, welcome to post in the forum. Thank you.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    There isn't a built in way to do that since all the navigation toolbars are on one toolbar.
    You can restore this functionality by installing the Classic Theme Restorer add-on
    *https://addons.mozilla.org/en-US/firefox/addon/classicthemerestorer/

  • Can i customize the adjustment window in aperature

    1. Can I customize the Adjustment window so that I don't have to go to "Add adjustment" for each picture to add crop, etc?
    2. Can I customize the settings in the adjustment window so they are fixed for each picture?
    Thank you

    1. Can I customize the Adjustment window so that I don't have to go to "Add adjustment" for each picture to add crop, etc?
    You can add each adjustment to the default set from the gears-icon in the adjustment brick.
    2. Can I customize the settings in the adjustment window so they are fixed for each picture?
    You can define a set of adjustment as a custom preset:
    Use the command "Effects > SAve as Effect" to save a group of adjustments as a custom effect:

  • Hi, I have a problem with fonts because in the window I can't see the font, they are transparent. how can I fix this?

    Hi, I have a problem with fonts because in the window I can't see the font, they are transparent. how can I fix this?

    giadad,
    It sounds as this issue:
    Open System Preferences and go to Accessibility. Next, select Display from the source list along the left, then check the box labelled Reduce transparency.
    It was first presented in this post #15 by TheUlser:
    https://forums.adobe.com/message/6854594#6854594
    It has been described on this Adobe page:
    http://capitalmacservice.com/font-preview-working-illustrator-cs-5-yosemite-fix/

  • How can I hide the Navigation Input (at least the URL) in Firefox 29.0?

    I need to hide it for demonstrations to prevent attendees from browsing to a site while I'm showing it. This new release is not as clean looking when all the toolbars are unchecked. A minimal mode with tabs only would be helpful...the previous release was very good for this.

    Note that in previous Firefox versions it was still possible to bring up a replacement toolbar via Ctrl+L, so this version is actually better in this respect.<br />
    This code has been removed in Firefox 29 because you can't hide the Navigation Toolbar.
    Note that using an extension or code in userChrome.css can be overridden by starting Firefox in Safe Mode by holding down the Shift key when starting or the item in the Help menu.
    You can look at the Classic Theme Restorer extension to restore some functionality that was lost with the arrival of the Australis style in Firefox 29.
    *Classic Theme Restorer: https://addons.mozilla.org/firefox/addon/classicthemerestorer/
    *Hide Navigation Bar: https://addons.mozilla.org/firefox/addon/hide-navigation-bar/

  • How can I customize the stylesheet of webdynpro applications?

    Hello experts,
    how can I customize the Look & Feel (e.g. background color) of webdynpro applications?
    I refer e.g. to UWL which is opened by a task link in an email and opens as as webdynpro application in a separate window. It appears in the typical SAP blue. I would like to change the color.
    The portal´s customization does not affect webdynpro applications.
    Thanks in advance for any hint.
    Thomas

    Hi Avi
    Yep, that's what you get with AIR output. You have to live
    with the skins the AIR layout provides. I suppose if you are a FLEX
    developer you might be able to change the skins. But it is what it
    is.
    You might consider submitting a Wish Form to ask the
    development team to allow us more flexibility with AIR skins. Or to
    even create a way for the AIR app to use elements of the WebHelp
    skins.
    Click
    here to visit the Wish Form.
    Cheers... Rick

  • How can I customize the msi file to include a licence agreement

    How can I customize the msi file to include a licence agreement and some splash screens. If i need a third party application could somebody recommend one. I have installshield development studio 9 and it crashes every time I try to add a license.

    We don't use the installation maker built into the application builder, instead we use a third party tool that is free and gives additional options; like including a license and to split the installation set to fit on floppies. It's called Inno Setup and can be found on: http://www.jrsoftware.org/. It is script-based but also has a nice wizard.
    Inno Setup does not give you much room for splash screens though. There are a number of shareware alternatives (not all free as Inno as far as I've seen) that does, if you do a search for installer makers on download.com you'll get a list of them.
    MTO

  • How can I customize the UI shell close tab behaviour?

    I am using JDevelepor 11.1.2.1.0 Version
    I Am New In ADF
    How can I customize the UI shell close tab behaviour? When i close the tab I ned to rollback the transaction else where when reopen the taskflow it show an error message duplicate key..
    So how i can handle?

    Download the sample at http://www.oracle.com/technetwork/issue-archive/2012/12-mar/o22adf-1518265.html . frank states -
    The CustomerOrdersCRUD-btf task flow in the BoundedTaskFlows.jws workspace accompanying this sample, for example,
    uses the tabContext reference to close the tab displaying the task flow upon rollback and commit—which also is when the task flow is exited.
    In addition, when data changes are performed within a task flow, the tab’s dirty state is changed to indicate to the template that the tab title needs to be shown in italics.

  • Can't read the disk label & Can't open disk label package

    Hi
    I can't read the disk label & can't open disk label packages...I used the format command but there are do not showing any label...Please HELP
    Thanks
    Mohammed Tanvir

    Hello worl !:
    I'm installing a Tape in my Sparc 5. The system works whit Solaris 2.4.
    When I boot the system without the tape it starts normally. But, the problem is when I put the tape... and I have this message:
    Can't read disk label
    Can't open disk label package
    Can't open boot device
    In the prompt I did:
    ok probe-scsi-all
    Target 3 Disk SEAGATE
    Target 4 Removable only Tape ARCHIVE // my TAPE
    Target 6 Removable Read only device TOSHIBA XM- // my CDROM
    ok boot -r
    Can't read disk label
    Can't open disk label package
    Can't open boot device
    I check with the commnad 'devalias' and all the paths are ok. I probe when 2 different tapes and I format the disk using the command format booting the system without the tape . But I've the same error when the tape is connected.
    Someone can help me?
    [email protected]
    HPP.

  • How can i  change the column label text in a alv table display

    how can i change the column label text in a alv table display??
    A similar kinda of question was posted previuosly where the requirement was the label text was needed and following below code was given as solution :
    <i>*  declare column, settings, header object
    DATA: lr_column TYPE REF TO cl_salv_wd_column.
    DATA: lr_column_settings TYPE REF TO if_salv_wd_column_settings.
    DATA: lr_column_header type ref to CL_SALV_WD_COLUMN_HEADER.
    get column by specifying column name.
    lr_column = lr_column_settings->get_column( 'COLUMN_NAME1' ).
    set Header Text as null
    lr_column_header = lr_column->get_header( ).
    lr_column_header->set_text( ' ' ).</i>
    My specific requirement is i have an input field on the screen and i want reflect that value as the column label for one of the column in the alv table. I have used he above code with slight modification in the MODIFYVIEW method of the view since it is a process after input. The component gets activated without any errors but while run time i get an error stating
    <i>"The following error text was processed in the system CDV : Access via 'NULL' object reference not possible."</i>
    i have checked in debugging and the error occured at the statement :
    <i>lr_column = lr_column_settings->get_column( 'CURRENT_YEAR' ).</i>Please can you provide me an alternative for my requirement or correct me if i have done it wrong.
    Thanks,
    Suri

    I found it myself how to do it. The error says that it is not able to find the reference object i.e  it is asking us to refer to the table. The following piece of code will solve this problem. Have to implement this in WDDOMODIFYVIEW method of the view. This thing works comrades enjoy...
      DATA : lr_cmp_usage TYPE REF TO if_wd_component_usage,
             lr_if_controller  TYPE REF TO iwci_salv_wd_table,
             lr_cmdl   TYPE REF TO cl_salv_wd_config_table,
             lr_col    TYPE REF TO cl_salv_wd_column.
      DATA : node_year  TYPE REF TO if_wd_context_node,
             elem_year  TYPE REF TO if_wd_context_element,
             stru_year  TYPE if_alv_layout=>element_importing,
             item_year  LIKE stru_year-i_current_year,
             lf_string    TYPE char(x),
      DATA: lr_column TYPE REF TO cl_salv_wd_column.
      DATA: lr_column_header TYPE REF TO cl_salv_wd_column_header.
      DATA: lr_column_settings TYPE REF TO if_salv_wd_column_settings.
    Get the entered value from the input field of the screen
    node_year  = wd_context->get_child_node( name = 'IMPORTING_NODE' ).
    elem_year  = node_year->get_element( ).
      elem_year->get_attribute(
       EXPORTING
        name = 'IMPORT_NODE-PARAMETER'
       IMPORTING
        value = L_IMPORT_PARAM ).
      WRITE L_IMPORT_PARAM TO lf_string.
    Get the reference of the table
      lr_cmp_usage  =  wd_this->wd_cpuse_alv( ).
      IF lr_cmp_usage->has_active_component( ) IS INITIAL.
        lr_cmp_usage->create_component( ).
      ENDIF.
      lr_if_controller  = wd_this->wd_cpifc_alv( ).
      lr_column_settings = lr_if_controller->get_model( ).
    get column by specifying column name.
      IF lr_column_settings IS BOUND.
        lr_column = lr_column_settings->get_column( 'COLUMN_NAME').
    set Header Text as null
        lr_column_header = lr_column->get_header( ).
        lr_column_header->set_text( lf_string ).
    endif.

  • How can I customize the URL you land on when you open a new tab

    Right now when I open a new tab the URL is (about:newtab which gives me the option to search yahoo.com) and I would like to land on www.google.com (as this is more useful for me). Can I customize the landing page for when I open new tabs?

    Type '''about:config''' in the URL bar and hit Enter. <br />
    ''If you see the warning, you can confirm that you want to access that page.''
    Put BrandThunder.com in the searchbar at the top, then right-click and select '''Reset''' for any preferences that appear with BrandThunder.com. Then restart Firefox.

  • Can we customize the column name in filter view?

    When i select filter view and select an option from the drop down, it shows the name of the column and not the variable set in the prompt.
    I want to customize that name so that it does not show the column name,shows the name given by us instead.
    Please Help!!!

    You can't customize the filter view, play around with the narrative view instead.
    Regards,
    Stijn

Maybe you are looking for

  • Copy text in pdf gives me gibberish. Is there a way to OCR to correct?

    I have a few documents that are complete gibberish when I select text and copy. If I open them in Acrobat Pro, select text, Copy, and "Show Clipboard" in Finder, I see a bunch of "skull characters", and if I open them in Preview and do the same, I se

  • How do I convert pdf to word

    how do I convert a pdf file to microsoft word document ?

  • Sent e-mails are not delivered

    A couple of months ago the e-mails sent from my Nokia E63 stopped being delivered. I get no error or warning, but they do not reach their recipients. Before, I had no problems in receiving and sending mails. I updated the software of my Nokia to the

  • What is the use of targetNamespace in the WSDL file and what goes into it

    I am not sure how is targetNamespace useful in WSDL definition. Are there any rules for putting value into that attribute. My code generator works for any value. For example, Both the following code snippets work. <xsd:schema xmlns:xsd="http://www.w3

  • Weblogic.ejb20.WLDeploymentException

    Hi, I have created a connection pool with the name "MyDataConnectionPool" and selected "myserver" as target in the target tab. Then I have created the Data source with the name "MyDataSource" and selected "myserver" as target. I mentioned datasource