Search found 7 matches

by pemar13
Wed Oct 22, 2008 1:30 pm
Forum: VCL
Topic: TeeChart 8.04 on D2009
Replies: 1
Views: 3362

TeeChart 8.04 on D2009

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
by pemar13
Fri Sep 28, 2007 12:10 pm
Forum: VCL
Topic: ChartEditor (Tree mode) problems
Replies: 8
Views: 12174

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...
by pemar13
Mon Jun 25, 2007 8:19 am
Forum: VCL
Topic: Form Scaling
Replies: 3
Views: 5545

I think this is an urgent problem that needs a quick solution. My customers, working in a production environment, often use large fonts!
by pemar13
Mon Jun 25, 2007 8:17 am
Forum: VCL
Topic: Bug fixes in version 8
Replies: 1
Views: 3445

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...
by pemar13
Mon Jun 25, 2007 8:00 am
Forum: VCL
Topic: Small Memory Leak in TBrushDialog
Replies: 4
Views: 5985

Thanks Narcis, please see new post about TeeChart 8 bugfixes
by pemar13
Fri Jun 22, 2007 12:35 pm
Forum: VCL
Topic: Small Memory Leak in TBrushDialog
Replies: 4
Views: 5985

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...
by pemar13
Mon Jun 18, 2007 10:53 am
Forum: VCL
Topic: Small Memory Leak in TBrushDialog
Replies: 4
Views: 5985

Small Memory Leak in TBrushDialog

The private procedure TBrushDialog.LStyleDrawItem calls GetInternalBrush, which creates a TBitmap object that is never freed.