Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » inVisible View in Perpective
inVisible View in Perpective [message #464620] Tue, 13 March 2007 08:36 Go to next message
cenk Mising name is currently offline cenk Mising nameFriend
Messages: 159
Registered: July 2009
Senior Member
Hello

There is a view in my perspective. How can I make invisible the view when
opened perpective. So Default status of view in perpective have to
invisible. After I will open it with a button.

Thank You!
Re: inVisible View in Perpective [message #464629 is a reply to message #464620] Tue, 13 March 2007 14:28 Go to previous messageGo to next message
Annamalai Chockalingam is currently offline Annamalai ChockalingamFriend
Messages: 49
Registered: July 2009
Member
Hello

I would recommend in this case dont include it in your perspective itself.
And when you press the button fire a showView command.

regards
Malai
Re: inVisible View in Perpective [message #464686 is a reply to message #464629] Tue, 13 March 2007 15:13 Go to previous message
Eclipse UserFriend
Originally posted by: peter_ossipov.mail.ru

Look at this snippet:

IFolderLayout bottomRight = layout.createFolder(BOTTOM_RIGHT,
IPageLayout.BOTTOM, (float)0.7, editorArea);
bottomRight.addView(CommandLineView.ID);
bottomRight.addPlaceholder(IPageLayout.ID_PROP_SHEET);
If you use addView it will be shown when the perspecitve is opened first
if you use addPlaceholder it just says where to put the view, but does
not show it.
Annamalai C wrote:
> Hello
>
> I would recommend in this case dont include it in your perspective
> itself. And when you press the button fire a showView command.
>
> regards
> Malai
>
Previous Topic:update one view's model from another
Next Topic:building executable
Goto Forum:
  


Current Time: Wed Jan 15 12:08:02 GMT 2025

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

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

Back to the top