Login Page - Create Account

Support Board


Date/Time: Thu, 24 Sep 2026 11:28:21 +0000



Post From: Control ACS Button from ACSIL

[2019-04-01 14:22:50]
ForgivingComputers.com - Posts: 1238
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?