Search found 150 matches

by bertrod
Tue Mar 20, 2018 7:32 am
Forum: VCL
Topic: Strange visual behaviour with Windows in Japanese
Replies: 3
Views: 32349

Re: Strange visual behaviour with Windows in Japanese

Hello Yeray, Thank you for your answer. We think we have found the problem: our user told us the TeeTree was working, he installed MS Office 2013 and the Tree was not working anymore. After some researches it appears that some Microsoft users have experienced problems with treeview components in MS ...
by bertrod
Tue Mar 06, 2018 7:59 am
Forum: VCL
Topic: Strange visual behaviour with Windows in Japanese
Replies: 3
Views: 32349

Strange visual behaviour with Windows in Japanese

Hello, One customer using Windows 10 in Japanese reported a problem with the TeeTree which we have never faced before: The TeeTree should look like this: https://image.ibb.co/dgK8Hn/teetree_ok.png But for this customer it looks like this: https://image.ibb.co/nrK8Hn/teetree_ko.png The texts are not ...
by bertrod
Wed Jun 30, 2010 7:16 am
Forum: VCL
Topic: transparent series to metafiles
Replies: 15
Views: 26948

Re: transparent series to metafiles

Hello,

I see that there are a few topics about the Transparency with metafiles. I wanted to know if there has been some improvement in the release VCL 2010 to handle transparency in metafiles ?

Thanks
by bertrod
Wed Jan 27, 2010 2:41 pm
Forum: VCL
Topic: Series On click margin
Replies: 6
Views: 12047

Re: Series On click margin

Hello,

I was just wondering if you have introduced a Tolerance parameters for seriesClick in version 8 of TeeChart, or if I should still use the same function shown above ?

Thank you !
by bertrod
Thu Oct 02, 2008 2:25 pm
Forum: VCL
Topic: TeeChart Office
Replies: 19
Views: 30993

Hi Narcìs,

Just to tell you that I could solve the problem :

I simply added a line

Code: Select all

ParentChart.Canvas.UnclipRectangle()
just after the draw of the gradient.

Dunno why this bug occurs in my project and not on a new project though.
by bertrod
Tue Sep 30, 2008 9:58 am
Forum: VCL
Topic: An Image above a TChart
Replies: 2
Views: 7327

If it can help : I'm using annotations with image as background to put easy-to-move images on my charts, maybe you could try this way.
by bertrod
Wed Sep 24, 2008 12:48 pm
Forum: VCL
Topic: TeeChart Office
Replies: 19
Views: 30993

Hi Narcìs, I could not reproduce this problem with a new project. But I could find exactly what was "cutting" the axes : In TeeSeriesBandTool.DrawBandTool : if Gradient.Visible and ParentChart.CanClip then begin if ParentChart.ClipPoints then ParentChart.Canvas.ClipCube(ParentChart.ChartRect,0,Paren...
by bertrod
Wed Sep 24, 2008 9:12 am
Forum: VCL
Topic: transparent series to metafiles
Replies: 15
Views: 26948

I tried your solution Pep for printing, and I have transparency, but the quality is not as good as metafile (due to the bitmap I guess).
by bertrod
Fri Sep 19, 2008 9:33 am
Forum: VCL
Topic: transparent series to metafiles
Replies: 15
Views: 26948

I agree, this is an important point.

I think many users are waiting for this feature. e.g. we are using Metafile for printing and exporting charts, and it's always annoying to explain to customers that transparency is not supported.
by bertrod
Fri Sep 19, 2008 9:25 am
Forum: VCL
Topic: TeeChart Office
Replies: 19
Views: 30993

I've been investigating this problem, and I found an interesting thing : actually the axes were note hidden, there were just "cut" because they were at the edge of the chart. Look the image below to understand : the bottomAxis is "cut" when I'm using a gradient in the TeeSeriesBandTool. For this exa...
by bertrod
Wed Sep 17, 2008 3:08 pm
Forum: VCL
Topic: TeeChart Office
Replies: 19
Views: 30993

I could download TeeChart 8.03 but unfortunately I just don't have time to test it (if I install it, then I must re-validate all the software, etc..., it takes too much time). I only wanted to make one test, can you do it for me in TeeChartOffice 8.02 and 8.03 ? > Create 2 fastlineseries > Use a Tee...
by bertrod
Fri Sep 12, 2008 3:06 pm
Forum: VCL
Topic: TeeChart Office
Replies: 19
Views: 30993

narcis wrote:Hi bertrod,

Sure, I just sent it again.
I got it this time, thanks :wink: I will test it.
by bertrod
Fri Sep 12, 2008 2:57 pm
Forum: VCL
Topic: TeeChart Office
Replies: 19
Views: 30993

narcis wrote:Hi bertrod,

I sent the e-mail to your forums profile e-mail address. Is that the direction I should use?

Thanks in advance.
Yes. It should work as I received the TeeChartOffice.exe you sent me earlier this week. Can you send the link again ? Thanks.
by bertrod
Fri Sep 12, 2008 2:48 pm
Forum: VCL
Topic: TeeChart Office
Replies: 19
Views: 30993

Hi bertrod, I'm to able to reproduce this here using v8.03, which is release candidate mode. It has been on this stage for a while because we found a few issues that needed to be solved before the final version is made public. We expect it to be out very soon. However, I've sent you the URL to down...
by bertrod
Fri Sep 12, 2008 2:01 pm
Forum: VCL
Topic: TeeChart Office
Replies: 19
Views: 30993

Hi bertrod, Could you please describe the exact steps I should follow to reproduce the error here? Thanks in advance. Sure 1. I compile the TeeChartOffice source code in RAD Studio 2007 2. I see the default chart and I just click on the "New Series" button on top left of TeeChartOffice. 3. I choose...