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
IKSlideShow.AddPath
Adds a slide.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| IKSlideShow | 3.1 | Yes | No | No | No | No |
MBS( "IKSlideShow.AddPath"; Path ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Path | The native file path to the image file. | "/Users/test/Images/test.jpg" |
Result
Returns the number of slides added or an error message.
Description
Adds a slide.The file can contain an image (GIF, PNG, BMP, JPEG) or an image file (TIFF, BMP, PNG, JPEG and other formats supported by macOS)
Sets mode to images.
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.
See also
- IKSlideShow.Add
- IKSlideShow.AddImage
- IKSlideShow.AddPDF
- IKSlideShow.AddURL
- Path.FileMakerPathToNativePath
Blog Entries
Created 18th August 2014, last changed 10th August 2020
IKSlideShow.AddPDF - IKSlideShow.AddURL
Feedback: Report problem or ask question.
Links
MBS Xojo PDF Plugins