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 ?
Thanks
Bug and question suite
Re: Bug and question suite
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.
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Bug and question suite
No soory, it's a TRectangleTool. I will try to give you a simple project soon. Thanks
Re: Bug and question suite
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.
It's a TRectangleTool.
Can you have a look please ?
Thanks in advance.
- Attachments
-
- Test_project.zip
- (53.43 KiB) Downloaded 538 times
Re: Bug and question suite
Hello,
I see the tool's Hover feature is interfering here. If you disable it (ie, at FormCreate) the border is drawn again:
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Bug and question suite
That work, thanks