Platforms to show: All Mac Windows Linux Cross-Platform

/MacFrameworks/SharingPanel iOS
Function: You find this example project in your Plugins Download as a Xojo project file within the examples folder: /MacFrameworks/SharingPanel iOS
Project "SharingPanel iOS.xojo_binary_project"
Class App Inherits MobileApplication
End Class
Class MySharingPanelMBS Inherits SharingPanelMBS
EventHandler Sub Completed(activityType as String, completed as Boolean, activityError as NSErrorMBS) Dim message As String If completed Then message = "Completed "+activityType Else message = "Cancelled" End If If activityError <> Nil Then message = message + EndOfLine + activityError.LocalizedDescription End If MessageBox message End EventHandler
End Class
End Project

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

Feedback: Report problem or ask question.

The biggest plugin in space...