Platforms to show: All Mac Windows Linux Cross-Platform

/Picture/Export Image to Photo Album/Export Image to Photo Album


Required plugins for this example: MBS Picture Plugin, MBS Main Plugin

You find this example project in your Plugins Download as a Xojo project file within the examples folder: /Picture/Export Image to Photo Album/Export Image to Photo Album

This example is the version from Fri, 4th Mar 2021.

Project "Export Image to Photo Album.xojo_binary_project"
Class App Inherits MobileApplication
End Class
Class Screen1 Inherits MobileScreen
Control Button1 Inherits MobileButton
ControlInstance Button1 Inherits MobileButton
Constraint Constraint 1
Constraint Constraint 2
Constraint Constraint 3
Constraint Constraint 4
EventHandler Sub Pressed() Dim pic As Picture = LogoMBS(500) iOSPictureMBS.WriteImageToSavedPhotosAlbum(pic, AddressOf ImageSaved) End EventHandler
End Control
Private Sub ImageSaved(error as NSErrorMBS) If error <> Nil Then MessageBox "Failed to save"+EndOfLine+EndOfLine+error.LocalizedDescription Else MessageBox "Saved." End If End Sub
End Class
Class LaunchScreen Inherits iosView
End Class
ExternalFile info
End ExternalFile
End Project

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


The biggest plugin in space...