Platforms to show: All Mac Windows Linux Cross-Platform
IKSlideshowMBS.addFile(file as folderitem, name as string="")
Function:
Adds a file to the items list.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | ImageKit | MBS AVFoundation Plugin | 8.6 | Yes | No | No | Yes, macOS only | No |
IKSlideshowMBS.addImage(image as NSImageMBS, name as string="")
Function:
Adds an image to the items list.
Example:
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | ImageKit | MBS AVFoundation Plugin | 8.6 | Yes | No | No | Yes, macOS only | No |
Example:
dim p as picture
dim n as NSImageMBS
dim s as new IKSlideshowMBS
// get picture to p
n=new NSImageMBS(p)
s.addImage n
IKSlideshowMBS.addPage(page as Variant, name as string="")
Function:
Adds a PDF page to the items list.
Notes: Page must be a PDFPageMBS object.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | ImageKit | MBS AVFoundation Plugin | 8.6 | Yes | No | No | Yes, macOS only | No |
Notes: Page must be a PDFPageMBS object.
IKSlideshowMBS.exportSlideshowItems(applicationBundleIdentifier as string)
Function:
Export items to the given application.
Example:
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | ImageKit | MBS AVFoundation Plugin | 7.7 | Yes | No | No | Yes, macOS only | No |
Example:
dim i,c as Integer
dim s as new IKSlideshowMBS
// add items here
if false=IKSlideshowMBS.canExportToApplication(IKSlideshowMBS.iPhotoBundleIdentifier) then
MsgBox "Can't export to iPhoto."
else
if s.itemcount>0 then
s.exportSlideshowItems IKSlideshowMBS.iPhotoBundleIdentifier
else
MsgBox "no slides?"
end if
end if
IKSlideshowMBS.ItemCount as Integer
Function:
Returns the number of items.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | ImageKit | MBS AVFoundation Plugin | 8.6 | Yes | No | No | Yes, macOS only | No |
IKSlideshowMBS.reloadData
Function:
Reloads all slides.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | ImageKit | MBS AVFoundation Plugin | 7.7 | Yes | No | No | Yes, macOS only | No |
IKSlideshowMBS.reloadSlideshowItemAtIndex(index as Integer)
Function:
Reloads the slide show with the given index.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | ImageKit | MBS AVFoundation Plugin | 7.7 | Yes | No | No | Yes, macOS only | No |
IKSlideshowMBS.removeItem(index as Integer)
Function:
Removes an item from the item list.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | ImageKit | MBS AVFoundation Plugin | 8.6 | Yes | No | No | Yes, macOS only | No |
IKSlideshowMBS.removeItems
Function:
Removes all items from the item list.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | ImageKit | MBS AVFoundation Plugin | 8.6 | Yes | No | No | Yes, macOS only | No |
IKSlideshowMBS.runSlideshow
Function:
Start the slideshow.
Example:
Notes:
You may want to set all the properties before.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | ImageKit | MBS AVFoundation Plugin | 7.7 | Yes | No | No | Yes, macOS only | No |
Example:
dim s as new IKSlideshowMBS
// add items
s.runSlideshow
IKSlideshowMBS.setFile(index as Integer, file as folderitem, name as string="")
Function:
Sets the file in the items list with the given index.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | ImageKit | MBS AVFoundation Plugin | 8.6 | Yes | No | No | Yes, macOS only | No |
IKSlideshowMBS.setImage(index as Integer, image as NSImageMBS, name as string="")
Function:
Sets the image in the items list with the given index.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | ImageKit | MBS AVFoundation Plugin | 8.6 | Yes | No | No | Yes, macOS only | No |
IKSlideshowMBS.setPage(index as Integer, page as Variant, name as string="")
Function:
Sets a PDF page in the items list with the given index.
Notes: Page must be a PDFPageMBS object.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | ImageKit | MBS AVFoundation Plugin | 8.6 | Yes | No | No | Yes, macOS only | No |
Notes: Page must be a PDFPageMBS object.
IKSlideshowMBS.stopSlideshow
Function:
Stops the slideshow.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
method | ImageKit | MBS AVFoundation Plugin | 7.7 | Yes | No | No | Yes, macOS only | No |
The items on this page are in the following plugins: MBS AVFoundation Plugin.
Links
MBS Xojo PDF Plugins