Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
ImagePicker.SetOverlayImage
Installs an overlay image to the picker.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| ImagePicker | 8.3 | No | No | No | No | Yes |
Parameters
| Parameter | Description | Example |
|---|---|---|
| Image | The new overlay image. Proportional stretched to screen size. But you can use different images for different devices for best results. |
Result
Returns OK or error.
Description
Installs an overlay image to the picker.This can be used to show additional framing rectangle or instructions to the user.
The overlay is scaled and cropped to the screen maintaining the aspect ratio, so you best use a square picture to work in landscape and portrait.
Examples
Show image picker with overlay:
Set Variable [ $r ; Value: MBS( "ImagePicker.New" ) ]
Set Variable [ $r ; Value: MBS( "ImagePicker.SetCameraCaptureMode"; "Photo" ) ]
Set Variable [ $r ; Value: MBS( "ImagePicker.SetShowsCameraControls"; 1 ) ]
Set Variable [ $r ; Value: MBS( "ImagePicker.SetSourceType"; "Camera") ]
Set Variable [ $r ; Value: MBS( "ImagePicker.SetOverlayImage"; PlaceHolder::Container ) ]
Set Variable [ $r ; Value: MBS( "ImagePicker.Present" ) ]
See also
- ImagePicker.New
- ImagePicker.Present
- ImagePicker.SetCameraCaptureMode
- ImagePicker.SetShowsCameraControls
- ImagePicker.SetSourceType
Blog Entries
- MBS FileMaker Plugin, version 10.2pr8
- MBS FileMaker Plugin, version 8.3pr1
- Overlay image for Image Picker
Release notes
- Version 10.2
- Fixed ImagePicker.SetOverlayImage to have overlay work properly when rotating the device.
- Version 8.3
- Added ImagePicker.ClearOverlay and ImagePicker.SetOverlayImage functions.
Created 25th May 2018, last changed 7th May 2020
ImagePicker.SetEvaluate - ImagePicker.SetScript
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins