Support Board
Date/Time: Sun, 19 Jan 2025 17:38:33 +0000
Post From: StudySummaryCellText - issue
[2018-04-17 13:07:47] |
Marek F - Posts: 244 |
In the version 1732 the issue still exist. Look at a code from scstructures.h file from 1732 version, maybe it will helped: uint32_t StudySummaryCellBackgroundColor;
#ifdef _WIN64 SCString StudySummaryCellText; char Reserve[46]; #else char Reserve[70]; #endif s_SCSubgraph_260() : Name() , PrimaryColor(0) , SecondaryColor(0) , SecondaryColorUsed(0) , DrawStyle(0) , LineStyle(0) , LineWidth(0) , OldLineLabel(0) , LineLabel(0) , Data() , DataColor() , IncludeInStudySummary(0) , UseStudySummaryCellBackgroundColor(0) , AutoColoring(0) , GraphicalDisplacement(0) , DrawZeros(0) , DisplayNameValueInWindowsFlags(0) , ExtendedArrayElementsToGraph(0) , TextDrawStyleText() , GradientAngleUnit(0) , GradientAngleMax(0) , ShortName() , StudySummaryCellBackgroundColor(0) { memset(Reserve, 0, sizeof(Reserve)); } // This constructor is so this struct can work as an c_ArrayWrapper element explicit s_SCSubgraph_260(int i) : Name() , PrimaryColor(0) , SecondaryColor(0) , SecondaryColorUsed(0) , DrawStyle(0) , LineStyle(0) , LineWidth(0) , OldLineLabel(0) , LineLabel(0) , Data() , DataColor() , IncludeInStudySummary(0) , UseStudySummaryCellBackgroundColor(0) , AutoColoring(0) , GraphicalDisplacement(0) , DrawZeros(0) , DisplayNameValueInWindowsFlags(0) , ExtendedArrayElementsToGraph(0) , TextDrawStyleText() , GradientAngleUnit(0) , GradientAngleMax(0) , ShortName() , StudySummaryCellBackgroundColor(0) { memset(Reserve, 0, sizeof(Reserve)); } |