Hide "Toggle Navigation" button in InfoView

Is there any ways to hide the toggle navigation button at the top of InfoView?
[Screenshot|http://web1.twitpic.com/img/5699932-8f63ce7bc858d97b42611d87315064e8.49e6e7c4-full.jpg]
I would like to be able to do that depending upon the user login name.
Thank you in advance!

Best you could do would be to disable or "grey out" the Dashboards button, can do this by removing access to Performance Management in the CMC under Applications.

Similar Messages

  • Is it possible to hide the "Dashboard" button in InfoView?

    Hi,
    my customer is complaining about an error message when choosing the "Dashboard" button in InfoView. The error is described here:
    Unable to access dashboard  in infoview
    and seems to be related to accounts other than administrators. However, I don't want to solve the problem, I just want to disable or remove the "Dashboard" button in InfoView. Is that possible anyhow?
    Regards
    Joern

    Best you could do would be to disable or "grey out" the Dashboards button, can do this by removing access to Performance Management in the CMC under Applications.

  • Remove an export button form Infoview page web

    Hi!
    I' m asking if there is any way to remove or Hide an export button form Infoview page web for End user(Picture attached)? as I can't set export format to PDF only, So I m looking to remove the button from end user view  ( I' m aware about disabling Export Action in security,  but I have to leave the export right enable other way mozilla firefox can' t print the report Active X fault )
    THANK YOU VERY MUCH FOR YOUR HELP!!

    hi Othman,
    you can using webelements depending on your version of enterprise and using the dhtml viewer. this works on the report level so that other reports can still have the export button available.
    -jamie

  • Hide Navigation buttons

    This is more of a feature request than a question:
    It would be very nice if it were possible to hide the navigation bars completely in single edition apps. Obviously this feature is available for professional level and above, but I can't see the use in professional level as the user will always need to be able to return to the library.
    There is the ability to limit the trigger area in single edition, but even at it's smallest (5%) it prevents any buttons or scrolling frames from the bottom of the screen. The attached image shows what I'm trying to do with a tray sliding up from the bottom of the screen (the top of the pull icon is about 4 px below the top of the trigger area).
    It's certainly not the end of the world for this app, the ability to completely hide the navigation bars would certainly improve single edition.

    Create a button 1024x768 and place it on the bottom layer of the page.
    It should work on a master page, as well.
    Add a go to URL action and set the URL as navto://nul
    Bob

  • How to hide navigation button in xml config file

    I have a photo gallery with a navigation button that allows for additional photo categories that I don't want to appear. Unfortunately, I can't open the .fla as it appears to have been created with a newer version of Flash. The code in the config.xml file is basically:
    <navigation>
      <menu 1> <content>
    </menu 1>
    <menu 2> <content>
    </menu 2>
    etc.
    </navigation>
    Is there a tag I can add to make the navigation link disappear?

    Deleting the navigation tags will make the xml malformed.  You need to keep those, but the parts in between can go.

  • How to hide only pause button on toolbar in run time

    hello,
    I had hide all the buttons like run, run continuous, abort vi and others by navigating to VI Properties and unchecking the corresponding options.
    when i run the vi, all becomes hide except pause button and i didn't find any option for hiding it manually as well as programatically.
    can any one tell me how to hide pause button. i have an urgent requirement for same.
    Thanks & Regards,
    Samriddh Sarbalhi
    Solved!
    Go to Solution.

    wprice wrote:
    I just found that the option called "Show Toolbar When Running" is located under VI Properties > Windows Appearance > Customize. I disabled it and it worked. Thanks!
    So, the option I mentioned is still available, but only at a different place.
    I was shocked on seeing your earlier reply, "There is no such option in LabVIEW 9.0 or higher.". 
    - Partha
    LabVIEW - Wires that catch bugs!

  • How can you hide a Continue button until all clickboxes are clicked?

    I have seen similar questions to this one, but none seemed to be the exact situation as mine.
    What I have: Several images on a screen.  When a user clicks an image it is replaced with another image.  I am using clickboxes for this task.  I do not wish for them to toggle back and forth. Once they click the original image it should stay changed.
    What I am trying to do: Once a learner clicks all the images (in no particular order) a Continue button appears that allows them to go to the next screen.
    If anyone has some suggestions on this situation please let me know, thanks.

    I cannot log in on the forum for the moment, so will try by answering by
    mail. I was aware of that problem (have presented those solutions so
    often), thought that since you left all images visible once the click box
    was clicked it wouldn't be a problem.
    Two possible solutions:
       1. Easiest one: add a statement in the Always decision that will Hide
       the click box just clicked. It has no sense to click it another time. That
       will mean that you still can do it with a shared action but that shared
       action will have two parameters now, the second one being the click box
       that has to adapted on each application of the shared action.
       2. If you don't want to make the click box hidden (which means at the
       same time disabled), you'll need a user variable for each click box,
       starting with a default value of 0, and toggle it in the Decision 'Always'
       to 1. The second decision will then need a condition that checks the value
       of all the user variables (with AND) and shows the Next button only when
       all variables have the value of 1.
    Sorry, but have to mail, cannot offer a screenshot in that case.
    Lilybiri
    2014-03-13 5:31 GMT+01:00 Joseph_McDonald <[email protected]>:
        Re: How can you hide a Continue button until all clickboxes are
    clicked?  created by Joseph_McDonald<http://forums.adobe.com/people/Joseph_McDonald>in *Advanced
    Adobe Captivate Users* - View the full discussion<http://forums.adobe.com/message/6205043#6205043

  • HOWTO: Hide the delete button in a NavigatorBar

    HOWTO: Hide the delete button in a NavigatorBar (JSP)
    Goal: Hide the delete button in a NavigatorBar or JSNavigatorBar Data Web Bean. This example works for either bean.
    Solution: Edit the .jsp file containing your NavigatorBar bean. For a generated BC4J JSP application, the file is YourView_Top.jsp.
    Find the code that instantiates the NavigatorBar. It will look something like:
    <jsp:useBean class="oracle.jbo.html.databeans.NavigatorBar" id="tb" scope="request">
    <%
    tb.initialize(pageContext, "MyProject1_bizcomp_BizcompModule.MyView");At this point, add the following line of code to hide the delete button:
    tb.getButton(tb.NAVIGATE_DELETE).setButtonVisible(false);You can find the variable names for the other navigator buttons in the javadoc for oracle.jbo.html.databeans.BaseNavigatorBar. In the online help, this is under Reference -> Business Components Reference.
    null

    Georges,
    This has come up before, and after some experimentation, there's not a straightforward way to do it.
    There are two possible solutions that I can think of:
    1. Write your own custom bean and/or extend the beans provided to modify them to your needs.
    2. Wait for the 3.2 release at the end of the month. This release provides custom data tags with much finer grained control over specific items such as the buttons.
    I think 2 is preferable, if you have the time to wait.

  • Use embedded .swf to hide/show a button

    Captivate 4
    Flash CS4
    ActionScript 2.0
    Afternoon Fellow Captivators!!
    okay - so here's the thing, I have a custom interaction that i have built in Flash.  I want to force the user to go through this entire interaction before proceeding to the next slide.  The easiest way, in my eyes, to do this would be.
    1) Hide the "next" button, toggle it's "visible" to off
    2) The user then goes through the entire animation/interaction
    3) at the end of the interaction, the animation communicates with Captivate to now SHOW the "next" button - or toggle it's visibility to on...
    Does anyone else know of a way to do this - I've been looking through all of the Captivate variables, and don't see anything to toggle the visible option for it.
    Thanks for the help!

    If you want to accomplish this in Captivate 4, Paul Dehurst has a Widget that will do what you need.  He offers it for FREE at his site here:  http://www.raisingaimee.co.uk/index.php?option=com_content&view=article&id=113:hideshow-bu ttons-widgets&catid=31:captivate-4&Itemid=55
    If you use it, you might consider making a donation to him for his incredible work!
    The downside is that Paul has retired from Widget making and there is no update for Captivate 5.  Anyone want to take this development on for Cap 5?

  • Where is hide/show toolbar button?

    Hello all,
    I have purchased Aperture as a retail package, and I am running Snow Leopard.  I have a "hide/show Toolbar" button in the upper left of the title bar, as indicated in the included screenshot.
    I used Aperture on a friend's machine, and he does not have the oblong "hide/show toolbar" button.  His OS is Lion with Aperture installed from the Mac Store.
    Does anyone have any ideas about why he would not have this convenient button, while I do?
    nathan

    Hello Nathan,
    if you want a button in the toolbar to toggle it on and of, you could do the following:
    Create an AppleScript to toggle the Toolbar on and off
    Save the script as an application
    Assign a nice icon to it, just like the drop of toothpaste, the button used to look like
    Drag the Apple Script to your Finder toolbar
    This AppleScript seems to toggle the toolbar - I have not done much testing so far:
    (* Toggle the Finder Window Toolbar , Autor LDF *)
    tell application "Finder"
      activate
              set wi to front window
              set vis to (get toolbar visible of wi)
              if vis then
                        set (toolbar visible of wi) to false
              else
                        set (toolbar visible of wi) to true
              end if
              return vis
    end tell
    The only problem is, you can easily hide the toolbar this way, but once the toolbar is hidden, you cannot turn it on again, since the button now is hidden , so you may wish to put a link to the script in the Dock as well
    Cheers
    Léonie

  • Tabstrip control  Tab line navigation button display issue

    I have a tabstrip that has more tabs than can be displayed at the top of the tabstrip control.  When this happens a navigation button appears on the far right of the tab line( the line that contains all the tabs).  This has been working fine for several years.  Recently I needed to increase the width of the tabstrip control so that it was 160 character wide.  Now when the tabstrip displays, the tab line stops displaying at around 130 characters so the navigation button no longer shows.  As it turns out, the button is still there and functions as normal, except that it cannot be seen even though there are still too many tabs to all be displayed. 
    This appears to me to be a bug in the tabstrip control, but before I start complaining to SAP I thought I would ask here to see if anyone else might know of a solution to this problem. 
    Thanks for looking.

    Hi,
    cresate a managed bean in viewScope within the parent page and pass it as an argument to the child task flow. The managed bean contains/exposes a method to hide the menu items you don't want to show (or just disable them). The child task flow then can call the managed bean (from its input parameter reference) and invoke the method (e.g. in a method call activity as the default activity of the task flow).
    See this blog entry for more details: http://one-size-doesnt-fit-all.blogspot.de/2010/09/master-child-btf-chaperone-contextual.html
    Frank

  • Show  / Hide image on button click

    I have a button that when clicked through an advanced action will show a tick graphic.
    This works fine but what I would like to happen that if the button is pressed again the tick will disappear.
    Also if the button was pressed for a third time the tick graphic would reappear, and so on.
    What is the most efficient way of doing this?
    Many thanks in advance.
    Viki

    Here we go (again). Sorry, but I have answered similar questions so many times. Here is an article that offers you several toggle button scenarios:
    Toggle Shape buttons - Captivate 6 - Captivate blog
    Steps for your use case, since you don't want to change the look of the toggle button:
    create a boolean user variable v_visib ; you can give it a default value of 0
    create a conditional advanced (or shared) action like this:
    IF v_visib is equal to 1
      Show im_x                where im_x is the image you want to show, in a shared action will be a parameter
      Toggle v_visib
    ELSE
      Hide im_x
      Toggle v_visib

  • How to Hide FPM Close button

    Hi,
    I have created one FPM application. When that application is called from portal, an aditional button 'CLOSE' is appearing.
    I did not put that button to FPM application and when I test the application from R/3, the button is not appearing. But it appears on portal. How hide this close button ?
    (I have also posted the same message to FPM Forum.)
    Thanks in advance..
    Vikrant

    Hi,
    1 Open WDC FPM_GAF_COMPONENT.
    2 Go to Web Dynpro Application -> <Application> -> Applic. Configurations.
    3 Copy <Aplication config> to some u2018Zu2019 Application Configuration name and save as local object.
    4 Open that application in admin mode and copy the URL.
    5 Add that copied URL to some role so that it can be displayed in Portal or NWBC by taking care of parameter u2018sap-config-        mode=Xu2019 must be in URL.
    6 Open that application in Portal or in NWBC.
    7 Right click in Contextual navigation area.
    8 Select u2018Setting for Current Configurationu2019.
    9 Here set the u2018Closeu2019 button visibility as u2018INVISIBLEu2019

  • How hide the tab button in welcome file

    i am a portal green hand,have a basic question,how can i hide a tab button in portal welcome file,and it will be visible after i login the portal

    If you implement the viewer yourself, there is an SDK call on disabling the print button.
    If you just use InfoView as-is and do not want to touch the code, there is a Consulting Solution called BOInterface that Business Objects Global Services sells and that helps you to achieve what you describe very easily.
    A description is <a href="http://www.mnsoft.org/bointerface0.0.html">here</a>.
    Contact me via direct email for more information if this is interesting for you.
    HTH,
    M
    Matthias Nott -  Business Objects
    Service Line Leader Products EMEA
    [email protected]

  • Toggle settings button in HR Renewal Landing page to Remove

    Hello People ,
    I want to remove the Toggle settings button from the GHR Renewal landing page for ESS , MSS and HRPAO . Since this would allow the end user to have the chips added on to himself , it would best seem to have iot hidden or removed.
    Any suggestions.
    Thanks

    Siddharth  - We have hidden this toggle settings by Using the CSS . You can hide the IMAGE which control the settings.We were able to do that.

Maybe you are looking for

  • Window 8.1 device mdm enrolment issue

    Window 8.1 device(Laptop and Tablet) doesn't shows the option of entering enrollment server address while enrolling it through Network->Workplace Settings. Windows Phone 8.1 doesn't have this issue. 

  • Why whenn I go to local files in Muse Export it does not load the pages in my browser?

    I was testing and tried to winzip the files to upload to a site (blackboard) but when I tested to view them straight from local files is not uploading in browser properly? Urgent, help please PS It does look wonderful from business catalyst site. Is

  • IS RETAIL

    Hello can someone explain were i can find information on IS RETAIL datamigration and steps invovled and what is done? like differences between standard R/3 data mig and IS RETAIL? I am seeking DATA MAPPING documents using IDOCS and CDFs ? Alos if the

  • What is the best way to create diagonal array in order to avoid MEMORY IS FULL error created by using INITIALIZE ARRAY vi?

    Using the values in a 1D array, I need to place them along the diagonal of a 2D array. Currently, I've been using INITIALIZE ARRAY VI to create 2D array of zeroes and then usE REPLACE ARRAY SUBSET to put the 1D array values on the diagonal. This work

  • Cant seem to upgrade ACE 4710

    Hello, I need some assistance in upgrading a 4710. This is a brand new ACE out of the box and I have tried to upgrade a couple of times but get the same error... Here are the details: switch/Admin# copy ftp://10.0.0.1/c4710ace-t1k9-mz.A5_2_2.bin imag