1/17/2014 3:35 PM | |
Posts: 311 Rating: (3) |
If (HMIRuntime.SmartTags("Tag_Name")) Then ScreenItems("Polygon_1").BackColor = RGB(255,0,0) End If |
1/17/2014 11:15 PM | |
Joined: 9/16/2009 Last visit: 8/13/2020 Posts: 89 Rating: (3) |
Thanks !! |
3/4/2015 5:32 PM | |
Posts: 5 Rating: (0) |
I tried running that script to change the background color of a circle object and the compile returns an error. any ideas? |
3/11/2015 7:19 AM | |
Posts: 1299 Rating: (136)
|
Hello, you need to select the screen first. add "HMIRuntime.Screens("Screenname") before ScreenItems... K!ke |
3/11/2015 1:46 PM | |
Posts: 5 Rating: (0) |
thanks! |
Follow us on