Support Board
Date/Time: Wed, 12 Mar 2025 05:37:18 +0000
Post From: Set subgraph name works only after first default setup
[2022-05-01 12:30:00] |
User237846 - Posts: 3 |
Within my study, the sc.Subgraph[ID_OF_GRAPH].Name which gets set by SCInputRef CustomString (setup with several possibilities via SetCustomInputStrings()) will no longer be changed after the study was added and the defaults where changed for the first time. Changing the name is done in the study code by sc.Subgraph[ID_OF_GRAPH].Name = mySCInputRef.GetSelectedCustomString();
Subsequent changes via "Study Settings" to another CustomString will not change the showed name on top of the study anymore, while a GetIndex() still works without any problems. So how do i change the subgraph name with a new one that where choosen by another CustomString in "Study Settings"? |