Login Page - Create Account

Support Board


Date/Time: Wed, 12 Mar 2025 05:17:52 +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.