Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » [neon] Hiding navigation pane when changing outlines
[neon] Hiding navigation pane when changing outlines [message #1732605] Wed, 18 May 2016 13:17 Go to next message
Urs Beeli is currently offline Urs BeeliFriend
Messages: 573
Registered: October 2012
Location: Bern, Switzerland
Senior Member
We are using the new bench layout introduced with M7 for one of our outlines. This works (more or less, there are still some things to check). Also, since M7 there are buttons to make the navigation pane narrower or hide it all together. Is there a way to hide/show the navigation pane programmatically when changing outlines?

We would like to have it in "normal widht" with one outline and "hidden" with a second outline.
Re: [neon] Hiding navigation pane when changing outlines [message #1732640 is a reply to message #1732605] Wed, 18 May 2016 18:12 Go to previous messageGo to next message
Rene Eigenheer is currently offline Rene EigenheerFriend
Messages: 109
Registered: July 2009
Senior Member
try this:
getDesktop().setNavigationVisible(false);
Re: [neon] Hiding navigation pane when changing outlines [message #1732710 is a reply to message #1732640] Thu, 19 May 2016 11:27 Go to previous messageGo to next message
Urs Beeli is currently offline Urs BeeliFriend
Messages: 573
Registered: October 2012
Location: Bern, Switzerland
Senior Member
Using
    getDesktop().setNavigationVisible(condition);
    getDesktop().setNavigationHandleVisible(condition);

works nicely, thanks.

If the navigation handle is visible, is there an easy way to only have it go through two stati (hidden and fully visible) instead of three (hidden, breadcrumb, fully visible)?
Re: [neon] Hiding navigation pane when changing outlines [message #1733129 is a reply to message #1732710] Tue, 24 May 2016 16:00 Go to previous messageGo to next message
Claudio Guglielmo is currently offline Claudio GuglielmoFriend
Messages: 256
Registered: March 2010
Senior Member
If the navigation handle is visible, is there an easy way to only have it go through two stati (hidden and fully visible) instead of three (hidden, breadcrumb, fully visible)?

You can use the keystroke (press F1 to see which one) and press it twice. That is currently the fastest way to hide or show the navigation.
Re: [neon] Hiding navigation pane when changing outlines [message #1733200 is a reply to message #1733129] Wed, 25 May 2016 11:18 Go to previous message
Urs Beeli is currently offline Urs BeeliFriend
Messages: 573
Registered: October 2012
Location: Bern, Switzerland
Senior Member
Thanks for your answer, though that was not what I was looking for. I was not looking for a quick way for the user to go from "fully visible" to "hidden".

Is there some way in the Java code (or in CSS) to change the navigation handle to only show "fully visible" and "hidden" states without the "breadcrumb" step.
Previous Topic:[neon] M7/RC1 AccessControlService problems
Next Topic:[Neon] "An internal error occurred" in a Scout EPP (Neon.M6)
Goto Forum:
  


Current Time: Thu Apr 18 15:14:45 GMT 2024

Powered by FUDForum. Page generated in 0.01868 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top