Page 1 of 1

TSimpleGraph with D2006 explorer

PostPosted: December 14th, 2007, 9:37 am
by Peebee
Hi all,

I'm using Turbo D2006 explorer so I can't install 3rd party components.
It has to be created at runtime.
In the demo, I added :

procedure TMainForm.FormCreate(Sender: TObject);
begin
SimpleGraph:= TSimpleGraph.Create(Application);
SimpleGraph.Parent:= MainForm;
SimpleGraph.Visible:= true;
...

It's not workingthis way.
Are there any other properties to set?

Is it possible to use free draw with TSimplGraph?

TIA

Paul

PostPosted: December 14th, 2007, 1:11 pm
by Kambiz
Please get the updated DELPHIAREA.INC file from
http://delphiarea.com/products/misc/DELPHIAREA.INC

PostPosted: December 14th, 2007, 1:24 pm
by Peebee
Hi Kambiz,

You sent this already to me, but this is not working.
In Turbo Delphi explorer, you can't install 3rd party components, so I can't drop a TSinmpleGraph on the form.
Instead, I have to create it at runtime ...


Paul

PostPosted: December 14th, 2007, 2:14 pm
by Kambiz
Anyway, you have to use the new DELPHIAREA.INC file.

What is the problem you have encountered? Something more than "It is not working" please.