TeeSaveToPDFFile seems to save only the page that is currently set in the chart's page property.
How can I save all pages of a multi-page chart to one PDF file?
Search found 15 matches
- Mon Jan 09, 2012 8:31 am
- Forum: VCL
- Topic: Saving all pages of a multi-page TChart to one PDF file
- Replies: 1
- Views: 6946
- Mon Nov 07, 2011 8:43 am
- Forum: VCL
- Topic: TeeTree strange scrollbar behaviour
- Replies: 3
- Views: 48639
Re: TeeTree strange scrollbar behaviour
Hello Yeray,
Sorry, the sources are not the same. With Delphi 2007 TeeChart Pro 8.07 is installed. With Delphi XE2, TeeChart Pro v2011 is installed. It would be very helpful, if you could provide a hot fix for the TeeChart Pro v2011 sources. I think this is a serious bug.
Sorry, the sources are not the same. With Delphi 2007 TeeChart Pro 8.07 is installed. With Delphi XE2, TeeChart Pro v2011 is installed. It would be very helpful, if you could provide a hot fix for the TeeChart Pro v2011 sources. I think this is a serious bug.
- Fri Nov 04, 2011 12:12 pm
- Forum: VCL
- Topic: TeeTree strange scrollbar behaviour
- Replies: 3
- Views: 48639
TeeTree strange scrollbar behaviour
We installed TeeChart 2011 source code for XE2 of Oct, 4th using the Recompile app and use Delphi XE2, Update 2. We build a simple sample app, just a form containing a TTree with Align = alClient, a panel with Align = alTop, a button on the panel that adds a child node under the node added before wh...
- Fri Oct 21, 2011 1:52 pm
- Forum: VCL
- Topic: Delphi XE2 error compiling package using TeeTree
- Replies: 5
- Views: 57672
Re: Delphi XE2 error compiling package using TeeTree
Hello Yeray, Problem resolved. I checked the Delphi library path and found some outdated Tee16 packages in path C:\Users\Public\Documents\RAD Studio\9.0\Dcp which were taken in favor of the ones in "%TeeChartInstallationPath%\TeeTree\Compiled\Delphi16.win32\Lib" and "%TeeChartInstallationPath%\Sourc...
- Fri Oct 21, 2011 1:06 pm
- Forum: VCL
- Topic: Delphi XE2 error compiling package using TeeTree
- Replies: 5
- Views: 57672
Re: Delphi XE2 error compiling package using TeeTree
Hello Yeray,
No, you did not miss anything relevant. With your package I can reproduce the error, too.
No, you did not miss anything relevant. With your package I can reproduce the error, too.
- Fri Oct 21, 2011 9:02 am
- Forum: VCL
- Topic: Delphi XE2 error compiling package using TeeTree
- Replies: 5
- Views: 57672
Delphi XE2 error compiling package using TeeTree
We installed TeeChart 2011 source code for XE2 of Oct, 4th and use Delphi XE2, Update 1. When we compile a package that uses TeeTree we get the following error: [DCC Fatal error] Unit1.pas(6): E2411 Unit TeeTree in package TeeTree2D16Tee9 refers to unit VCLTee.TeePenDlg which is not found in any pac...
- Tue Sep 28, 2010 11:16 am
- Forum: VCL
- Topic: Zooming a single node
- Replies: 1
- Views: 10131
Zooming a single node
How can I zoom a single node and how can that node be displayed on top of the nodes in its neighbourhood?
- Mon Sep 13, 2010 10:33 am
- Forum: VCL
- Topic: Inline-editing of a TTree node's text
- Replies: 1
- Views: 10133
Inline-editing of a TTree node's text
Delphi's TreeView component provides the EditText function for a TTreeNode to allow for inline-editing of a node's text.
How can I accomplish this with a TTree's TTreeNodeShape?
How can I accomplish this with a TTree's TTreeNodeShape?
- Wed Aug 11, 2010 7:41 am
- Forum: VCL
- Topic: Charts are drawn with offset in TeeChart Pro 8.07
- Replies: 3
- Views: 10085
Charts are drawn with offset in TeeChart Pro 8.07
These days we recognized that with TeeChart Pro 8.07 a chart is drawn with an offset and thus with the unpleasant side-effect that, in case of a bar series (either horizontal or vertical), part of the last bar is partially overlapped by the chart's border. The reason for this are the source code cha...
- Mon May 31, 2010 12:02 pm
- Forum: VCL
- Topic: Printer exception handling
- Replies: 1
- Views: 9866
Printer exception handling
The functions TTreePage.GetHeight and TTreePage.GetWidth in unit TeeTree.pas contain a try..except-block to catch EPrinter exceptions. In case your printer spooler service is offline, you'll get an exception of type EOSError (RPC server offline) and the application continues throwing exceptions caus...
- Fri May 14, 2010 1:08 pm
- Forum: VCL
- Topic: TeeChart 8.07 VCL TChart Legend issues
- Replies: 3
- Views: 13367
Re: TeeChart 8.07 VCL TChart Legend issues
Hi Collinor, 1. When using TChart's OnGetLegendPos event, the legend entry's customised position applies to the legend entry's text, but not to the legend entry's symbol and checkbox. In the following example I can see both the symbols and the text moved. The symbols seem to respond only to the Y d...
- Mon May 10, 2010 6:59 am
- Forum: VCL
- Topic: TeeChart 8.07 VCL TChart Legend issues
- Replies: 3
- Views: 13367
TeeChart 8.07 VCL TChart Legend issues
In one of our charts we have set the legend's CustomPosition property to True. We experienced to following problems: 1. When using TChart's OnGetLegendPos event, the legend entry's customised position applies to the legend entry's text, but not to the legend entry's symbol and checkbox. 2. When usin...
- Mon Jan 21, 2008 7:38 am
- Forum: VCL
- Topic: Skinning TeeTree v2 scroll bars with VCLskin
- Replies: 2
- Views: 13368
- Wed Jan 16, 2008 7:53 am
- Forum: VCL
- Topic: Skinning TeeTree v2 scroll bars with VCLskin
- Replies: 2
- Views: 13368
Skinning TeeTree v2 scroll bars with VCLskin
We are using TeeTree v2 and VCLskin, a software to skin VCL components at runtime. Does any know how to skin the scroll bars of a TeeTree with VCLskin?
- Fri Nov 09, 2007 6:05 pm
- Forum: VCL
- Topic: TeeTree 2 issues with scrolling, layout & behaviour chan
- Replies: 1
- Views: 11837
TeeTree 2 issues with scrolling, layout & behaviour chan
We are migrating our application from Delphi 6 and TeeTree v1 to Delphi 2007 for Win32 and TeeTree 2 of the TeeChart v8.01 package. We encountered the following issues with the TeeTree 2 components: 1. The bevel frame is overwritten when a TTree is scrolled. This occurs in every scroll direction. 2....