(2)| 9/29/2016 5:00 PM | |
|
Posts: 32 Rating:
|
I'm using pop up screens since it appeared, but now I must do an script to modify some properties of objects contained into one of this pop up screens, and I'm not able to find pop up screen into VBS object model. I would like to do some "simple" thing like change properties like color or position or visibility from objects contained into this screen like following simple example, and I don't know how to point to pop up screens, nor to objects contained into HmiRuntime.ActiveScreen.BackColor = vbBlack HmiRuntime.ActiveScreen.ScreenItems("Rectangle").Left = 50 HmiRuntime.ActiveScreen.ScreenItems("Text").Visible = False ... Is it possible to do something lilke I'm pretending, and I'm already doing on standard screens? Is there some VBS object model containing pop-up screens? Thank you! ------------------------------------------------------------------------------------------ |
Last edited by: Min_Moderator at: 9/30/2016 9:27:39 AMNew subject after splitting |
|
Follow us on