Search found 228 matches

by TestAlways
Tue May 08, 2012 6:18 pm
Forum: VCL
Topic: Pie Caption's Background Different Colors
Replies: 1
Views: 4190

Pie Caption's Background Different Colors

XE2. I have two pie captions on the same TChart. I show a title on top of the different pie series, but the title of the right one has a different background color than the title of the one on the left. Here is a snippet of screen shot: http://www.tbinc.com/misc/PieCaptions.png Why are they differen...
by TestAlways
Thu Apr 05, 2012 4:29 pm
Forum: VCL
Topic: Legend Symbols without Borders
Replies: 3
Views: 6371

Re: Legend Symbols without Borders

But I don't want the border to show for the area series, I need something for the lien series. How do I achieve that?
by TestAlways
Tue Apr 03, 2012 11:04 pm
Forum: VCL
Topic: Legend Symbols without Borders
Replies: 3
Views: 6371

Legend Symbols without Borders

I have a 2-d chart with a TLineSeries and TBarSeries. If I hide the Legend-Symbol-Borders, the symbol for the TLineSeries is not visible: http://www.tbinc.com/misc/ChartLegendSymbolsWithoutBorders.png There isn't suppose to be a border with the TLineSeries Symbol -- why does this hide the symbol? I ...
by TestAlways
Mon Mar 05, 2012 4:32 pm
Forum: VCL
Topic: XE2 Update 3
Replies: 4
Views: 7018

XE2 Update 3

I had one programmer in house apply the latest update for XE3 and said that TChart does not work with it.

Can anyone confirm?

Thank you,

Ed Dressel
by TestAlways
Wed Feb 01, 2012 4:28 pm
Forum: VCL
Topic: Drawing Chart is blank
Replies: 3
Views: 6292

Re: Drawing Chart is blank

It works in my demo, but it did not work in my application. I cannot tell you why.
by TestAlways
Tue Jan 31, 2012 5:52 pm
Forum: VCL
Topic: Drawing Chart is blank
Replies: 3
Views: 6292

Drawing Chart is blank

In previous versions, I used Method 1 below without fail. But in moving to the latest version, it doesn't work. I did some testing and Method 2 works fine: //Method 1 lChart.Draw(aRG.Bitmap.Canvas, lRect); CodeSite.Send('Batch Gap Chart', aRG.Bitmap); // <--- this is blank //Method 2 lBmp := lChart....
by TestAlways
Mon Jan 30, 2012 3:35 pm
Forum: VCL
Topic: X Axis values overwrite
Replies: 7
Views: 11656

Re: X Axis values overwrite

Usually not. Only if we find a bug is enough critical to justify it we can prepare new installers. How does a bug, such as this, rank where the X axis is non-readable? But being source code customer, the explanation of the modification above should be enough, isn't it? We can also send the affected...
by TestAlways
Fri Jan 27, 2012 2:11 am
Forum: VCL
Topic: Cannog load package 'fmx160'...
Replies: 1
Views: 4352

Cannog load package 'fmx160'...

When starting XE2, I get the following message:

Cannog load package 'fmx160.' It contains unit 'FMX.Import' which is also contained in package 'fmx161.'

How can I get rid of this?

Thank you,
Ed Dressel
by TestAlways
Wed Jan 25, 2012 3:16 pm
Forum: VCL
Topic: Insalling for XE2: Various errors
Replies: 5
Views: 9204

Re: Insalling for XE2: Various errors

"GeneralFunctions.pas" is my unit. The problem was that the installer added 2 paths to the IDE: once for the VCL and a second one for the iOS. Because the BevelOuter setting was in the iOS, an exception occurred. Removing this, and the FMXTee (or FMX--I can't remember) fixed the compiler.
by TestAlways
Tue Jan 24, 2012 4:14 pm
Forum: VCL
Topic: Insalling for XE2: Various errors
Replies: 5
Views: 9204

Re: Insalling for XE2: Various errors

FTR, I still haven't got the source code to compile--I could revisit it. I returned to the binary install, and It looks like the Steema installer added the iOS path to the main path. This caused following exception: [DCC Error] GeneralFunctions.pas(1505): E2010 Incompatible types: 'TBevelCut' and 'T...
by TestAlways
Mon Jan 23, 2012 7:57 pm
Forum: VCL
Topic: Insalling for XE2: Various errors
Replies: 5
Views: 9204

Re: Insalling for XE2: Various errors

I went back to the version with source. I used the latest TeeRecompile that was posted in a different thread. I now have the exception: Cannot copy file: F:\Delphi Comps\TeeChart Pro 2011 Full Source Code\Sources\FMXTee.Editor.Tools.ChartImage.pas to F:\Delphi Comps\TeeChart Pro 2011 Full Source Cod...
by TestAlways
Sat Jan 21, 2012 4:32 pm
Forum: VCL
Topic: Insalling for XE2: Various errors
Replies: 5
Views: 9204

Insalling for XE2: Various errors

Win 7 64bit I tried to compile the TeeChart source for XE2 and go the following exception in the (2011.01 120110) "Recompiliation Tool" (though it hasn't been compiled yet ;-) ). ... TeeMaker111.dpk(91) Warning: W1033 Unit 'TeeTarga' implicitly imported into package 'TeeMaker111' 83160 lines, 0.61 s...
by TestAlways
Fri Jan 20, 2012 11:06 pm
Forum: VCL
Topic: X Axis values overwrite
Replies: 7
Views: 11656

Re: X Axis values overwrite

Does Steema provide hotfixes for bugs?
by TestAlways
Thu Jan 19, 2012 4:29 pm
Forum: VCL
Topic: X Axis values overwrite
Replies: 7
Views: 11656

Re: X Axis values overwrite

Thanks for the response.

This seems pretty significant to me. I have access to the source. Does Steema provide hot fixes/patches for the source?

Thank you,
Ed Dressel
by TestAlways
Tue Jan 17, 2012 4:41 pm
Forum: VCL
Topic: X Axis values overwrite
Replies: 7
Views: 11656

X Axis values overwrite

On my development computer, I am using 2011.03.30407 and the footer to a chart appears fine: http://www.tbinc.com/misc/Chart20110330407.png but on the build server, I have 2011.04.41118 installed and the footer values overwrite each other: http://www.tbinc.com/misc/Chart20110441118.png It's the exac...