Bug: Unintentionally selecting 'Excel' as a Series Data
Posted: 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...
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...