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:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Queries item at index.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
IKSlideShow | 6.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example | Flags |
---|---|---|---|
Index | From 0 to IKSlideShow.Count-1. | 0 | |
Filename | For PDF or image files returned an optional file name. | "test.jpg" | Optional |
Type | For images the type you like to get. Can be JPEG, TIFF, PNG, GIF, BMP or PDF. |
"JPEG" | Optional |
Returns value or error.
Add an item and query it back:
Set Variable [$r; Value:MBS( "IKSlideShow.AddURL"; "http://www.mbsplugins.de/images/xdc2016.jpg" )]
Show Custom Dialog ["Count"; MBS( "IKSlideShow.Count" )]
Show Custom Dialog ["First item"; MBS( "IKSlideShow.ItemAtIndex"; 0 )]
Created 3th August 2016, last changed 3th August 2016
IKSlideShow.GetWrapAround - IKSlideShow.Run
Feedback: Report problem or ask question.