Calling TeeSaveToJPEGFile() raises an exception "JPEG Error # 41" on one of my clients servers. What could be the reason for this?
Best regards,
Joachim
Search found 26 matches
- Tue Jul 10, 2007 12:00 pm
- Forum: VCL
- Topic: TeeSaveToJPEGFile() raises Exception "JPEG Error # 41&q
- Replies: 1
- Views: 5061
- Mon Jul 02, 2007 12:01 pm
- Forum: VCL
- Topic: Mouse wheel scrolls chart although AllowPanning=pmNone
- Replies: 4
- Views: 9496
- Thu Jun 28, 2007 8:17 am
- Forum: VCL
- Topic: Support for Unicode Labels in TeeChart V8?
- Replies: 1
- Views: 4601
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
* Canvas WideString (Unicode) drawtext support
Does this mean that you finally support Unicode labels in TeeChart V8?
Best regards,
Joachim
- Tue Jun 26, 2007 4:01 pm
- Forum: VCL
- Topic: Mouse wheel scrolls chart although AllowPanning=pmNone
- Replies: 4
- Views: 9496
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...
- Mon Jun 25, 2007 8:29 am
- Forum: VCL
- Topic: Mouse wheel scrolls chart although AllowPanning=pmNone
- Replies: 4
- Views: 9496
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
Shouldn't turn pmNone the scrolling off completely?
Best regards
Joachim
- Thu Aug 10, 2006 9:13 am
- Forum: VCL
- Topic: Unattended Installation of TeeChart
- Replies: 1
- Views: 4903
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
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
- Fri Jan 27, 2006 2:59 pm
- Forum: VCL
- Topic: Issues with self stacked bar chart
- Replies: 11
- Views: 18049
- Tue Jan 24, 2006 2:39 pm
- Forum: VCL
- Topic: Issues with self stacked bar chart
- Replies: 11
- Views: 18049
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...
- Fri Jan 20, 2006 4:24 pm
- Forum: VCL
- Topic: Issues with self stacked bar chart
- Replies: 11
- Views: 18049
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? ...
- Fri Jan 20, 2006 1:10 pm
- Forum: VCL
- Topic: Issues with self stacked bar chart
- Replies: 11
- Views: 18049
- Thu Jan 19, 2006 1:19 pm
- Forum: VCL
- Topic: Issues with self stacked bar chart
- Replies: 11
- Views: 18049
- Wed Jan 18, 2006 10:53 am
- Forum: VCL
- Topic: Issues with self stacked bar chart
- Replies: 11
- Views: 18049
- Tue Jan 17, 2006 9:28 am
- Forum: VCL
- Topic: Issues with self stacked bar chart
- Replies: 11
- Views: 18049
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 ...
- Wed Jan 11, 2006 11:56 am
- Forum: VCL
- Topic: TeeChart VCL and Unicode?
- Replies: 5
- Views: 13254
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...
- Wed Jan 11, 2006 10:39 am
- Forum: VCL
- Topic: TeeChart VCL and Unicode?
- Replies: 5
- Views: 13254
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
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