Search found 9 matches

by thr4sh3r
Mon Oct 23, 2006 7:25 am
Forum: VCL
Topic: TeeChart and Crystal Reports
Replies: 1
Views: 2521

TeeChart and Crystal Reports

Hi,

I would like to know if it is possible to use TeeChart and Crystal Reports together...

I am not 100% sure exactly what for, but my boss has asked me if we can do it. Any help will be much appreciated.

Thanks in advance.

Regards
Justin "thr4sh3r" Botha
by thr4sh3r
Tue Aug 08, 2006 8:47 am
Forum: VCL
Topic: Tool problem
Replies: 5
Views: 5048

I did try this. I am not an idiot. But i cant get the properties to assign the properly to the Tool. Because of all the arrays and the dynamic creation of the charts.

Can you help me more specifically?

I can send you the code or something...
by thr4sh3r
Mon Aug 07, 2006 11:44 am
Forum: VCL
Topic: Tool problem
Replies: 5
Views: 5048

Yeah, that is exactly the problem.

The problem comes in because my charts are created dynamically by the user at runtime.

Any ideas on how to fix?
by thr4sh3r
Fri Aug 04, 2006 11:44 am
Forum: VCL
Topic: Tool problem
Replies: 5
Views: 5048

Tool problem

Who can help me? Narcis is away. Ill need to show you quite a bit of code and explain what its doing. :shock: Anyone up for it? It to do with CloneTools, when i do this it doesnt keep the properties Snapstyle etc. I need it to keep these properties. The problem is, all my charts are created dynamica...
by thr4sh3r
Thu Jul 20, 2006 12:10 pm
Forum: VCL
Topic: Problem with a Chart disappearing
Replies: 1
Views: 2442

Problem with a Chart disappearing

Hi again, Got another problem. When attempting to make a graph "full view" (ie. on another form in a bigger state) the previous "thumbnail" of the graph is disappearing. Here is the code: procedure TfrMain.FullviewClick(Sender: TObject); begin frMain.Hide; GraphName := PopupMenuGraph.PopupComponent....
by thr4sh3r
Tue Jul 11, 2006 12:22 pm
Forum: VCL
Topic: Saving and Loading Chart from file problems (Please help)
Replies: 3
Views: 3740

Thank you Narcís.

That was so simple, why wasnt it included in the Help/Manual?
Would of saved me a lot of time.

Works perfectly now. :)
by thr4sh3r
Tue Jul 11, 2006 11:39 am
Forum: VCL
Topic: Saving and Loading Chart from file problems (Please help)
Replies: 3
Views: 3740

Saving and Loading Chart from file problems (Please help)

Hi. I am having a problem Saving and Loading charts from file. Here are the 2 procedures: procedure TfrMain.GraphSaveClick(Sender: TObject); begin GraphName := PopupMenuGraph.PopupComponent.Name; frSave.Show; end; procedure TfrMain.GraphOpenClick(Sender: TObject); var tmpChart:TCustomChart; File_nam...
by thr4sh3r
Thu Jul 06, 2006 8:13 am
Forum: VCL
Topic: OnChange procedure for an array of TCursorTool
Replies: 1
Views: 2508

Solved

Forget my previous post, i managed to do it myself. :)
by thr4sh3r
Tue Jul 04, 2006 1:17 pm
Forum: VCL
Topic: OnChange procedure for an array of TCursorTool
Replies: 1
Views: 2508

OnChange procedure for an array of TCursorTool

Hi. I would like to write an OnChange procedure to monitor the changes of the cursors on 40 different charts. The TCursorTools are stored in an array. Is it possible for an OnChange procedure to work with an array? So basically when the user moves the Cursor on any one of the charts, the OnChange pr...