Bob, I asked a similar question a while back - using the term directed graph instead of topology. The short answer was that I couldn't find one written in Flex, but I did find a couple that were Flash-based and provided source code or enough hints that putting it together wasn't that hard.
While I can't share mine publicly at this point, I can say that for relatively small volumes of objects, putting Sprites on a UIComponent and using the graphics package to draw lines between them is pretty straightforward if you are willing to undertake coding it yourself. -Mark --- In [email protected], "bobbrose" <[EMAIL PROTECTED]> wrote: > > Hey folks, anyone know of a flex component (3rd party, product, open > source, etc.) for doing topology layout in flex? Something where I can > create Node objects, connect them with Link objects, have it lay em out > automatically or let me lay out the nodes and the links draw themselves? > > There are lots of these for Java/c++, but I haven't found anything yet > for flex. > > thanks, > bob > -- 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/

