Bug: Unintentionally selecting 'Excel' as a Series Data

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Whookie
Newbie
Newbie
Posts: 28
Joined: Fri Sep 24, 2004 4:00 am

Bug: Unintentionally selecting 'Excel' as a Series Data

Post by Whookie » Wed Jul 23, 2014 4:46 pm

Source

Add a TChart and a Series and open the series 'Data Source' tab. There should most likely be a "Random" entry visible at the top of the tab (without any label but be best guess thats the 'data source')

Now just drop that list down and accidentally select 'Excel' than switch back to 'Random' and close the tab.
This will add a TTeeExcelSource entry to your forms interface even though you never really needed on.

Best of all try to open that tab again and switch back and force between 'Random' and 'Excel' and you will get another instance of TTeeExcelSource ... of course you can repeat that procedure to get an unlimited number of TTeeExcelSource in your form.

...and as this gets boring the same happens with TTeeXMLSource and propably any other source you select there...

PS.: the only way to get rid of that stuff, is to delete the referencies in the interface section open the dfms source and delete all references there

PS.PS.: the "Random" setting isnt storing changes in the dfm - so chaning the number of samples from 25 to 10 and reopening the from resets that value back to 25...

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Bug: Unintentionally selecting 'Excel' as a Series Data

Post by Sandra » Thu Jul 24, 2014 2:52 pm

Hello Whookie,

We added a feature request in the VCL TeeChart bugzilla tracker to consider add a hint before add the TTeeExcelSource to prevent possible incorrect adding. The bug number is ID863. Feel Free to add your email account to the ticket so you can be automatically notified when and update arrives.

Thanks in advance,
Best Regards,
Sandra Pazos / 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

Whookie
Newbie
Newbie
Posts: 28
Joined: Fri Sep 24, 2004 4:00 am

Re: Bug: Unintentionally selecting 'Excel' as a Series Data

Post by Whookie » Thu Jul 24, 2014 3:54 pm

There is one thing which might have slipped through:

PS.PS.: The "Random" setting isn't stored in the .dfm - so changing the number of samples from 25 to 10 and reopening the from resets that value back to 25...

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Bug: Unintentionally selecting 'Excel' as a Series Data

Post by Sandra » Mon Jul 28, 2014 1:17 pm

Hello Whookie,

I apologise with you, I forgot add it to Bug Tracker. We've already added the problem in VCL TeeChart bugzilla tracker to fix it to upcoming versions of TeeChartVCL with number ID868.

Thanks,
Best Regards,
Sandra Pazos / 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