Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Guides
Examples
New in version:
7.4
7.5
8.0
8.1
8.2
8.3
8.4
8.5
9.0
9.1
Statistic
ImagePicker.WriteImageToSavedPhotosAlbum
Adds a photo to the saved photos album.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
ImagePicker | 7.3 | No | No | No | No | Yes |
Parameters
Parameter | Description | Example value |
---|---|---|
Image | The image container to add to photo roll. | |
FileName | Optional The file name for the script. |
Get(FileName) |
ScriptName | Optional The script name for the trigger. |
|
Parameter | Optional The script parameter to use. |
Result
Returns OK or error.
Description
Adds a photo to the saved photos album.The work is done in background and we can optionally trigger a script when done.
This function requires a native path. Use Path.FileMakerPathToNativePath to convert a FileMaker path to a native path if required. If you like to have the user choose the path, you can use FileDialog functions.
Examples
Add image to saved photos:
If [ IsEmpty ( ImagePicker::Picture ) ]
Show Custom Dialog [ "No image?" ]
Else
Set Variable [ $path ; Value: MBS( "ImagePicker.WriteImageToSavedPhotosAlbum"; ImagePicker::Picture; Get(FileName); "AddedToCameraRoll" ) ]
End If
See also
Example Databases
Created 17th June 2017, last changed 20th June 2017
ImagePicker.VideoIsCompatibleWithSavedPhotosAlbum - ImagePicker.WriteVideoToSavedPhotosAlbum
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins