Cursor problem

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
polpow
Newbie
Newbie
Posts: 5
Joined: Thu Feb 03, 2005 5:00 am
Contact:

Cursor problem

Post by polpow » Thu Aug 17, 2006 1:12 pm

Hi,
does anybody know how to change RUNTIME cursor on the T Chart?
I`ve tried Chart->Cursor = ...it doesnt work.The cursor set on the component covers switched cursor.

Regards
Marcin

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Thu Aug 17, 2006 2:06 pm

Hi.

How about

Code: Select all

tChart1.OriginalCursor := crHourGlass;
Marjan Slatinek,
http://www.steema.com

polpow
Newbie
Newbie
Posts: 5
Joined: Thu Feb 03, 2005 5:00 am
Contact:

Post by polpow » Thu Aug 17, 2006 2:24 pm

Works fine, thanks a lot:)

Post Reply