Login Page - Create Account

Support Board


Date/Time: Mon, 15 Sep 2025 14:00:03 +0000



Post From: Control ACS Button from ACSIL

[2019-04-01 14:22:50]
ForgivingComputers.com - Posts: 1122
I can set the state of an ACS button with this:

sc.SetCustomStudyControlBarButtonEnable(1, 1);

The button changes its appearance to in, and any other button that was enabled, changes to out. However, I can't seem to get another study to recognize the button state change.

Am I missing something?