Collapse Feature Bug? [message #660370] |
Fri, 18 March 2011 03:27  |
Eclipse User |
|
|
|
Hi All,
On using the Collapse Feature, if i have a tree of nodes,
User selects child node(Container highlighted) , he hovers on parent node and collapses it. The Child node is hidden now in my implementation but the selection still remains (border remains highlighted ) . I dint find any method like set selection on pe or containershape.
I am using Rounded Rectangles with 40 fix point anchors on each of them. I also tried setActive(boolean) but didnt work.
Pls help .
Thanks & Regards,
Mak
[Updated on: Fri, 18 March 2011 05:15] by Moderator
|
|
|
|
|
|
|
|
|
Re: Collapse Feature Bug? [message #684145 is a reply to message #674257] |
Wed, 15 June 2011 01:10  |
Eclipse User |
|
|
|
Collapsing something in your diagram is just editing the diagram. Shapes/GAs will be removed or made invisible, others will be resized or rearranged.
You can create a CustomFeature and deliver it in your feature provider's getCustomFeatures() method.
Murthybhat wrote on Thu, 26 May 2011 12:23Hello,
I learn that a custom collapse feature could be implemented. Could someone please share the ideas as to how to go about this. I have a similar requirement in my project and it would be of great help.
Regards,
Murthy
|
|
|
Powered by
FUDForum. Page generated in 0.25197 seconds