I have a page that displays a genealogy tree, with an <mx:Text/>
component representing each node of the tree. Is there a way to draw
lines from one <mx:Text/> to another in Flex 1.5?

I tried abusing HRule and VRule, but that didn't work...

Internet searches revealed some drawLines methods:

<snip>
function drawLines(lines,x1, y1, x2, y2, size, sharpness) {
lines.lineStyle(2,0x000000,100);
lines.moveTo(x1,y1);
lines.lineTo(x2, y2);
}
</snip>

But nothing more descriptive than that...

Any ideas would be appreciated.





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to