[v8] Problems with cursors

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
bertrod
Advanced
Posts: 151
Joined: Wed Sep 07, 2005 4:00 am

[v8] Problems with cursors

Post by bertrod » Fri Aug 24, 2007 8:19 am

Hello,

With teechart 7 I was using a lot of custom cursors. I used to assign them using Chart.Cursor and Chart.OriginalCursor.

But since I installed teechart 8, my cursors are "blinking".

Exemple :

With TAxisScrollTool, I'm using a custom cursor instead of the crHandPoint. So I'm affecting Chart.Cursor := crMyCursor and the chart shows crMyCursor when I'm scrolling my axes.

With Teechart 8, now I see my cursor blinking between crMyCursor and crHandPoint.


I just wanted to know if you changed something in the handling of cursors or what is the best way to use my own cursors.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Aug 24, 2007 9:55 am

Hi bertrod,

Could you please send us a simple example project we can run "as-is" to reproduce the problem here?

You can post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

bertrod
Advanced
Posts: 151
Joined: Wed Sep 07, 2005 4:00 am

Post by bertrod » Fri Aug 24, 2007 12:40 pm

Hi Narcís,

I was trying to make a example project and I could notice that the problem was not linked to TeeChart but with the OS (my blinking cursor was only occuring on Windows Vista). So it's apparently not your code that is causing this problem.

I hope i'll be able to deal with this problem :?

Thanks anyway :wink:

bertrod
Advanced
Posts: 151
Joined: Wed Sep 07, 2005 4:00 am

Post by bertrod » Fri Aug 24, 2007 3:09 pm

Hi again Narcìs,

I can now confirm to you that my problem was linked to Windows Vista and not TeeChart 8. :wink:

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Aug 24, 2007 3:12 pm

Hi bertrod,

Thank you very much for the information and investigating on the issue.

Have a nice weekend!
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply