Hello Kitty, > I am working on a project which runtime load in a model with tree > control generation.So I want to control tree view to control graph > rendering, which means when i deselect a tree node, some part of > model should disappear or hide in the graph. And select action is > doing vice versa. I think just simply erase the node is stupid > somehow and its hard to add back with original structure. Is > RenderAction can control wich part of graph is rendered or not ?
setActive(bool) is what you are looking for. > what > is the "isVisible(Node *node)" function working for? how can i > control the visibility of those nodes in the graph? And what is the > connection between Node * and NodePtr? I'll leave that to others. Regards Matthias -- +---------------------+----------------------------+ | VREC GmbH | | | Matthias Stiller | | | Robert-Bosch-Str. 7 | tel: +49 6151 4921034 | | 64293 Darmstadt | web: http://www.vrec.de | | Germany | mail: [EMAIL PROTECTED] | +---------------------+----------------------------+ ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
