Search found 8 matches
- Thu May 04, 2006 10:34 am
- Forum: VCL
- Topic: Custom drawn bitmap does not print
- Replies: 5
- Views: 7476
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...
- Wed May 03, 2006 7:06 pm
- Forum: VCL
- Topic: Custom drawn bitmap does not print
- Replies: 5
- Views: 7476
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...
- Wed May 03, 2006 2:18 pm
- Forum: VCL
- Topic: Custom drawn bitmap does not print
- Replies: 5
- Views: 7476
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...
- Tue Mar 14, 2006 10:14 am
- Forum: VCL
- Topic: EInvalidOperation with Chart Editor
- Replies: 9
- Views: 14760
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...
- Thu Mar 09, 2006 8:03 am
- Forum: VCL
- Topic: EditChart() using tree view
- Replies: 3
- Views: 5848
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
A. Giailoglou
- Thu Mar 02, 2006 6:43 pm
- Forum: VCL
- Topic: EInvalidOperation with Chart Editor
- Replies: 9
- Views: 14760
- Wed Mar 01, 2006 9:47 am
- Forum: VCL
- Topic: EditChart() using tree view
- Replies: 3
- Views: 5848
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...
- Wed Feb 22, 2006 12:15 pm
- Forum: VCL
- Topic: Problem with installation of package DCLTeePro7C6.bpl in BCB
- Replies: 1
- Views: 3860
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...