Page 1 of 1

Simple Graph

PostPosted: October 11th, 2008, 10:15 pm
by Bob Pawley
I'm new to Delphi and am attempting to install the component TSimpleGraph.

I have registered it.

When I open it in Delphi (Studio 2006) I get the message "class TSimpleGraph not found".

It would seem to me that I need to import a class.

Can someone point me to a method of doing this?

Bob

PostPosted: October 11th, 2008, 10:43 pm
by Kambiz
You have to install it.

Please consult Delphi's help to see how to install a component. Briefly you need to add SimpleGraph.pas to a new or existing package and install it. In addition, the path to SG files should be in Delphi's search path.

TsimpleGraph class

PostPosted: October 11th, 2008, 11:58 pm
by Bob Pawley
I guess what I am needing is what class to choose when installing a component.

Bob

PostPosted: October 12th, 2008, 11:36 am
by Kambiz
And, I guess you have selected the wrong menu item.