Platforms to show: All Mac Windows Linux Cross-Platform

Back to IKSlideshowMBS class.

IKSlideshowMBS.autoPlayDelay as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ImageKit MBS AVFoundation Plugin 7.7 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The time to wait before the slideshow will start automatically.

Value is in seconds.
(Read and Write computed property)

IKSlideshowMBS.Available as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method ImageKit MBS AVFoundation Plugin 7.7 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Whether the slide show functions are available.
Example
if IKSlideshowMBS.Available=False then
MsgBox "You need Mac OS X 10.5 for this and a MachO application."
quit
end if

Value is true for Mac OS X 10.5.

IKSlideshowMBS.canExportToApplication(applicationBundleIdentifier as string) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method ImageKit MBS AVFoundation Plugin 7.7 ✅ Yes ❌ No ❌ No ❌ No Desktop only
is exporting to a given application possible?

(application installed?, right version?, ...)

Some examples using this method:

IKSlideshowMBS.indexOfCurrentSlideshowItem as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method ImageKit MBS AVFoundation Plugin 7.7 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The index of the current slide.

Index is from 0 to count-1.

The items on this page are in the following plugins: MBS AVFoundation Plugin.


The biggest plugin in space...