Page 1 of 1

SimpleGraph for Electrical/Electronical Shapes

PostPosted: December 23rd, 2009, 2:09 pm
by Marcelo Salas
Hi everybody...

I'm newbie in SimpleGraph and I'm trying to make a project for Electrical/Electronical shapes using TSimpleGraph object.
I want to know if anybody have an example making this type of shapes.

Regards

Marcelo

Re: SimpleGraph for Electrical/Electronical Shapes

PostPosted: December 23rd, 2009, 5:08 pm
by Stefan
ExtGraph project on sourceforge allows you to define an SVG drawing as your node.Perhaps you can have a look at it.
Otherwise you'd need to write your own TGraphNode (or something similar) dsecended class..

Re: SimpleGraph for Electrical/Electronical Shapes

PostPosted: December 24th, 2009, 3:48 pm
by Marcelo Salas
I've downloaded the extGraph project from SourceForce.net but it seems to be the same as SimpleGraph, it doesn't have SVG interface.

Where can i download the correct ExtGraph project?

Regards,
Marcelo

Re: SimpleGraph for Electrical/Electronical Shapes

PostPosted: December 24th, 2009, 4:34 pm
by Stefan
Hi,

You can download it from the CVS on SourceForge.
It requires some additional packages / components (not sure which), but it should compile and run with those additions...

Cheers,
Stefan