bug in the resizing of the TRectangleTool

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Tee8Beta
Newbie
Newbie
Posts: 20
Joined: Thu Aug 31, 2006 12:00 am

bug in the resizing of the TRectangleTool

Post by Tee8Beta » Sat Jul 28, 2007 2:53 pm

I found that it is not possible to resize TRectangleTool by mouse when the Position's units are muPercent.

TeeChart8 under CBuilder 6

xxxxxx
Advanced
Posts: 128
Joined: Tue Jun 19, 2007 12:00 am
Location: Russia
Contact:

Post by xxxxxx » Sat Jul 28, 2007 3:22 pm

Just change left and top of Position to values less than 100 :wink:
(Discovered from Tee8New - I still doubt about buying Pro version :roll: )
Regards, Alexander
=================
TeeChart Pro v8.05, Delphi 5 & Turbo Delphi Professional for Win32., Delphi & C++Builder 2009

Tee8Beta
Newbie
Newbie
Posts: 20
Joined: Thu Aug 31, 2006 12:00 am

Post by Tee8Beta » Sun Jul 29, 2007 10:44 am

9047589 wrote:Just change left and top of Position to values less than 100 :wink:
(Discovered from Tee8New - I still doubt about buying Pro version :roll: )
No, this will not help, I tested with the Left=50 and Top=50, does not work!

xxxxxx
Advanced
Posts: 128
Joined: Tue Jun 19, 2007 12:00 am
Location: Russia
Contact:

Post by xxxxxx » Sun Jul 29, 2007 12:53 pm

Sorry, I understood your question in a wrong way :cry:
Now I see you're right..
In Tee8New What's new/New Features/Tools/Rectangle Tool/Drag and Resize events it looks rather funny: rectangle displays "Resizing" but it's moved instead.
So, if it's a critical issue for you, you may intersept OnResizing
and OnResized events and make resizing by own code.
Sorry again
Regards, Alexander
=================
TeeChart Pro v8.05, Delphi 5 & Turbo Delphi Professional for Win32., Delphi & C++Builder 2009

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

Post by Narcís » Mon Jul 30, 2007 10:46 am

Hi anauta,

I've been able to reproduce the problem here and added it (TV52012368) to our defect list to be fixed for future releases.
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