Image hotspots

This example uses buttons with no fill, to act as hotspots over an image. Download: Assure Dynamics Hotspots over image

Read more

Looping through images

This example sets out two approaches to changing the current image being displayed in an ImageField object. There is a single button on page 1 (script is in the click event), whereas there nine buttons on page 2 (script is in the mouseEnter event). Download: Assure Dynamics Looping through Images

Read more

Scaling images

A previous example used images to demonstrate the difference between Positioned and Flowed subforms. This example accesses the current width and height of the image and either increases or reduces this, depending on which button the user clicked. The image will not break over a page and will flow onto a new one. You can [...]

Read more

Working with images

This example shows how you can work with images in your form. The first page includes five Image objects where the photographs are embedded into each of the Image objects. This increases the size of the form unnecessarily. You should only embed images, where you want the image to be available to other developers opening [...]

Read more

Zoom settings

This example looks at script to control the zoom of the form when it is opened. You can copy any of the settings into the docReady event of the root node. I am sticking this one in “images” for the hell of it Download: Assure Dynamics Zoom settings

Read more