Group: Forum Members
Last Active: 6 Years Ago
Posts: 0,
Visits: 166
|
I'm building an app with a ribbon bar and I want to be able to paste images into the documents. I have a Nov Text Editor in a Xamarin window on OSX El Cap. If I copy text from e.g a Pages document the Paste icon on the ribbon activates and I can paste in no problem. If I select an image - and I've tried images in Pages files, and graphics files: png, jpg, etc, the Paste icon stays disabled. I can't see what I'm doing wrong. I've not changed anything on the ribbon so I guess it is using the internal PasteCommand - I've not touched that, and it works with text. Any help appreciated. Neil
|
Group: Forum Members
Last Active: 2 Weeks Ago
Posts: 3,054,
Visits: 4,015
|
Hi Neil, The problem is that the control accepts RTF as clipboard format - so if you select an image + text it should be able to paste properly. Most likely Pages just copies a single image into the clipboard and our control cannot paste it directly. We'll extend the functionality of the control to allow for single image pasting.
Best Regards, Nevron Support Team
|