Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
tansht@gmail.com #1
hide the triangle in the tree
Hi, there
In the tree control, triangle icon appears in front of the parent node.
Does anyone know how to hide this triangle?
Thanks
David
tansht@gmail.com Guest
-
hide tree
I have an app using a hdividebox with two panels the left a tree and the right an app. I would like the tree to disappear and have the app in the... -
popup menus won't hide - PVII show/hide layers behaviour
I've used the 'Auto show/hide by PVII" behaviour to create some popup menus for the navigation which make use of divs which appear and disappear.... -
Triangle
Hello all, I've just opened Freehand MX and am having difficulty drawing a triangle. I am more accustomed to Flash's method where you simply... -
Making a triangle that wll fill?
"Craig W" <craig@happy100.freeserve.co.uk> wrote in message news:bj47s2$l1$1@forums.macromedia.com... Polygon Tool Shape: Polygon Sides: 3 ... -
Trying to draw scalable triangle in Photoshop 9.0
Any suggestions..... -
personaex #2
hide the triangle in the tree
Hi, there
In the tree control, triangle icon appears in front of the parent node.
Does anyone know how to hide this triangle?
Thanks
David
personaex Guest
-
ntsiii #3
Re: hide the triangle in the tree
Would it work for you to set the isBranch property to false? I believe that would prevent the display of the triangle.
Tracy
ntsiii Guest
-
personaex #4
Re: hide the triangle in the tree
Hi, Tracy
Thanks for your reply. However, it doesn't work. isBranch property determines
whether the node is parent or child. Set it true makes the corresponding node
as parent node without any child. Set it false makes it a child node. So it has
nothing to do with the triangle. I created a parent node with 2 children. And
it makes no difference whatever I set the property (true or false). The
triangle always appears. Do you have any other ideas?
David
personaex Guest
-
ntsiii #5
Re: hide the triangle in the tree
I have done a cell renderer and it does not include the disclosure arrow, so maybe you will need to look into a custom row renderer. I have not done one of those so I won't be much help.
Tracy
ntsiii Guest
-
g_w_master #6
Re: hide the triangle in the tree
tree.setStyle("disclosureOpenIcon", null);
tree.setStyle("disclosureClosedIcon", null);g_w_master Guest



Reply With Quote

