Support Board
Date/Time: Sun, 19 Jan 2025 15:18:30 +0000
StudySummaryCellText - issue
View Count: 922
[2018-04-17 00:59:13] |
Marek F - Posts: 244 |
I try use the StudySummaryCellText for display a text in the Study Summary, but i can't compile my study: The remote build did not succeed. Result:
Version 1731
+MyStudy.cpp: In function 'void scsf_EntryScalpMA(SCStudyInterfaceRef)': +MyStudy.cpp:6387:18: error: 'struct s_SCSubgraph_260' has no member named 'StudySummaryCellText' ScalpEntry.StudySummaryCellText = SSWText; -- End of Build -- 01:49:25 |
[2018-04-17 03:09:24] |
Sierra Chart Engineering - Posts: 104368 |
Are you sure this is on version 1731? Anyway, update to version 1732. That member does exist on sc.Subgraph[]. Sierra Chart Support - Engineering Level Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy: https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service: Sierra Chart Teton Futures Order Routing Date Time Of Last Edit: 2018-04-17 03:09:49
|
[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)); } |
[2018-04-17 16:15:09] |
Sierra Chart Engineering - Posts: 104368 |
It is only supported in the 64 bit version.
Sierra Chart Support - Engineering Level Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy: https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service: Sierra Chart Teton Futures Order Routing |
[2018-04-18 03:51:47] |
Marek F - Posts: 244 |
I can't run SC 64 bit version because i use plug-in software that is only in 32 bit version. So, is it big problem for you to implement that member in the 32 bit version? |
[2018-04-18 04:52:24] |
Sierra Chart Engineering - Posts: 104368 |
It is not practical for us to add to the 32-bit version. There is not enough storage space for it. Sierra Chart Support - Engineering Level Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy: https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service: Sierra Chart Teton Futures Order Routing Date Time Of Last Edit: 2018-04-18 04:52:31
|
To post a message in this thread, you need to log in with your Sierra Chart account: