Support Board
Date/Time: Wed, 02 Jul 2025 13:49:47 +0000
Post From: Debugging code of Custom Bar Charts functions
[2020-01-05 16:36:15] |
Zosimus - Posts: 345 |
Usually, when I write a regular custom study function (SCSFExport sc_StudyName(SCStudyInterfaceRef sc)) I use the help of sc.AddMessageToLog for debugging but with the function that builds the custom studies (SCSFExport CustomBarBuildingFunctionName(SCCustomChartBarInterfaceRef ChartBarInterface) it is not possible to use the sc.AddMessageToLog. I probably can send data to a text file instead but this may slow the function down quite considerably. I should be grateful for any idea for a replacement sc.AddMessageToLog for code within the Custom Bar Chart building function.
|