The Simple Graph Component v2.72 has been released. This is a bugfix/maintenance release.
- [bugfix] The malfunction in changing
Left
,Top
,Width
, andHeight
properties ofTGraphNode
inside theBeginUpdate
/EndUpdate
block is fixed.
The Simple Graph Component v2.72 has been released. This is a bugfix/maintenance release.
Left
, Top
, Width
, and Height
properties of TGraphNode
inside the BeginUpdate
/EndUpdate
block is fixed.
Hi!
How to Draw Arc/Beizer?
Thanks.
Hi,
SimpleGraph does not have curved links.
However… Have a look at http://forum.delphiarea.com/viewtopic.php?p=5263#p5263
Hi!
Please tell me how draw a line as an object?!
Thak you very much.
Please read the readme file.
I have two Simplegraph on any form. How I can make a copy of a GraphObject from SimpleGrah1 to SimpleGraph2 ? Thanks
Oh no, please ignore my last post. I want make a copy from Form1 to Form2. Form2 has been created from Form1 invoking its execute method, as it is made in the demo program. Thanks,
Manuel
You can use SaveToStream and LoadFromStream methods of TGraphObject to duplicate an object. You can also use CopyToClipboard and PasteFromClipboard methods of TSimpleGraph to copy selected object(s) from one graph to another graph(s).
I use simplegraph component, my question is :
How to cancel an action, for example you delete an object and you want to cancel this delete
Regards
SimpleGraph does not have Undo operation, sorry.