Bug and question suite

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
cborgeat
Newbie
Newbie
Posts: 8
Joined: Fri Apr 08, 2016 12:00 am

Bug and question suite

Post by cborgeat » Mon May 16, 2016 3:18 pm

2) Colorbandtool border not displayed if created from left top to right bottom ? How can i fix this to have this border displayed correctly for all situation ?
colorBandTool_border_2.png
colorBandTool_border_2.png (4.45 KiB) Viewed 7812 times
colorBandTool_border.png
colorBandTool_border.png (3.83 KiB) Viewed 7820 times
Thanks

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Bug and question suite

Post by Yeray » Tue May 17, 2016 10:33 am

Hello,

Is that a Colorbandtool?
Could you please arrange a simple example project we can run as-is to reproduce the problem here?

Thanks in advance.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

cborgeat
Newbie
Newbie
Posts: 8
Joined: Fri Apr 08, 2016 12:00 am

Re: Bug and question suite

Post by cborgeat » Fri May 27, 2016 2:05 pm

No soory, it's a TRectangleTool. I will try to give you a simple project soon. Thanks

cborgeat
Newbie
Newbie
Posts: 8
Joined: Fri Apr 08, 2016 12:00 am

Re: Bug and question suite

Post by cborgeat » Fri May 27, 2016 2:57 pm

Hello. I have added a simple project to illustrate my problem (Test_project.zip)

It's a TRectangleTool.

Can you have a look please ?

Thanks in advance.
Attachments
Test_project.zip
(53.43 KiB) Downloaded 524 times

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Bug and question suite

Post by Yeray » Mon May 30, 2016 9:10 am

Hello,

I see the tool's Hover feature is interfering here. If you disable it (ie, at FormCreate) the border is drawn again:

Code: Select all

  ChartTool2.Selected.Hover.Visible:=false;
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

cborgeat
Newbie
Newbie
Posts: 8
Joined: Fri Apr 08, 2016 12:00 am

Re: Bug and question suite

Post by cborgeat » Mon Jun 06, 2016 3:22 pm

That work, thanks

Post Reply