Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 16:55:01 +0000



Post From: SCSFExport function: name without scsf_ prefix and with spaces?

[2016-06-27 07:29:56]
binaryduke - Posts: 360
I have this set within the SetDefaults section of the study:

if (sc.SetDefaults)
{
    sc.GraphName = "My Custom Study";
    sc.GraphShortName = "Custom Study";
    sc.GraphRegion = 0;
    sc.GraphDrawType = GDT_CUSTOM;
    sc.AutoLoop = 1;
    sc.FreeDLL = 0;
(etcetc)
}

however what appears in the Add Study window is the name provided after SCSFExport scsf_My_Custom_Study(SCStudyGraphRef sc)

i.e. scsf_My_Custom_Study
Date Time Of Last Edit: 2016-06-27 07:31:54