Support Board
Date/Time: Sat, 11 Jan 2025 12:45:56 +0000
Post From: sc.SetACSToolEnable()
[2016-11-26 18:12:44] |
Pinger - Posts: 33 |
Hi I have the following code in my study initialisation... sc.SetACSToolButtonText(1, "Run"); sc.SetACSToolEnable(1, FALSE); sc.SetACSToolToolTip(1, "Run"); If ACS Button 1 is pressed prior to adding my study then "sc.SetACSToolEnable(1, FALSE)" does not visually "unpress" Button 1 when I add my study, which is what I want. And similarly, I can't "unpress" Button 1 in the body of my function using the same function call. Am I missing something? The text and tool tip function calls work. SC Version 1490. Kind regards |