Search found 4 matches

by bill.tarlinton
Thu Feb 11, 2010 11:04 pm
Forum: VCL
Topic: Problem: Create CursorTool at Runtime
Replies: 1
Views: 1580

Re: Problem: Create CursorTool at Runtime

Do not worry this. I find the solution by

Code: Select all

Chart1->Tools->Add(CursorTool);
Cheers
Lizhi
by bill.tarlinton
Thu Feb 11, 2010 10:42 pm
Forum: VCL
Topic: Problem: Create CursorTool at Runtime
Replies: 1
Views: 1580

Problem: Create CursorTool at Runtime

When I create cursorTool at runtime, the chart did not show the cursor. How could I fix this? Here are the codes. CursorTool = new TCursorTool(this); CursorTool->Snap = true; CursorTool->FollowMouse = true; CursorTool->SnapStyle = Teetools::ssVertical; TFastLineSeries *Series1 = new TFastLineSeries(...
by bill.tarlinton
Wed Feb 10, 2010 3:41 am
Forum: VCL
Topic: Print Exception
Replies: 2
Views: 1893

Re: Print Exception

Hi Narcís,

That works. Cheers

Lizhi
by bill.tarlinton
Tue Feb 09, 2010 3:08 am
Forum: VCL
Topic: Print Exception
Replies: 2
Views: 1893

Print Exception

Currently, I try to update teeChart from version 7 to version 8 for one of the products of my company. When I print the chart using the printer "hp-laserjet-2840", it works fine. When I print the chart using the printer "HP Color Laser Jet 2600n", It crashed with the exception "Floating point overfl...