Bonjour

J'ai un probleme quand je convertie com application a XE8-IOS avec cette ligne de commande

Code : Sélectionner tout - Visualiser dans une fenêtre à part
ShowShareSheetAction1.TextMessage:= Memo2.Lines.Text;
Je ne comprend pas pourquoi j'ai fais des essais avec XE7 et la commande passe, mais rien avec Xe8.

J,ai essayé l'exemple de PhotoEditorDemo et cafonctionne tres bien mais quand je l'applique a mon programme XE8 rien ne ce passe
l'action ne s'exécute pas.

dans l'info sur exemple il

For sending an image to another application (Sharing), FireMonkey has the standard action
TShowShareSheetAction, which enables you to:

1. Save an image to a Photo Library
2. Set an image as a photo contact in an Address Book
3. Print an image
4. Copy an image to the clipboard.
5. Send an image via EMail.

The list of actions depends on the list of installed applications on your device.
TShowShareSheetAction does not allow you to change the available activities.

The list of activities depends on data which you try to send. You can send
only text or image using TShowShareSheetAction.TextMessage and TShowShareSheetAction.Bitmap.

For transferring your data to TShowShareSheetAction, action has a special event
TShowShareSheetAction.OnBeforeExecute.
Moi je complète les informations dans le mémo dans OnBeforeExecute.

Merci de votre aide

Mario