Search found 9 matches

by mkaul
Fri Sep 17, 2004 1:24 pm
Forum: VCL
Topic: Tee7 BCB6 CLX Install Problem
Replies: 5
Views: 12009

Hi Keith, One thing I don't quite understand though - why does Tee7/VCL not require Indy to be installed, but Tee7/CLX does? Perhaps someone from Steema could enlighten me? Hope you are not sad when I answer :wink: Indy is used in TeeUrl.pas (search for "IdHttp") Windows comes with the "Microsoft Wi...
by mkaul
Mon Sep 13, 2004 4:51 pm
Forum: VCL
Topic: Tee7 BCB6 CLX Install Problem
Replies: 5
Views: 12009

Hi Keith do you use the source-code version of TeeChart and the source-code version of indy. I also use indy 9.0.14 together with TeeChart 7C6Clx. In my compiled obj-files of indy 9.0.14 I find only "Idwinsock2@initialization$qqrv" (note the 2 after Idwinsock). Maybee you compiled TeeChart with the ...
by mkaul
Fri Jul 16, 2004 11:58 am
Forum: VCL
Topic: BCB6 & TeeRecompile & Debug don't work
Replies: 4
Views: 9088

BCB6 & TeeRecompile & Debug don't work

Hi I tried the new recompile-tool that comes with TeeChart V 7.01 beta. Enabling the debug-option do not work with BCB6. BCB6 loads the *.bpl with no-debug statement in the Event Log dialog and I do not found any *.tds files in the Source-directory, Compiled-directory and BCB6 Programs-directory. Re...
by mkaul
Thu Jun 17, 2004 3:01 pm
Forum: VCL
Topic: Set ColorBandTool StartValue and EndValue by code
Replies: 1
Views: 5524

ChartTool1.StartValue:=Chart1.CustomAxes[0].Maximum;
ChartTool1.EndValue:=Chart1.CustomAxes[0].Minimum;
Which event of chart can be used for this code ? Chart1AfterDraw ?
I use Chart1.BeforeDrawAxes for axis relevant actions

regards
Martin
by mkaul
Wed Jun 09, 2004 3:46 pm
Forum: VCL
Topic: TeeRecompileTool.exe
Replies: 0
Views: 6345

TeeRecompileTool.exe

Hi,

is it possible to disable the deletion of the *.tds files when using the TeeRecompileTool.Exe? Deleting these files will avoid easlily debugging of the TeeChart code ;-)

Regards
Martin
by mkaul
Tue Jun 08, 2004 9:01 am
Forum: VCL
Topic: Kylix 3 TeePro7 compile problem
Replies: 4
Views: 10353

Re: RE: Kylix 3 TeePro7 compile problem

Hi Keith Since posting my message, I've found a little time to look into this, and it appears that the script is having a problem finding the Kylix install ocation(s). At the start of the script there are several lines that assign paths e.g. KYLIX3_START_APP='whereis startkylix...' At 2004-03-01 I p...
by mkaul
Wed Jun 02, 2004 11:11 am
Forum: Wishes and ideas
Topic: TeeRecompile.exe with debug option
Replies: 1
Views: 8910

TeeRecompile.exe with debug option

Hi

is ist possible to add (for example) a debug-checkbox to the recompile tool,
i.e. when checked then compiling TeeChart with enabled debug information.

This would be ease the switch to debugging and back to release when an error will be found in TeeChart.

Regards
Martin
by mkaul
Wed Jun 02, 2004 11:04 am
Forum: VCL
Topic: Kylix 3 TeePro7 compile problem
Replies: 4
Views: 10353

RE: Kylix 3 TeePro7 compile problem

Hi

> I've also tried using KylixRecompile but this produces the message ":bad interpreter: no such file or directory".
can your post the output of the KylixRecompile arround this error message please. Then it is possible to narrow the stage of compiling...

Regards
Martin
by mkaul
Tue Apr 20, 2004 12:24 pm
Forum: VCL
Topic: Mouse-Wheel on Bottom-Axs
Replies: 1
Views: 6211

Mouse-Wheel on Bottom-Axs

Hi

On default the Mouse-Wheel scrolls the Left-Axis. How can I switch this
to the Bottom-Axis ?

regards
Martin