Login Page - Create Account

Support Board


Date/Time: Sat, 04 May 2024 22:17:00 +0000



Post From: CustomInput keeps resetting to YesNo Input

[2018-11-27 22:17:55]
Usermb - Posts: 126
Using 1847, but also happened using 1846, CustomInputs keep resetting to YesNo input types.


SCInputRef in_type = sc.Input[0];
...
in_type.Name = "Data type";
in_type.SetCustomInputStrings("Type1;Type2;Type3;Type4");
in_type.SetCustomInputIndex(0);

For completeness:
- the study doesn't have any other inputs
- the data of this study bases on the data of another study

After a restart all is good and as expected, a CustomInput is with the proper values is being displayed. The problems happens randomly after opening the Studies Window and closing it, even if there is no change made to the studies.

A couple of times I also saw issues with StudySubgraphValues input types, the referenced Subgraph ID appeared corrupted, it diplayed ID followed by a very large number.
imageCapture2.PNG / V - Attached On 2018-11-27 22:11:10 UTC - Size: 5.27 KB - 198 views