12/15/2023 7:57 PM | |
Joined: 1/21/2013 Last visit: 1/26/2025 Posts: 3463 Rating: (543)
|
Hi Jherson, If you try to read the background color of a screen window, you will always fail. This is because screen windows do not have such a parameter. Kind regards |
This contribution was helpful to1 thankful Users |
12/19/2023 2:04 PM | |
Joined: 1/21/2013 Last visit: 1/26/2025 Posts: 3463 Rating: (543)
|
Hi Jherson, Since you cannot access screens by object path, you must access the screen window that contains the screen. For these screen windows, you can use the "CurrentScreen" property to access the screen. For example, if the screen window named swContent1 is on your Start screen, you can use the following code to get the screen background.
Kind regards |
This contribution was helpful to2 thankful Users |
Follow us on