Search found 12 matches

by ChainSmokinCoder
Wed Jan 25, 2012 1:44 am
Forum: FMX
Topic: firemonkey form can't show controls.
Replies: 43
Views: 86278

Re: firemonkey form can't show controls.

Hi everyone, I'm having the same problem. Windows XP 32 bit, Delphi XE2 update 3, and TeeChart Pro v2011.04.41118. I just did a fresh install of Delphi XE2, update 2 then update 3, then as soon as I recompiled and install TeeChart, I couldn't see the controls anymore. I hope there will be a fix soon...
by ChainSmokinCoder
Thu Apr 21, 2011 4:18 am
Forum: VCL
Topic: TCursorTool.cursor?
Replies: 6
Views: 9911

Re: TCursorTool.cursor?

I'm a bit confused. Is TColorLineTool works the same way as TCursorTool?
by ChainSmokinCoder
Tue Apr 19, 2011 9:27 pm
Forum: VCL
Topic: TCursorTool.cursor?
Replies: 6
Views: 9911

Re: TCursorTool.cursor?

Reducing the drag tolerance wont help since I still need the cursors to be easily clickable to activate the followMouse.
So, no way at all to alter this than tinker with the source then? All good. Thanks anyway.
by ChainSmokinCoder
Tue Apr 19, 2011 1:46 am
Forum: VCL
Topic: TCursorTool.cursor?
Replies: 6
Views: 9911

TCursorTool.cursor?

Hi, Is there a way to change the TControl.cursor property of TCursorTool? It's the drag icon when you put the mouse pointer over the CursorTool. I'd like to remove it completely so the user won't try to drag the CursorTool. Well you see, the way to move the CursorTool in my software is by FollowMous...
by ChainSmokinCoder
Tue Mar 16, 2010 10:19 pm
Forum: VCL
Topic: non solid lines doesn't print
Replies: 5
Views: 9003

Re: non solid lines doesn't print

Hi Yeray, So basically what I'm trying to do is to create a report on a paper with landscape orientation. There would be chart on it that represent the chart on the screen. The chart would contain 4 lines that represent data from different log files, identified by linestyle, and there would also be ...
by ChainSmokinCoder
Mon Mar 15, 2010 12:31 am
Forum: VCL
Topic: MetaFile loosing linestyle
Replies: 22
Views: 26209

Re: MetaFile loosing linestyle

Hi Yeray, I've created a new thread. Thanks for your reply.
by ChainSmokinCoder
Mon Mar 15, 2010 12:29 am
Forum: VCL
Topic: non solid lines doesn't print
Replies: 5
Views: 9003

Re: non solid lines doesn't print

Hi, I have reinstalled the printer driver. I haven't got any other printer to test on. Tried setting the colors to black. Still same result. Anyway, on the preview the non solid lines showed, but won't show on paper. I tried to create the metafile by the size of the paper : MetaFile := Chart1.TeeCre...
by ChainSmokinCoder
Thu Mar 11, 2010 9:05 pm
Forum: VCL
Topic: non solid lines doesn't print
Replies: 5
Views: 9003

non solid lines doesn't print

I have read From FAQ - Practical issues when printing TeeCharts. I have tried setting pen.width to 0. I have tried setting print resolution to -100 / 0 or even 100, still printing non solid as solid. I used TFastline since if I use Tlineseries, the non solid lines doesn't show until I zoom in real c...
by ChainSmokinCoder
Wed Mar 10, 2010 10:59 pm
Forum: VCL
Topic: MetaFile loosing linestyle
Replies: 22
Views: 26209

Re: MetaFile loosing linestyle

Hi, sorry for bringing up an old thread, but I'm having the similar problem. What I did was I created a MetaFile with TeeCreateMetafile. Then used TBaseReport.StretchDraw passing the MetaFile. (Rave reports). It showed the linestyle correctly on the preview but not on the paper. By the way I use Tee...
by ChainSmokinCoder
Mon Apr 06, 2009 9:07 pm
Forum: VCL
Topic: Please back SnapStyle property to TChartTool v.7.12 and high
Replies: 15
Views: 20376

Customer download

I have received the files, much appreciated. However why aren't these put into TeeChart 7?
by ChainSmokinCoder
Mon Apr 06, 2009 12:41 am
Forum: VCL
Topic: Please back SnapStyle property to TChartTool v.7.12 and high
Replies: 15
Views: 20376

SnapStyle on 7.12

Hi GAN, Thanks for the information. We have added SnapStyle property in our v7 sources. I'll send you necessary files. You can use TeeRecompile tool for compiling and installing them on your IDE. Hi, I've been looking for this SnapStyle property and I couldn't find it in my TeeChart 7.12 ver. I can...
by ChainSmokinCoder
Thu Oct 02, 2008 2:16 am
Forum: VCL
Topic: Scroll on Selected Custom Vertical axis only
Replies: 1
Views: 4089

Scroll on Selected Custom Vertical axis only

I have 1 chart with several custom vertical axis. Each axis has different StartPosition and EndPosition so they look stacked on top of each other. (example : CustomAxes[0].StartPosition := 0; CustomAxes[0].EndPosition := 49; CustomAxes[1].StartPosition := 51; CustomAxes[1].EndPostion := 100; ) The p...