Login Page - Create Account

Support Board


Date/Time: Fri, 10 May 2024 12:39:13 +0000



Post From: Help with ACSIL

[2015-04-19 21:12:11]
eagle - Posts: 92
sc.AutoLoop = sc.Input[3].GetIndex();

With that statement below the sc.SetDefaults code block; whenever I change the Index of sc.Input[3], I have to press an Apply button twice for the change to take place (or some combination of an Apply button and an OK button). Just backing out with the OK buttons does not work.

With that statement inside the sc.SetDefaults block; it works when the study is first applied, but changing the Index does not change sc.AutoLoop.

How would I properly toggle sc.AutoLoop with an sc.Input?