Search found 150 matches

by bertrod
Wed Aug 02, 2006 7:34 am
Forum: VCL
Topic: [Solved] SeriesBandTool when series are not the same length
Replies: 2
Views: 4632

Thanks, it works with your code. I must say that you had a good idea, i hadn't thought about doing it your way.
by bertrod
Wed Aug 02, 2006 7:32 am
Forum: VCL
Topic: [Solved] Transparent background for custom images
Replies: 6
Views: 19379

Hey tom, I made some screenshots to explain my problem. 1. My images : http://www.fcsion4ever.com/temp/fusion1.JPG http://www.fcsion4ever.com/temp/fusion1no.JPG You see the clGreen color used to make the transparency 2. My images in the TImageList. I've set clGreen as transparentColor and you see th...
by bertrod
Mon Jul 31, 2006 11:17 am
Forum: VCL
Topic: [Bug report] Division by 0 in TTeeCanvas3D.CalcPerspective
Replies: 3
Views: 10998

Version 7.04. Sorry if the bug has been corrected since this version. :oops:
by bertrod
Mon Jul 31, 2006 7:45 am
Forum: VCL
Topic: [Solved] SeriesBandTool when series are not the same length
Replies: 2
Views: 4632

[Solved] SeriesBandTool when series are not the same length

Hello, I have a problem using SeriesBandTool when 2 series are not the same length. I noticed that the seriesBandTool always tries to "link" the first points of each series, and the last points. See my picture below to illustrate this problem: the seriesBandTool should draw only between the flags, b...
by bertrod
Thu Jul 27, 2006 12:10 pm
Forum: VCL
Topic: [Bug report] Division by 0 in TTeeCanvas3D.CalcPerspective
Replies: 3
Views: 10998

[Bug report] Division by 0 in TTeeCanvas3D.CalcPerspective

Hello, I noticed a bug in a very particular situation : I'm using a TeeTree near a TSplitter. The bug occurs only if there is a vertical scrollbar. When I move my splitter, the error happens if the TeeTree width is exactly the size of the Scrollbar. This causes that the TeeTree width is 0 (because t...
by bertrod
Wed Jul 26, 2006 8:54 am
Forum: VCL
Topic: [Solved] Transparent background for custom images
Replies: 6
Views: 19379

[Solved] Transparent background for custom images

Hello, I created custom images for my teeTree which I put in a imageList. In the imageList, I've set a transparent color (clRed in my case). Unfortunately, the pixels which should be transparent are white. My teeTree has a gradient background, and I think this can be the reason why it doesn't work. ...
by bertrod
Wed Jul 26, 2006 8:42 am
Forum: VCL
Topic: LINE DRAWING
Replies: 1
Views: 4449

Try

Code: Select all

startPixel := Series1.GetVertAxis.CalcPosValue(X) ;
CalcPosValue converts from axis double XY to screen pixel XY.
by bertrod
Tue Jul 11, 2006 7:14 am
Forum: VCL
Topic: Moving annotations which are superimposed
Replies: 3
Views: 5690

Hi bertrod, Thanks for reporting, I could reproduce this and added the issue to our wish-list to be enhanced for future releases. Hey Narcis, I don't have time to wait for the next release and I will try to solve this problem myself. Could you help me a little bit by telling me how do you think it'...
by bertrod
Wed Jul 05, 2006 6:27 am
Forum: VCL
Topic: [Solved] Don't hide axis when the series in visible = false
Replies: 6
Views: 8289

Pep wrote:Hi Bertrod,

you can accomplish that by using :
Series1.Pen.Visible:=false;
This one works well. Thank you pep.
by bertrod
Tue Jul 04, 2006 8:43 am
Forum: VCL
Topic: [Solved] Don't hide axis when the series in visible = false
Replies: 6
Views: 8289

In this program I'm still using TeeChart Pro 7.04 with TFastLineSeries. Did you change the Color property of the Series since this version ? I know you will tell me to change my version, but I would like to upgrade the version only if I'm sure it will solve my problem. This because I made many modif...
by bertrod
Tue Jul 04, 2006 8:10 am
Forum: VCL
Topic: [Solved] Don't hide axis when the series in visible = false
Replies: 6
Views: 8289

Using clNone makes my series black. :( Delphi's help says it should be white, though.
by bertrod
Mon Jul 03, 2006 11:50 am
Forum: VCL
Topic: [Solved] Don't hide axis when the series in visible = false
Replies: 6
Views: 8289

[Solved] Don't hide axis when the series in visible = false

Hello,

In my program, i set a series to visible := false. I noticed that the axis gets also automatically hidden. Is it possible to avoid this ? I need my axis to stay visible even with the series invisible.
by bertrod
Fri Jun 16, 2006 7:59 am
Forum: VCL
Topic: Moving annotations which are superimposed
Replies: 3
Views: 5690

Moving annotations which are superimposed

Hello, When you click at a place where 2 annotations are superimposed, the one which is behind is selected, and not the foreground annotation as it should be. See the example below : I clicked on top of the first annotation and it's the one which is behind that has been selected. http://www.fcsion4e...
by bertrod
Mon Jun 12, 2006 2:51 pm
Forum: VCL
Topic: Hide Axis Labels
Replies: 2
Views: 4960

Thanks, I didn't find this method. 8)
by bertrod
Thu Jun 08, 2006 2:49 pm
Forum: VCL
Topic: Hide Axis Labels
Replies: 2
Views: 4960

Hide Axis Labels

Hello,

Is it possible to have only the graduation of an axis, and not the labels ? I would like to hide the labels or customize them without touching the graduation.

This would be an exemple of what i would like to do :

Image