Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Difference between SetToBeRendered and SetVisible(E4 RCP)
Difference between SetToBeRendered and SetVisible [message #1742546] Sun, 04 September 2016 11:09 Go to next message
Jean-Pascal Laux is currently offline Jean-Pascal LauxFriend
Messages: 81
Registered: December 2011
Member
Hello,

I am currently migrating our main application (written with Eclipse 3.7) to Eclipse 4 and of course, I have many questions.

In part, I see checkbox Visible and To Be Rendered.
I use Visible to hide part when my application starts but I would like to know the difference.

Thanks
Re: Difference between SetToBeRendered and SetVisible [message #1742894 is a reply to message #1742546] Thu, 08 September 2016 12:55 Go to previous messageGo to next message
Michael Kagel is currently offline Michael KagelFriend
Messages: 9
Registered: May 2015
Junior Member
Hi,

see here: https://wiki.eclipse.org/Eclipse4/RCP/Modeled_UI/Rendering_the_Model#What_is_the_difference_between_.23visible_and_.23toBeRendered.3F

Basically the creation of the part is the difference.
visible = false -> part exists but is not shown
toBeRendered = false -> part doesn't exist for the renderer

Best Regards

Michael
Re: Difference between SetToBeRendered and SetVisible [message #1742956 is a reply to message #1742894] Thu, 08 September 2016 20:59 Go to previous message
Jean-Pascal Laux is currently offline Jean-Pascal LauxFriend
Messages: 81
Registered: December 2011
Member
Thanks for this information
Jean-Pascal
Previous Topic:Eclipse neon most crappiest version ever
Next Topic:ShowView in DetachedWindow
Goto Forum:
  


Current Time: Tue Apr 23 10:08:30 GMT 2024

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

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

Back to the top