Page 1 of 1
Bug and question suite
Posted: Mon May 16, 2016 3:18 pm
by 16578008
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 (4.45 KiB) Viewed 8055 times
- colorBandTool_border.png (3.83 KiB) Viewed 8063 times
Thanks
Re: Bug and question suite
Posted: Tue May 17, 2016 10:33 am
by yeray
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.
Re: Bug and question suite
Posted: Fri May 27, 2016 2:05 pm
by 16578008
No soory, it's a TRectangleTool. I will try to give you a simple project soon. Thanks
Re: Bug and question suite
Posted: Fri May 27, 2016 2:57 pm
by 16578008
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.
Re: Bug and question suite
Posted: Mon May 30, 2016 9:10 am
by yeray
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;
Re: Bug and question suite
Posted: Mon Jun 06, 2016 3:22 pm
by 16578008
That work, thanks