Search found 150 matches
- Tue Mar 20, 2018 7:32 am
- Forum: VCL
- Topic: Strange visual behaviour with Windows in Japanese
- Replies: 3
- Views: 50952
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 ...
- Tue Mar 06, 2018 7:59 am
- Forum: VCL
- Topic: Strange visual behaviour with Windows in Japanese
- Replies: 3
- Views: 50952
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 ...
- Wed Jun 30, 2010 7:16 am
- Forum: VCL
- Topic: transparent series to metafiles
- Replies: 15
- Views: 32338
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
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
- Wed Jan 27, 2010 2:41 pm
- Forum: VCL
- Topic: Series On click margin
- Replies: 6
- Views: 14407
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 !
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 !
- Thu Oct 02, 2008 2:25 pm
- Forum: VCL
- Topic: TeeChart Office
- Replies: 19
- Views: 37413
Hi Narcìs,
Just to tell you that I could solve the problem :
I simply added a line
just after the draw of the gradient.
Dunno why this bug occurs in my project and not on a new project though.
Just to tell you that I could solve the problem :
I simply added a line
Code: Select all
ParentChart.Canvas.UnclipRectangle()
Dunno why this bug occurs in my project and not on a new project though.
- Tue Sep 30, 2008 9:58 am
- Forum: VCL
- Topic: An Image above a TChart
- Replies: 2
- Views: 8735
- Wed Sep 24, 2008 12:48 pm
- Forum: VCL
- Topic: TeeChart Office
- Replies: 19
- Views: 37413
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...
- Wed Sep 24, 2008 9:12 am
- Forum: VCL
- Topic: transparent series to metafiles
- Replies: 15
- Views: 32338
- Fri Sep 19, 2008 9:33 am
- Forum: VCL
- Topic: transparent series to metafiles
- Replies: 15
- Views: 32338
- Fri Sep 19, 2008 9:25 am
- Forum: VCL
- Topic: TeeChart Office
- Replies: 19
- Views: 37413
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...
- Wed Sep 17, 2008 3:08 pm
- Forum: VCL
- Topic: TeeChart Office
- Replies: 19
- Views: 37413
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...
- Fri Sep 12, 2008 3:06 pm
- Forum: VCL
- Topic: TeeChart Office
- Replies: 19
- Views: 37413
- Fri Sep 12, 2008 2:57 pm
- Forum: VCL
- Topic: TeeChart Office
- Replies: 19
- Views: 37413
- Fri Sep 12, 2008 2:48 pm
- Forum: VCL
- Topic: TeeChart Office
- Replies: 19
- Views: 37413
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...
- Fri Sep 12, 2008 2:01 pm
- Forum: VCL
- Topic: TeeChart Office
- Replies: 19
- Views: 37413
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...