Support Board
Date/Time: Sat, 01 Feb 2025 06:59:32 +0000
Post From: Issue making the study-name and input values NOT showing up
[2019-06-25 14:52:18] |
BrMa - Posts: 80 |
Dear ladies and gentlemen, when compiling my latest source with the actual version (1939) I'm receiving a compiler-error at the following line, saying the parameter does not exist: sc.GlobalDisplayStudyNameSubgraphNamesAndValues = 0;
Question: did you remove this function? It disappeared from the documentation on the website but I didn't find anything in the changelog? However, I tried to replace this function by putting the following lines in the code: if (sc.SetDefaults) {
... sc.DisplayStudyName = 0; // Do not show study name sc.DisplayStudyInputValues = 0; // Do not show input values ... } Unfortunately the study-name and the input values still show up at the top of the window. Is this a bug or am I missing something to prevent the study-name and input values showing up at the top of the window? Thanks a lot in advance for your support! Regards, Markus |