The problems are all of version 2014 .
// Bug 1 About this bug, I have mentioned before.
ScrollPager->ColorBandTool->StartValue = 500;
ScrollPager->ColorBandTool->EndValue = 600;
// Without the line below, the position set of ColorBandTool above not work!
Chart1->BottomAxis->SetMinMax(500, 600);
// Bug 2 ?
// ColorBandTool cannt be resized even I tried to drag it.
Refer to the example project.
// Bug3
There is no effect even I have changed the property.
But the 2013 version is OK.
See the images I have attached.
Still the problem of TScrollPagerTool
Still the problem of TScrollPagerTool
- Attachments
-
- TScrollPagerTool2.zip
- (78.75 KiB) Downloaded 493 times
Re: Still the problem of TScrollPagerTool
Hello,
I guess we could add some method to both set the ColorBandTool values and the Parent Chart Axis Range. However, I'd consider it as an enhancement not a bug because it never was automatic. I may be wrong and maybe it was working before and it has been broken now. That's why I'd like you to confirm it if possible.
I've added it to the defect list to be fixed in future releases:
http://bugs.teechart.net/show_bug.cgi?id=623
I don't even see any "Bug3" mentioned in the project you attached
Can you tell us the link where you mentioned this before?elmec wrote:// Bug 1 About this bug, I have mentioned before.
ScrollPager->ColorBandTool->StartValue = 500;
ScrollPager->ColorBandTool->EndValue = 600;
// Without the line below, the position set of ColorBandTool above not work!
Chart1->BottomAxis->SetMinMax(500, 600);
I guess we could add some method to both set the ColorBandTool values and the Parent Chart Axis Range. However, I'd consider it as an enhancement not a bug because it never was automatic. I may be wrong and maybe it was working before and it has been broken now. That's why I'd like you to confirm it if possible.
Add this at the Form creation:elmec wrote:// Bug 2 ?
// ColorBandTool cannt be resized even I tried to drag it.
Refer to the example project.
Code: Select all
ScrollPager->ColorBandTool->StartLine->Visible=true;
ScrollPager->ColorBandTool->EndLine->Visible=true;
http://bugs.teechart.net/show_bug.cgi?id=623
I don't understand this part. Could you please explain it with detail?elmec wrote:// Bug3
There is no effect even I have changed the property.
But the 2013 version is OK.
See the images I have attached.
I don't even see any "Bug3" mentioned in the project you attached
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Still the problem of TScrollPagerTool
http://www.teechart.net/support/viewtop ... =3&t=14545Can you tell us the link where you mentioned this before?
I guess we could add some method to both set the ColorBandTool values and the Parent Chart Axis Range. However, I'd consider it as an enhancement not a bug because it never was automatic. I may be wrong and maybe it was working before and it has been broken now. That's why I'd like you to confirm it if possible.
Thanks! So you means that version 2014 is different with version 2013, the start and end line is invisible by default.// Bug 2 ?
// ColorBandTool cannt be resized even I tried to drag it.
Refer to the example project.
Add this at the Form creation:
Code: Select all
ScrollPager->ColorBandTool->StartLine->Visible=true;
ScrollPager->ColorBandTool->EndLine->Visible=true;
Because the start and end line is invisible by default,// Bug3
There is no effect even I have changed the property.
But the 2013 version is OK.
See the images I have attached.
I don't understand this part. Could you please explain it with detail?
I don't even see any "Bug3" mentioned in the project you attached
so I had thought that there is no effect even I changed the property of the lines.
It's my fault..sorry!
Re: Still the problem of TScrollPagerTool
Hi elmec,
http://bugs.teechart.net/show_bug.cgi?id=626
Please, feel free to add your mail account to the CC list of the ticket so you can be automatically notified when an update arrives.
I don't find any report in the tracking system describing what you suggest so I've added it:elmec wrote:http://www.teechart.net/support/viewtop ... =3&t=14545yeray wrote:Can you tell us the link where you mentioned this before?
I guess we could add some method to both set the ColorBandTool values and the Parent Chart Axis Range. However, I'd consider it as an enhancement not a bug because it never was automatic. I may be wrong and maybe it was working before and it has been broken now. That's why I'd like you to confirm it if possible.
http://bugs.teechart.net/show_bug.cgi?id=626
Please, feel free to add your mail account to the CC list of the ticket so you can be automatically notified when an update arrives.
Yes, that's why I added it to the bug tracking system:elmec wrote: Thanks! So you means that version 2014 is different with version 2013, the start and end line is invisible by default.
Yeray wrote:I've added it to the defect list to be fixed in future releases:
http://bugs.teechart.net/show_bug.cgi?id=623
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |