TMagnifyTool

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Thomas Klingler
Advanced
Posts: 103
Joined: Tue Mar 02, 2004 5:00 am
Location: Bad Wurzach
Contact:

TMagnifyTool

Post by Thomas Klingler » Wed Nov 14, 2007 12:42 pm

I am trying to find out something about the TMagnifyTool but cant find it in the help file or on the web. I notice in your demo that when the mouse cursor moves over the left/right edges of the magnifier the cursor changes to a horizontal line, whereas on the top and bottom it changes to a vertical. How is this done?

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

Post by Narcís » Wed Nov 14, 2007 2:35 pm

Hi Thomas,

I'm not 100% sure about what you mean. You may need to set AllowResize to true:

Code: Select all

  ChartTool1.AllowResize:=True;


If this doesn't help don't hesitate to let us know.
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

glazer
Newbie
Newbie
Posts: 10
Joined: Tue Nov 13, 2007 12:00 am

Magnify Tool

Post by glazer » Wed Nov 14, 2007 4:43 pm

Sorry for some reason the system seemed to think I was Thomas Klinger. Actually it is Mike Glazer. Anyway, When I allow resizeing of the magnifier I can certainly make it resize with the mouse. However, the cursor does not seem to change as in your demo when I place it over the edge of the maginifier box.

glazer
Newbie
Newbie
Posts: 10
Joined: Tue Nov 13, 2007 12:00 am

Magnifier

Post by glazer » Wed Nov 14, 2007 5:08 pm

OK I have solved the problem. My program was inadvertently changing the cursor elsewhere and this was overriding the cursor for the magnifier.

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

Post by Narcís » Thu Nov 15, 2007 9:03 am

Hi glazer,

I'm glad to hear you could solve your problem.
Sorry for some reason the system seemed to think I was Thomas Klinger.
This is most likely because both of you were using the license number of the free TeeChart Pro v6 VCL license freely given with each v7 license. You shouldn't use this license number for posting here, you should use your v7 or v8 license number.

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

Post Reply