Hi everybody,
I have a main screen and two other screens I want to use in the background of this main screen.
I would like to show the background of the main screen at opened event, in accordance with a tag value.(If value = 1, show background 1, else show background 2)
I tried to use properties "Template" or "TemplateScreen" of the screen but it doesn't works.
Can anyone help me ?
Thank you
Nicolas VALENTIN
How to change Background screen in runtime with a tag
-
- Posts: 19
- Joined: Fri Apr 12, 2013 11:00 am
-
- Posts: 824
- Joined: Tue Mar 13, 2012 9:53 am
Re: How to change Background screen in runtime with a tag
That is not going to be possible as far as I know. You can not dynamically change background screens.
Best Regards,
Mark Monroe
Beijer Electronics, Inc. | Applications Engineer
Mark Monroe
Beijer Electronics, Inc. | Applications Engineer
-
- Posts: 19
- Joined: Fri Apr 12, 2013 11:00 am
Re: How to change Background screen in runtime with a tag
Ok, thank's for the reply
Best regards
Best regards
Re: How to change Background screen in runtime with a tag
You could create two backgrounds and two diffrent screens that uses the diffrent backgrounds, and on the opened event of the first screen check the value of the tag and redirect to the other screen if the logic says so.
Or you could create a dynamic picture (changed by tag value) and send it to back, you can also lock it there and you can work with objects infront of the picture without moving or select the picture.
Not optimal but it´s a workaround.
Regards
Or you could create a dynamic picture (changed by tag value) and send it to back, you can also lock it there and you can work with objects infront of the picture without moving or select the picture.
Not optimal but it´s a workaround.
Regards