Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How can one remove the QuickAccess bar in a RCP 4.2.2?
How can one remove the QuickAccess bar in a RCP 4.2.2? [message #1053608] Mon, 06 May 2013 20:27 Go to next message
drew frantz is currently offline drew frantzFriend
Messages: 340
Registered: July 2009
Senior Member
I saw the bugzilla (https://bugs.eclipse.org/bugs/show_bug.cgi?id=362420 )
about this issue that says you can define a css to fix this, but I do not
understand what the following means or how to impl it "#SearchField {
visibility: hidden; }".
Re: How can one remove the QuickAccess bar in a RCP 4.2.2? [message #1059508 is a reply to message #1053608] Mon, 20 May 2013 07:36 Go to previous message
Omer Gillani is currently offline Omer GillaniFriend
Messages: 22
Registered: May 2012
Junior Member

Drew,

Implement the "org.eclipse.e4.ui.css.swt.theme" extension point and define

#SearchField { 
visibility: hidden; }


in your stylesheet(CSS)

Regards,

Omer Gillani
Previous Topic:Set resource path
Next Topic:WHich plugins are required in 4.2.2 to display online help
Goto Forum:
  


Current Time: Thu Apr 18 08:38:06 GMT 2024

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

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

Back to the top