Picture Object

Insert a Picture on the Screen

Updated over a week ago

The Picture object lets you add an image to the screen. This image is static, and the user does not have the ability to replace the image.

Having said that, you can change the image by using the Update Controls on Screen action. If you update the picture object with the URL of an image, that image will show. 


Accessing value of a Picture object

The Picture object will hold URL of the image it is displaying. This value can be altered by using the Update Controls on Screen action, however, you will need to replace it with a valide URL that points to an image.

When an action requires you to 'Assign a value', you can use the value set in the picture object, which will be the URL of the image.


Picture Object Properties

When you select the picture object, you will be able to set its settings, style, and events.

Settings

  • Caption: Name of the the picture object. This is not a caption you would normally find underneath a picture.

  • Hide Caption: If you’re just labeling your control for your own information but don’t want the text to show in the live screen, check this box.

  • Load State: The initial state when the screen loads.

  • Default Image: The default image when a picture hasn’t been chosen yet.

  • Selected Image: Upload an image file, or link from a URL. If an image has been added, you can click the x to remove it.

  • Height/Width: Select the height and width based on pixels or percentage of area.

Style

  • Border size/color/style: Change the size, color and style of your border.

Actions / Events

  • Click event: The click event triggers if the picture object is clicked.

Did this answer your question?