Dear guys, anyone can help on this, when logon to Infoview the [Navigation Panel] and the [Header Pane] default is on, but now I want to Customiz it to off, to only show the workspace. how can I do this there is no option like this in [preferenece]. I am stuck in this 
Using BO XIR2
victinajoe (BOB member since 2009-04-08)
you will probably need to modify the actual pages themselves. we have a few .JSP pages that we want to hide the navigation pane – to hide the pane, we called the javascript toggleNav(false); function.
toggleNav() is the what gets called when you physically click on the ‘close’ button to close the navigation pane. if you are referencing this function from your own web page, you will need to map to the following .JS file (utils.js) so that you can call the toggleNav(). On our deployment, it was located at the following [b]\Program Files\Business Objects\Tomcat\webapps\businessobjects\enterprise115\desktoplaunch\InfoView\utils[/b]
I haven’t tried hiding the header, but i would imagine that it shouldn’t be much different than what was needed to hide the side navigation bar.
hope this helps.
jresendez
(BOB member since 2004-05-03)
Thanks jresendez for your reply, I will check this out. really appreciate 
victinajoe (BOB member since 2009-04-08)