Search found 7 matches

by kroimon
Thu Jan 07, 2010 12:11 pm
Forum: VCL
Topic: Cannot load package 'Tee814.' It contains unit 'TeeAbout,
Replies: 2
Views: 5125

Re: Cannot load package 'Tee814.' It contains unit 'TeeAbout,

I had the same problem here.
Ensure that there are no references to an old TeeChart installation in the project you try to load (I had to manually edit the .dproj file).
by kroimon
Mon Jun 15, 2009 8:11 pm
Forum: VCL
Topic: Transparency and Metafiles, any solutions in the works?
Replies: 2
Views: 4841

Re: Transparency and Metafiles, any solutions in the works?

+1 for this one!

My workaround at the moment is to set my transparent surfaces to be painted with a 5%-filled brush, but anything behind gets overprinted this way... Is there a possibility to set a transparent color at the brush bitmap property?
by kroimon
Mon Jun 15, 2009 8:08 pm
Forum: VCL
Topic: Is it a bug? (TeeChart 8.05 and Anti-alias)
Replies: 12
Views: 17711

Re:

while (xs<x) and (xs<Bitmap.Width) do//and (xs>=0) do while (ys<y) and (ys<Bitmap.Height) do//and (ys>=0) do I'm working with anti-aliased charts and need this bug fixed. I'm a source-code customer so I could recompile the unit. Are these the only lines required to change? Regards PS: Would be grea...
by kroimon
Mon Jun 15, 2009 8:06 pm
Forum: VCL
Topic: Roadmap Progress?
Replies: 5
Views: 8666

Re: Roadmap Progress?

Subscribing.

Interested in that, too :-)
by kroimon
Mon Sep 15, 2008 7:49 pm
Forum: VCL
Topic: Chart Export
Replies: 2
Views: 4759

Yeah I'm a source code client - so I'll copy&paste something for my own needs ;-)
Thanks anyway! Good and quick support!
by kroimon
Sun Sep 14, 2008 2:34 pm
Forum: VCL
Topic: Chart Export
Replies: 2
Views: 4759

Chart Export

Is there a way to modify the form TeExport displays to restrict exporting to graphics only? I just want to hide the "Native" and "Data" tabs but without losing the comfort of the option-panels for all the different file formats. Or do I have to build my own Form for this task? Is there a possibility...
by kroimon
Mon Sep 08, 2008 2:25 pm
Forum: VCL
Topic: Null Values in DBChart
Replies: 1
Views: 3655

Null Values in DBChart

Hello! I'm using a DBChart with LineSeries to display values from a database. The problem is that there is more than one logging-session in the table which may be identified by a field which specifies a unique session-id. How can I add a space (something like AddNull()) when this field changes? Or d...