Search found 8 matches

by spt
Thu May 04, 2006 10:34 am
Forum: VCL
Topic: Custom drawn bitmap does not print
Replies: 5
Views: 7445

Thanks for the help. I ended up using ChartRect as I wanted to position the bitmap outside the plot area and not rely on axis that may or may not be active. I noticed that axes that are not connected to a series return a PosAxis of 0. So the conclusion on this is to always draw using position relati...
by spt
Wed May 03, 2006 7:06 pm
Forum: VCL
Topic: Custom drawn bitmap does not print
Replies: 5
Views: 7445

The example you sent indicates what the problem is. Since you where using a much bigger bitmap than me, I was able to get something on paper, but not the whole bitmap. Only the bottom right quarter of the bitmap is printed. The rest of the image is pushed outside the printable area. Note: this is us...
by spt
Wed May 03, 2006 2:18 pm
Forum: VCL
Topic: Custom drawn bitmap does not print
Replies: 5
Views: 7445

Custom drawn bitmap does not print

My problem: Custom bitmap drawn on the teechart canvas from the AfterDraw event does not print. I have seen several other reporting a similar problem on this forum , but I haven't seen any solution to it (other that "it should work"). I therefore hope there is a possibility for a resolution now. Her...
by spt
Tue Mar 14, 2006 10:14 am
Forum: VCL
Topic: EInvalidOperation with Chart Editor
Replies: 9
Views: 14692

Regretfully, your workaround doesn't work when opening the property editor using the method EditChart(). I've tried to use a modified version like this: Procedure EditChartPageTreeView(Form:TForm; AChart:TCustomChart; PageIndex:Integer); begin With GetChartEditClass(AChart) do try TheEditSeries:=nil...
by spt
Thu Mar 09, 2006 8:03 am
Forum: VCL
Topic: EditChart() using tree view
Replies: 3
Views: 5821

See thread http://www.teechart.net/support/viewtopic.php?t=2912. This is still a problem in v7.06 used from BCB 6.

A. Giailoglou
by spt
Thu Mar 02, 2006 6:43 pm
Forum: VCL
Topic: EInvalidOperation with Chart Editor
Replies: 9
Views: 14692

Sorry to follow up on an old thread, but I see that this is still a problem in TeeChart 7.06.

I am using BCB6 and have the TeeChart source. Do you have a source fix for this, or a workaround that can be used when using EditChart() to open the editor?

Thanks
Lars
by spt
Wed Mar 01, 2006 9:47 am
Forum: VCL
Topic: EditChart() using tree view
Replies: 3
Views: 5821

EditChart() using tree view

Is there a way to use tree view in the ChartEditor when invoking it via the EditChart() method? I have the full source code version installed and tried to add the following line Tree.Visible:=True; to the EditChatPage() method ie. Procedure EditChartPage(Form:TForm; AChart:TCustomChart; PageIndex:In...
by spt
Wed Feb 22, 2006 12:15 pm
Forum: VCL
Topic: Problem with installation of package DCLTeePro7C6.bpl in BCB
Replies: 1
Views: 3832

Problem with installation of package DCLTeePro7C6.bpl in BCB

After building all the packages in the BCB 6 project group from source code in C++ Builder 6 and installing DclTee7C6.bpl, I attempted to install DCLTeePro7C6.bpl without success. I got the following message: Cannot load package ‘TeePro7C6.’ It contains unit ‘Teeurl’ which is also contained in ‘DclT...