Support Board
Date/Time: Mon, 03 Mar 2025 10:33:04 +0000
Post From: Control Study Buttons 2268
[2021-10-07 15:22:13] |
User104854 - Posts: 457 |
I went to the link and see that the following code is listed: if (sc.MenuEventID >= ACS_BUTTON_1 && sc.MenuEventID <= ACS_BUTTON_150) { sc.SetCustomStudyControlBarButtonEnable(sc.PriorSelectedCustomStudyControlBarButtonNumber, 0); } Can you please tell me what I need to do with this code to have the control buttons act under the old behavior? There are no instructions with regards to this. |