5/19/2025 4:51 AM | |
Joined: 1/21/2013 Last visit: 9/12/2025 Posts: 4108 Rating:
|
Hi, Unfortunately, there is no property that allows you to set a "pressed" state for buttons. Using the "Enabled" property changes the button's style. However, a disabled button cannot be operated. If that's acceptable, you can work with the "Enabled" property. Otherwise, you will need to adjust other style-related properties to achieve a visual difference. The simplest way is to use a tag to dynamize the required property. This method works if each button changes the state of at least one tag. Kind regards |
5/19/2025 3:06 PM | |
Joined: 11/28/2024 Last visit: 6/15/2025 Posts: 43 Rating:
|
I dont see a property called "Enabled" for a button. |
Last edited by: AutoGen_12877 at: 06/15/2025 20:59:42 |
|
5/20/2025 4:59 AM | |
Joined: 1/21/2013 Last visit: 9/12/2025 Posts: 4108 Rating:
|
Hi, Unfortunately, the property names in the JavaScript object model and the WinCC Unified ES do not match. In ES, the "Enabled" property is labeled "Operator control - allow." Kind regards |
This contribution was helpful to
1 thankful Users |
Follow us on