Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Non-resizable view
Non-resizable view [message #462983] Fri, 02 February 2007 15:43 Go to next message
Eclipse UserFriend
Is it possible to create a view that is not resizable that can be used to
create a banner or a navigational panel?

Thanks.
Stefan
Re: Non-resizable view [message #463084 is a reply to message #462983] Tue, 06 February 2007 04:58 Go to previous messageGo to next message
Eclipse UserFriend
Stefan Beskow a écrit :
> Is it possible to create a view that is not resizable that can be used to
> create a banner or a navigational panel?

I don't think it's possible, see this:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=151715
Re: Non-resizable view [message #463085 is a reply to message #462983] Tue, 06 February 2007 06:42 Go to previous message
Eclipse UserFriend
If u have created a layout in the perspective file then
make,

layout.addView(ViewID,IPageLayout.TOP,IPageLayout.RATIO_MAX, IPageLayout.EDITOR_AREA_ID);

IViewLayout viewlayout=layout.getViewLayout(ViewID);
viewLayout.setMoveable(false);

U try with this piece of code .This will work
Previous Topic:headless feature export for webstart (generate jnlp and sign jars)
Next Topic:Row numbering in TableViewer
Goto Forum:
  


Current Time: Sun Jul 06 05:35:25 EDT 2025

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

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

Back to the top