Search found 9 matches

by klint
Mon May 09, 2005 12:27 am
Forum: VCL
Topic: position of left axis labels in pdf export?
Replies: 5
Views: 9357

The march clipping problem was a tempory string in cliprectangle not being cleared. ClipRectangle doesnt seem to be called at all (the break point that I set never occured). Setting tmpSt to empty in cliprectangle doesnt appear to fix the problem. All the other occurances of tmpSt seem to initialise...
by klint
Thu May 05, 2005 6:28 am
Forum: VCL
Topic: position of left axis labels in pdf export?
Replies: 5
Views: 9357

position of left axis labels in pdf export?

I have a problem with the positioning of the left axis labels in a pdf file. They are being written through the vertical axis like they are left aligned. example: http://abri.une.edu.au/staff/klint/bbb.pdf Is this the same clipping thing that was solved in mid march? Also, is there anyway to offset ...
by klint
Wed May 04, 2005 1:31 am
Forum: VCL
Topic: how to get increment from automatic axis?
Replies: 4
Views: 8794

Does that actually work? If i put a chart (height 369, width 705), a button and a label on a form and the button click event is procedure TForm1.BitBtn1Click(Sender: TObject); var l:tlineseries; begin l := tlineseries.Create(chart1); chart1.addseries(l); l.Add(0.1,'1'); l.Add(0.01,'2'); l.Add(0.2,'3...
by klint
Fri Apr 29, 2005 1:36 am
Forum: VCL
Topic: how to get increment from automatic axis?
Replies: 4
Views: 8794

how to get increment from automatic axis?

How do i find what increment is used by an automatic axis? I need to set axisvaluesformat based on what increment was chosen. eg I have 6 line series on the chart. I have values ranging from -0.3 to +0.9 and the axis shows a 0.05 increment. I need to set the format to #,##0.00 instead of the default...
by klint
Thu Apr 14, 2005 8:15 am
Forum: VCL
Topic: line styles dont print unless smooth=true
Replies: 1
Views: 4379

line styles dont print unless smooth=true

I've got a chart with 6 series each with different line styles (solid,dash,dot,dash-dot,dash-dot-dot,small-dots) that shows ok on the screen and in print preview. When it prints, it comes out as solid lines unless smooth is checked. The smooth option makes really ugly line charts. Solid lines that a...
by klint
Thu Mar 31, 2005 12:28 am
Forum: VCL
Topic: dclTee7K3 and TeePro7K3 both contain TeeDraw3D
Replies: 3
Views: 6815

yes they worked.

Are the other changes that I posted going to go into the production releases? Just need to know if I have to reapply when I install updates.

klint.
by klint
Tue Mar 22, 2005 3:55 am
Forum: VCL
Topic: clx tmetafilecanvas wrong type
Replies: 0
Views: 4865

clx tmetafilecanvas wrong type

The clx version need to change the metafilecanvas from tcanvas to tbitmapcanvas so that the handle gets created. This stops tcustomteepanel.draw from throwing an exception when start is called.

klint.
by klint
Tue Mar 08, 2005 8:35 am
Forum: VCL
Topic: dclTee7K3 and TeePro7K3 both contain TeeDraw3D
Replies: 3
Views: 6815

dclTee7K3 and TeePro7K3 both contain TeeDraw3D

Is this the same as kmanuele's moron 7.04 installation?
Does anyone test this before it gets released?
Why is the 7.03 release file in the 7.04 source download?

And the most important question

What do I have to do to fix it?

klint.
by klint
Fri Mar 04, 2005 1:29 am
Forum: VCL
Topic: errors compiling 704 for kylix 3
Replies: 9
Views: 13401

errors compiling 704 for kylix 3

1. Series.pas needs to uses Types in interface for TRect (not just D9) 2. case problem with filename teeAbout.pas/dfm - capitalise T 3. TeePyramid.pas needs uses Types in the interface section for TRect 4. Packages dclTree7K3 and TeePro7K3 both contain TeeDraw3d. I've fixed 1-3 but what needs to hap...