Save Palette in SaveChartToStream does not work
Posted: Mon Feb 11, 2013 7:05 am
Problem:
we save all settings for the Chart with the function SaveChartToStream
The new default palette is Opera
Open the Setup and select as palette Standard or TeeChart
>> No entry in the saved configuration for the slected palette
>> Is it not possible to save the standard palette setting
We can't change the registry entries at the customer side to something else, moth of our customers do not have admin rights!
We are probing around with the palette problem since quite a while, please try to fix this as soon as possible.
Thanks in advance.
>>EDIT
When choosing Palette Standard or TChart >>entry ColorPaletteIndex in the stream is missing
Reopening the Chart LINE 2312 in CHART.PAS sets it to ColorPaletteIndex 13 if there is no Registry entry SetColorPaletteIndex(TeeReadIntegerOption('DefaultPalette',13));
Changing this line in SetColorPaletteIndex(0); everything works fine
we save all settings for the Chart with the function SaveChartToStream
The new default palette is Opera
Open the Setup and select as palette Standard or TeeChart
>> No entry in the saved configuration for the slected palette
>> Is it not possible to save the standard palette setting
We can't change the registry entries at the customer side to something else, moth of our customers do not have admin rights!
We are probing around with the palette problem since quite a while, please try to fix this as soon as possible.
Thanks in advance.
>>EDIT
When choosing Palette Standard or TChart >>entry ColorPaletteIndex in the stream is missing
Reopening the Chart LINE 2312 in CHART.PAS sets it to ColorPaletteIndex 13 if there is no Registry entry SetColorPaletteIndex(TeeReadIntegerOption('DefaultPalette',13));
Changing this line in SetColorPaletteIndex(0); everything works fine