Support Board
Date/Time: Mon, 15 Sep 2025 23:00:53 +0000
Post From: Set subgraph name works only after first default setup
[2022-05-01 15:02:22] |
User237846 - Posts: 3 |
Hi, if ((sc.Index == 0) || (sc.UpdateStartIndex == 0)) { sc.AddMessageToLog("sc.Index == 0 || sc.UpdateStartIndex == 0", 1); sc.Subgraph[ID_OF_GRAPH].Name = mySCInputRef.GetSelectedCustomString(); } i'm sorry, but that still does not change the name of the input in the displayed name and value above the study. The message gets printed to log, but the name still doesn't change. |