Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Non-resizable view
Non-resizable view [message #462983] Fri, 02 February 2007 20:43 Go to next message
Stefan Beskow is currently offline Stefan BeskowFriend
Messages: 7
Registered: July 2009
Junior Member
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 09:58 Go to previous messageGo to next message
Patrick Godeau is currently offline Patrick GodeauFriend
Messages: 64
Registered: July 2009
Member
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 11:42 Go to previous message
swetha  is currently offline swetha Friend
Messages: 10
Registered: July 2009
Junior Member
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: Wed Jan 15 11:44:59 GMT 2025

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

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

Back to the top