Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » View remove Min and Max operation
View remove Min and Max operation [message #252410] Mon, 14 June 2004 14:34 Go to next message
Eclipse UserFriend
I don't want a view to have a Min and Max buttons
I want the view fixed for the perspective only.
Eclipse 3.0?
Re: View remove Min and Max operation [message #253458 is a reply to message #252410] Wed, 16 June 2004 18:16 Go to previous message
Eclipse UserFriend
Originally posted by: nick_edgar._no.spam.please_.ca.ibm.com

Richard,

If you mark the perspective as fixed, then views in that perspective will
not be maximizable or minimizable.
In the <perspective> element, specify fixed="false"
or use IPageLayout.setFixed(false) from your perspective factory class.

The RCP browser example shows this:
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-ui-home/rcp-proposal/rich_client_platform_facilities.ht ml

If this doesn't meet your needs, there are other possibilities. It is
possible to replace the entire look and feel of views and editors using the
presentations mechanism.
E.g. the Eclipse SDK has the R2.1 presentation (Window > Preferences >
Appearance > Current Presentation).

Other RCP apps are starting to provide their own presentation
implementations, e.g. Lotus Workplace.

HTH,
Nick


"richard redpath" <redpath@us.ibm.com> wrote in message
news:cakr39$nd$1@eclipse.org...
> I don't want a view to have a Min and Max buttons
> I want the view fixed for the perspective only.
> Eclipse 3.0?
>
>
>
Previous Topic:update manager disables RCP-based application
Next Topic:Prevent close of All Perspectives
Goto Forum:
  


Current Time: Wed Jul 16 19:04:45 EDT 2025

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

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

Back to the top