Tool Bar Buttons

Hi, the default tool bar in Robohelp isn't what I want and I
would like to remove some buttons and change the ordering of their
display. I can't figure out how to do this. Can anyone tell me how
to do this? Thanks. Becky.

Becky,
I would suggest that you find a file called "whstart.js" in
your webhelp output folder. Look for the following line:
var gsToolbarOrder = "toc|idx|fts|blankblock|banner";
Modify that line to read:
var gsToolbarOrder = "banner|toc|idx|fts|blankblock";
The about image should now appear on the left-hand side. I
haven't looked into how to adjust the relative positioning, but I'm
sure it is just a matter of making additional modifications to
another file. Also, I suspect that you can make your changes
permanent for all future projects/builds by modifying the source
files (RoboHelp program files directory). I've done this with the
caption of the About box. I hope that this helps.

Similar Messages

  • To disable the Application tool bar button in ALV report

    Hi Everyone,
    Iam using REUSE_ALV_GRID_DISPLAY to display ALV report.
    Now my requirement is to disable(I mean grey out) a application tool bar button.
    Thanks in advance
    Moderator message: please search for available information and try yourself before asking.
    locked by: Thomas Zloch on Sep 23, 2010 11:38 AM

    We can disable the buttons on the application toolbar as below.
    *To Exclude a few buttons from the Application tool bar
    data: it_excluding type slis_t_extab.
    data: wa_excluding type slis_extab.
    wa_excluding-fcode = '&OUP'.
    append wa_excluding to it_excluding.
    wa_excluding-fcode = '&ILT'.
    append wa_excluding to it_excluding.
    wa_excluding-fcode = '&ODN'.
    append wa_excluding to it_excluding.
    and in the FM.....
    call function 'REUSE_ALV_GRID_DISPLAY'
          exporting
            i_callback_program      = sy-repid
            i_callback_pf_status_set = 'ZPICK'
            is_layout               = itlayout
            i_callback_user_command =  'LIST1'
            i_grid_title            = <fs>
    *       i_callback_top_of_page  = ' '
            it_fieldcat             = itfieldcat[]
            it_excluding            = it_excluding
    But,no idea on how to disable the  whole application tool bar itself ?
    K.Kiran.

  • How to grey out Allication tool bar button of PF-status for a selection-scr

    Hi All,
    I have an urgent requirement to grey out(not to exclude) an application tool bar button in normal selection-screen PF-STATUS.
    Please let me know if any one has done something like this before.

    Hi,
    This code[mentioned in the suggested link] will deactivate the button.
    DATA itab TYPE TABLE OF sy-ucomm.
    PARAMETERS test(10) TYPE c.
    AT SELECTION-SCREEN OUTPUT.
      APPEND:
               'PRIN' TO itab,
              'SPOS' TO itab.
      CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'
           EXPORTING
                p_status  = sy-pfkey
           TABLES
                p_exclude = itab.
    You can deactivate Print and Save button.

  • User exit/ BADI in f-32 / f-28 for adding application tool bar button

    Hi Experts,
    There is a requirement, for adding application tool bar button in the Transaction codes F-32 / F-28 / Feba_lockbox. So that while clearing documents with reference document, they can upload the data(Reference Documents) from local file and after the data is fetched for clearing, they need to download the data to local file for verification. If the data is verified to be okay, then they can go ahead with simulation and posting. They need this verification to be done in excel sheet, so need to download the data into local file.
    I found a BADI in that screen is BADI_LAYER but I don't think it is relevant.         
    Any help is apreciated!
    Is there any EXIT ? Because I can not find it too.
    Regards,
    Nitin

    where you did the enhancement?
    I have to create the IDOC once Clear docuemnt is created.. It may help me.

  • Safari tool bar button text

    How can text be added to the tool bar buttons in safari,OSX version 10.10, have managed to get text on mail buttons but not Safari, just makes life easier when you can see what the buttons do.
    Best regards.

    If you forget what a particular button does just hover the cursor over it until it's title appears:

  • Enabling Tool Bar Buttons for LIST UI for FBI ?

    Hi,
    I have created Actions to a Node 'MNR_SEARCH_RESULT',
    when I Configure LIST GUIBB with this node I made 3 tool bar Buttons for these actions, but when Test the Application tool Bar Buttons are disabled .
    (No data present in the list).
    below are the screen shots :
    How to make these Tool Bar Buttons Enable ?
    How to Create One Click Action in the List ?
    Thanks In Adv.
    Thanks,
    Kranthi.

    Hi Kranthi,
    1. Can you please check the additional settings in FPM list - 'Enable Event on All Selections'?
    2. Check the corresponding FPM view. In 'Action' tab, add the actions and check the checkbox 'enable' .
    Thanks,
    Dhivya

  • Lost skype tool bar buttons

    i have the exact opposite problem this person had: https://support.mozilla.org/en-US/questions/805438
    i seam to have LOST the skype tool bar buttons, i have fresh installed firefox and skype and still cant get them to show up.
    the thing that bugs me is when i removed the buttons by removing the addon, it let this annoying ugly dead space in the top right corner of my screen where the 2 buttons once were. i would take a snipit but i dont see where i can upload the picture....

    hah! never mind, i just found a way to fix it!

  • How do I add a tool bar button?

    I would like to create a button on the Acrobat X Standard tool bar ribbon on the top of the page that saves the document I'm viewing to a specific directory TIFF format.  I have to do this MANY times per day, a script of this nature would save me MANY key strokes. Note I don't want the button on a form or burried in the "tools" menu, but rather along side the Save, Open, and other buttons.
    Do I need to upgrade to a more expensive Acrobat to get this functionality?
    Thanks
    Jim

    It should be possible with Standard. For more information, read the following:
    http://acrobatusers.com/tutorials/how-save-pdf-acrobat-javascript
    http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.524.html
    http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.134.html
    When you use the app.addToolButton method in a folder-level JavaScript in Acrobat 10, it adds the button in the "Tools > Add-on Tools" panel, but you can drag it up to the Quick Tools toolbar.

  • ALV TOOL BAR BUTTONS NOT ENABLED IN TCODE FBL3N

    Hello All,
    We have currently switched from 4.7 to Ecc 6.0 and while executing
    tcode FBL3N in ALV tool bar all the buttons like Change document , mass
    change , select layout , save layout are disabled.
    These all buttons are active in 4.7 but in ecc 6.0 these buttons are
    totally disabled.
    I have checked all these buttons fcode status in se41 and all that are
    active.
    Kindly guide us how to go about it.
    Regards,
    Sunny

    Hi suny,
    there are some new authority-objects in ecc6.
    try SU53 after executing FBL3N.
    Perhaps you find Authotity-Problems.
    Regards, Dieter

  • Disable standard tool bar button

    I want to disable standard tool bar Save button during run time.
    Is it possible to achieve this.
    Thanks,
    Sai.

    Hi Sai,
    We use the ABAP statement "set pf-status" in PBO  to set a tool bar in the module pool program
    We can deactivate any button by passing the function code in the "excluding" syntax addition of the
    "Set pf-status 'XXXX' excluding int_fcode'.
    data declarations:
    data: wa_fcode type ty_status.
    data: int_fcode type table of ty_status.
    eg : 'SAVE' is the function code for 'SAVE' button and '
         ÉXAMPLE' is the name of pf-status in the module pool
    then according to condition required.....say, if we want to hide save button for user 'SAI'
    then write
    if sy-uname = 'SAI'.
        wa_fcode = 'SAV'.
        append wa_fcode to int_fcode.
        clear wa_fcode.
    endif.
    then
    set pf-status 'EXAMPLE' excluding int_fcode.
    then you will no longer be able to use the 'SAVE'functionality for the user 'SAI'
    Hope the example and code solves the problem
    Regards

  • Dynamic tool bar buttons?

    I'm using RHX5 HTML. We are trying to add a button
    dynamically to the toolbar, depending on the contents of a
    querystring. We've decided to always add the button and then we'll
    hide it depending on the querystring. Is the whtbar.js file that is
    generated when you publish the webhelp version always the same
    file? I assume it is and we could make some adjustments to that
    file and just slide it in replacing the one that's generated. Does
    anyone know if the file is adjusted on each publish or if it's just
    the same file every time?
    What I'm thinking here is that I make a modification to that
    file, specifically to the writeToolbar function in it, and after
    you recompile the help every time, you just slide in the new
    version. Simple as pie.
    Any ideas?

    So long as you make no changes in the toolbar in between, you
    can do as you suggest for this project only.
    If you have another project with a slightly different
    toolbar, you need to make a different substitute file.
    For example, if you're putting the Search form in the toolbar
    and change the width of the text entry box, the output file will be
    different.
    My preference is to alter the newest output file after
    publishing. If you're not publshing, but copying the !SSL! package
    directly, you would change the output whtbar.js file in that
    directory.
    If you can't edit files after publishing, you can publish to
    another location on your hard drive, make your changes and send the
    new package to its destination. If you have a convenient way to
    compare the new output package with the old one,
    you would send only the changed files.
    Here's another chance for me to plug Beyond Compare, a very
    useful tool in which I have absolutely no financial interest or
    organizational connection, other than as a user.
    It's easy to find on the Web.
    Harvey

  • Tool bar buttons disappeared in version for iPad

    I have Pages and Numbers on my iPad 2.  Two of the toolbar buttons disappeared after an update.
    Specifically the Info button and the Object button.  Anybody have any idea how to get them back?

    It all still works, you just need to explore. There is a ruler in Pages. It is used for margins, tab settings, etc. There is a document setup for setting overall margins in a document.
    I suggest you take a few moments to read the Getting Started Document that comes with Pages and Numbers as well as spending some time with the Help Files that can be found in the Tools Menu (wrench). You'd be surprised how much is still there and working.

  • Need help with tool bar button to clear 10 fields on form

    I have 167 forms with 138 fields, I need to blank out or clear just 10 of them or so, can I create a butotn or script that is outside each document so I can open each one, andc lick this button?
    I don't want to add a button to all 167 pdf files. Or better yet script to open them all and blanks out the fields, evey form is the same so the field names are the same.

    This would be easy to do as a batch process (aka Action). The following JavaScript will do it:
    // Create an array with the list of fields to reset
    var fa = ["text1", "text2", "text32", "text4", "text5", "text6", "text7", "text8", "text9", "text10"];
    // Reset the fields
    resetForm(fa);
    This will set each of the named fields to its default value. If the default value might be different than blank, replace the last line with:
    for (var i = 0; i < fa.length; i++) {
        getField(fa[i]).value = "";
    Replace "text1"..."text10" in the first line with the actual names of the fields you want to clear.

  • Triggering RFCs on a tables tool bar button

    Dear All,
    Please tell me how can i trigger an RFC when i click on the button of the toolbar.
    Regards,
    Suman.

    Hi,
    You have to trigger the RFC with a custom action or system action.
    Drag the RFC to design board and drag the formview from its input port ,then it will contain the Submit action .
    if you observe the link beween formview and dataservice input port submit action was assaigned to it.
    if not createa Button with Submit action and then assaign that action to that Link
    Regards,
    Govindu

  • Updated to 4, kept losing tool bar buttons. Reinstalled 3.6.16. Can't get warning for closing multiple tabs.

    Didn't like that 4 would not keep my toolbar settings even after I tried all the fixes so I reinstalled 3.6.16 from my download files.
    Now I have this problem that I can't correct with the fixes.

    For the toolbar problem you can check this article:
    * http://kb.mozillazine.org/Corrupt_localstore.rdf
    You can set the warn prefs on the <b>about:config</b> page to <b>true</b> via the right-click context menu or toggle the value with a double left-click.
    * browser.tabs.warnOnClose, see http://kb.mozillazine.org/About%3Aconfig_entries
    * browser.warnOnQuit , see http://kb.mozillazine.org/browser.warnOnQuit
    * browser.warnOnRestart , see http://kb.mozillazine.org/browser.warnOnRestart
    Firefox 4 also uses this pref:
    * browser.showQuitWarning, see http://blog.zpao.com/post/3174360617/about-that-quit-dialog

Maybe you are looking for