Quote from
luishp on March 22, 2021, 8:44 pm
@asmat
- Add an Image Object outside the working area.
- Add a Container Object inside the working area.
- Click on NewPage, select Code tab and add this code:
GetObjectAttribute "Image1" "src" [imageSrc]
SetObjectStyle "Container1" "background-image" "url('[imageSrc]')"
This will work correctly with test and compiled apps.
Regards.
@asmat
- Add an Image Object outside the working area.
- Add a Container Object inside the working area.
- Click on NewPage, select Code tab and add this code:
GetObjectAttribute "Image1" "src" [imageSrc]
SetObjectStyle "Container1" "background-image" "url('[imageSrc]')"
This will work correctly with test and compiled apps.
Regards.
asmat has reacted to this post.