Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » Tree & visibility
Tree & visibility [message #1416164] Thu, 04 September 2014 13:16 Go to next message
Matthias Nick is currently offline Matthias NickFriend
Messages: 197
Registered: August 2013
Senior Member
Hi,

I have a tree with several nodes:
+invisible root node
|
+--+ Node 1
+--+ Node 2
   |
   +-- Node 2.1
   +-- Node 2.2
   +-- Node 2.3


I created a button and tried to set Node2 to invisible at runtime:

ITreeNode parent = getTreeField().getTree().getRootNode().getChildNode(1);
parent.setVisible(false);


However the GUI does not change, neither Swing nor SWT or RAP. Did I miss anything?
Re: Tree & visibility [message #1419884 is a reply to message #1416164] Tue, 09 September 2014 08:05 Go to previous message
Matthias Nick is currently offline Matthias NickFriend
Messages: 197
Registered: August 2013
Senior Member
No Message Body

[Updated on: Tue, 09 September 2014 08:11]

Report message to a moderator

Previous Topic:Tooltips on Table rows/cells
Next Topic:Testing problems
Goto Forum:
  


Current Time: Fri Apr 19 02:03:55 GMT 2024

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

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

Back to the top