3/20/2023 12:08 PM | |
Joined: 3/14/2023 Last visit: 10/17/2024 Posts: 5 Rating: (0) |
Hi, Regarding to the "AlternateBackColor", I'm trying to switch the color of my screens with a script, I'd like to change my background to a dark colour throughtout a button, where I can choose which background I want, but until now failed. I try this just for one screen: Screen.FindItem("Screen_"').BackColor = 0xFF00E600; // I think this isn't working because it's a screen Any suggestion? ------------------------------------------------------------------------------------------ |
Last edited by: Jen_Moderator at: 03/20/2023 13:36:47New subject after splitting |
|
3/20/2023 1:28 PM | |
Joined: 1/21/2013 Last visit: 10/31/2024 Posts: 3230 Rating: (501) |
Hi,
The Script Debugger helps you test your scripts. Inside the debugger, you can use the console to type some code to test it without reloading your project. Note, however, that the screen does not change while the script is paused. However, you can simply place a simple button with an empty event to get a possible breakpoint. Kind regards |
This contribution was helpful to1 thankful Users |
Follow us on