Support Board
Date/Time: Tue, 11 Feb 2025 02:03:08 +0000
Post From: v2156 - sc.GraphName
[2020-08-23 01:34:09] |
|
This does not make technical sense to us as to why there would even be any problem at all: When renaming a study name (sc.GraphName = "")....SCSFExport scsf_ name without changes, Sierrachart sometimes has trouble displaying the new study name. The study must be removed from the list in the chartbooks and re-added otherwise it reports a win module 126 error even after a reboot. In earlier versions, it displayed the new name directly.
And certainly this is not at all related to 2156. Nothing has even changed with changing the sc.GraphName. This is fully supported: ACSIL Programming Concepts: Dynamic Graph Names We are unable to reproduce any issue. Here is a code example: /*==========================================================================*/
SCSFExport scsf_TestFunction7(SCStudyInterfaceRef sc) { SCInputRef Input_UserEnteredString = sc.Input[0]; if (sc.SetDefaults) { // Set the configuration and defaults sc.GraphName = "Test Function 7"; sc.AutoLoop = 0; return; } sc.GraphName.Format("Test Function 7: %d", sc.UpdateStartIndex); sc.AddMessageToLog(sc.GraphName, 0); } We do not know why you are getting error 1114. That is not a Sierra Chart issue. It is an operating system error. You seem to be indicating that you are loading a lot of DLLs? 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: 2020-08-23 01:34:25
|