PDA

View Full Version : i want to draw tree using arrows dynamicaly


ghazanfar
05-25-2009, 02:21 AM
Hi Friends,

i want to draw tree (using ) arrows dynamically. Is there any facility in vizard , so that i store the this tree in some built in dialog box, and i position only dialog box, (so that all the tree arrows also position automatically).

regards.

Ghazanfar

Gladsomebeast
05-25-2009, 09:29 PM
I would draw the tree with on-the-fly nodes. Set the parent of each on-the-fly nodes to a common viz.GROUP node. Thus you could move and scale the viz.GROUP node to reposition the tree.

This article has examples of hierarchical on-screen objects:
> http://vizworkshop.com/articles/vizinfo_reparenting.html