Search found 26 matches

by Joschi
Tue Jul 10, 2007 12:00 pm
Forum: VCL
Topic: TeeSaveToJPEGFile() raises Exception "JPEG Error # 41&q
Replies: 1
Views: 4989

TeeSaveToJPEGFile() raises Exception "JPEG Error # 41&q

Calling TeeSaveToJPEGFile() raises an exception "JPEG Error # 41" on one of my clients servers. What could be the reason for this?

Best regards,

Joachim
by Joschi
Mon Jul 02, 2007 12:01 pm
Forum: VCL
Topic: Mouse wheel scrolls chart although AllowPanning=pmNone
Replies: 4
Views: 9331

Mouse wheels exist for at least 10 years now. Even if TChart V1.0 was there a few month before the mouse wheel, I don't see a reason why Steema was unable in the past 10 years to handle this in a proper way if AllowPanning is pmNone.
by Joschi
Thu Jun 28, 2007 8:17 am
Forum: VCL
Topic: Support for Unicode Labels in TeeChart V8?
Replies: 1
Views: 4541

Support for Unicode Labels in TeeChart V8?

In the change list of TeeChart V8 you are writing:

* Canvas WideString (Unicode) drawtext support

Does this mean that you finally support Unicode labels in TeeChart V8?

Best regards,

Joachim
by Joschi
Tue Jun 26, 2007 4:01 pm
Forum: VCL
Topic: Mouse wheel scrolls chart although AllowPanning=pmNone
Replies: 4
Views: 9331

Dear Narcis. 1. Setting TeeUseMouseWheel to False does not seem to chnage anything. 2. I would like that only those bar charts cannot be scrolled that fit on one page. But TeeUseMouseWheel seems to be a global variable and would so affect *all* charts. 3. Why did setting the AllowPanning property to...
by Joschi
Mon Jun 25, 2007 8:29 am
Forum: VCL
Topic: Mouse wheel scrolls chart although AllowPanning=pmNone
Replies: 4
Views: 9331

Mouse wheel scrolls chart although AllowPanning=pmNone

I have a horizontal bar chart, and although I have set the AllowPanning property of the chart to pmNone, it is possible to scroll this chart using the mouse wheel.

Shouldn't turn pmNone the scrolling off completely?

Best regards

Joachim
by Joschi
Thu Aug 10, 2006 9:13 am
Forum: VCL
Topic: Unattended Installation of TeeChart
Replies: 1
Views: 4831

Unattended Installation of TeeChart

Hi.

I'm trying to make an automatic installation script for all my Delphi stuuf.

Is there a way to call the TeeChart installer with command line parameters for a silent / unattended installation?

Joachim
by Joschi
Fri Jan 27, 2006 2:59 pm
Forum: VCL
Topic: Issues with self stacked bar chart
Replies: 11
Views: 17665

Is there any news regarding these issues and the release date of a fixed version?
by Joschi
Tue Jan 24, 2006 2:39 pm
Forum: VCL
Topic: Issues with self stacked bar chart
Replies: 11
Views: 17665

Thank you for the sorting code. Unfortunately it further slows down the creation of the chart. Adding values to Series that are stacked or not should be the same. But according to you workaround I additionally need to create a TBarSeries for each value. And creating all these ChartSeries seems to ta...
by Joschi
Fri Jan 20, 2006 4:24 pm
Forum: VCL
Topic: Issues with self stacked bar chart
Replies: 11
Views: 17665

What is still missing is the answer to my question how to sort the Series similar to the values. Before I was using: BarSeries.XValues.Order := loDescending or BarSeries.SortByLabels; And is it possible that adding TBarSeries to a chart is much slower than adding values to a self stacked bar chart? ...
by Joschi
Fri Jan 20, 2006 1:10 pm
Forum: VCL
Topic: Issues with self stacked bar chart
Replies: 11
Views: 17665

I found one more issue with your approach to create stacked bar charts: With the self stacked charts, the marks were showing the appropriate percentage. Now all elements of the stacked chart show "100%". How can this be changed?
by Joschi
Thu Jan 19, 2006 1:19 pm
Forum: VCL
Topic: Issues with self stacked bar chart
Replies: 11
Views: 17665

Hi Narcis, thanks for the code. I was able to add the BarSeries at runtime, but have some problems sorting them. Before I was using BarSeries.XValues.Order := loDescending or BarSeries.SortByLabels; How can achieve similar sorting when I have stacked series instead of a self stacked chart?
by Joschi
Wed Jan 18, 2006 10:53 am
Forum: VCL
Topic: Issues with self stacked bar chart
Replies: 11
Views: 17665

Hi Narcis.

When can we expect a version in that this bug is fixed?

Can you provide sample code how to create the series at runtime?
by Joschi
Tue Jan 17, 2006 9:28 am
Forum: VCL
Topic: Issues with self stacked bar chart
Replies: 11
Views: 17665

Issues with self stacked bar chart

I just upgraded fom V6 to V7.06 and now experience several problems with a self stacked bar chart. To reproduce them, please create a self stacked horizontal bar chart with "color Each" activated and a Bar Width of 100%. Now change the "Points per Page" between 0, 1 and 2. The resulting charts look ...
by Joschi
Wed Jan 11, 2006 11:56 am
Forum: VCL
Topic: TeeChart VCL and Unicode?
Replies: 5
Views: 12522

you cannot display Unicode strings in native Delphi controls (at this time). This is not correct, you can display Unicode in native delphi components. Just take a look at e.g. the TNT Controls. You just need to use WideString instead of String in your methods and TextOutW() instead of TextOut() whe...
by Joschi
Wed Jan 11, 2006 10:39 am
Forum: VCL
Topic: TeeChart VCL and Unicode?
Replies: 5
Views: 12522

TeeChart VCL and Unicode?

When will TeeChart finally support Unicode/WideString?

Our Delphi application is Unicode enabled for 1.5 years now, the only missing part is TeeChart. It shouldn't be too difficult, because TeeChart does all the drawing by itself.

Best regards,

Joachim Marder