Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » How to get rid of the Minimize ans Maximize buttons
How to get rid of the Minimize ans Maximize buttons [message #1018718] Thu, 14 March 2013 10:57 Go to next message
Ulrich Obst is currently offline Ulrich ObstFriend
Messages: 12
Registered: August 2012
Junior Member
Hi,

When I place a Part in a partstack I get the Minimize and Maximize Buttons.
These Buttons are installed by a MinMaxAddon.
I don't want to have these Buttons in my E4 application.
In Eclipse 4.2.1 and older releases it was enough to omit the org.eclipse.e4.ui.workbench.addons.swt Bundle.
Now the org.eclipse.ui.workbench Bundle depends on it.
When I omit this bundle I get other problems.

Is there an "official" way to remove the Minimize and Maximize Buttons?
Maybe I have to define a certain tag in the part?

Than you.
Ulrich.

Re: How to get rid of the Minimize ans Maximize buttons [message #1018723 is a reply to message #1018718] Thu, 14 March 2013 11:03 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Am 14.03.13 11:57, schrieb Ulrich Obst:
> Hi,
>
> When I place a Part in a partstack I get the Minimize and Maximize
> Buttons. These Buttons are installed by a MinMaxAddon.
> I don't want to have these Buttons in my E4 application.
> In Eclipse 4.2.1 and older releases it was enough to omit the
> org.eclipse.e4.ui.workbench.addons.swt Bundle.
> Now the org.eclipse.ui.workbench Bundle depends on it. When I omit this

No ui.workbench definately does NOT depend on any swt stuff. I know this
because without that my JavaFX stuff would break as hell because tehre's
no SWT at all avaiable there.

So the official way is to not include the addon in your xmi.

Tom
Re: How to get rid of the Minimize ans Maximize buttons [message #1775650 is a reply to message #1018723] Thu, 02 November 2017 16:09 Go to previous messageGo to next message
Piero Campalani is currently offline Piero CampalaniFriend
Messages: 114
Registered: January 2015
Senior Member

Any way (tags?) to selectively decide which parts can be minimized and which are not?
Re: How to get rid of the Minimize ans Maximize buttons [message #1785114 is a reply to message #1775650] Mon, 09 April 2018 15:49 Go to previous messageGo to next message
Piero Campalani is currently offline Piero CampalaniFriend
Messages: 114
Registered: January 2015
Senior Member

I removed the MinMax add-on from my XMI but still I get the buttons on each part !

@Ulrich: could you remove those buttons?
Re: How to get rid of the Minimize ans Maximize buttons [message #1785530 is a reply to message #1785114] Mon, 16 April 2018 09:54 Go to previous message
João Pedro is currently offline João PedroFriend
Messages: 52
Registered: December 2014
Member
I'm also interested in finding a solution for this.

I want to disable the min/max buttons just for a specific trimmed window.
Previous Topic:"Show list" button does not appear in Stack of MParts
Next Topic:npe in ModelServiceImpl (IEventBroker == null) when starting e4 application
Goto Forum:
  


Current Time: Thu Mar 28 21:53:38 GMT 2024

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

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

Back to the top