Skip to main content



      Home
Home » Eclipse Projects » Eclipse 4 » Difference between SetToBeRendered and SetVisible(E4 RCP)
Difference between SetToBeRendered and SetVisible [message #1742546] Sun, 04 September 2016 07:09 Go to next message
Eclipse UserFriend
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 08:55 Go to previous messageGo to next message
Eclipse UserFriend
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 16:59 Go to previous message
Eclipse UserFriend
Thanks for this information
Jean-Pascal
Previous Topic:Eclipse neon most crappiest version ever
Next Topic:ShowView in DetachedWindow
Goto Forum:
  


Current Time: Sun Jul 06 13:36:36 EDT 2025

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

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

Back to the top