Hi,
reading the release notes for TeeChart VCL 8.04 I cannot find any reference to Delphi 2009 compatibility? On the product page it states that TeeChart is compatible with Delphi 2007 only. Question: is TeeChart 8.04 compatible with Delphi 2009?
Many thanks in advance.
/T
Search found 7 matches
- Wed Oct 22, 2008 1:30 pm
- Forum: VCL
- Topic: TeeChart 8.04 on D2009
- Replies: 1
- Views: 3384
- Fri Sep 28, 2007 12:10 pm
- Forum: VCL
- Topic: ChartEditor (Tree mode) problems
- Replies: 8
- Views: 12233
Although I have no access to Miket's example code, I can confirm that we see similar problems ('Control XX has no parent window') using the version 7.12 code. As I wrote in a previous topic, Bug fixes in version 8, the most important issue for us that use TeeChart as a 3rd party tool in our own soft...
- Mon Jun 25, 2007 8:19 am
- Forum: VCL
- Topic: Form Scaling
- Replies: 3
- Views: 5573
- Mon Jun 25, 2007 8:17 am
- Forum: VCL
- Topic: Bug fixes in version 8
- Replies: 1
- Views: 3459
Bug fixes in version 8
Hi, Obviously, version 8 fixes some bugs in version 7 (e.g. memory leak in TBrushDialog.LStyleDrawItem) but not all (e.g. not the wrong resizing of the border editor when running under 120 dpi). Is there an official list of bugs (not) fixed in version 8? For me a well-working charting package with a...
- Mon Jun 25, 2007 8:00 am
- Forum: VCL
- Topic: Small Memory Leak in TBrushDialog
- Replies: 4
- Views: 6016
- Fri Jun 22, 2007 12:35 pm
- Forum: VCL
- Topic: Small Memory Leak in TBrushDialog
- Replies: 4
- Views: 6016
Hi Narcis, Yes, TBrushDialog.GetInternalBrush is a function that returns an object that has to be freed by the caller. No, this is NOT done everywhere this method is called. If you take a look at TBrushDialog.LStyleDrawItem, line 296 of the 7.11 version of TeeBrushDlg.pas you will find the code Stre...
- Mon Jun 18, 2007 10:53 am
- Forum: VCL
- Topic: Small Memory Leak in TBrushDialog
- Replies: 4
- Views: 6016
Small Memory Leak in TBrushDialog
The private procedure TBrushDialog.LStyleDrawItem calls GetInternalBrush, which creates a TBitmap object that is never freed.