Login Page - Create Account

Support Board


Date/Time: Fri, 27 Jun 2025 16:13:30 +0000



Post From: Control ACS Button from ACSIL

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