Pasting to Powerpoint

hh hh at hyperhh.de
Thu Oct 13 22:10:43 EDT 2016


Very good and interesting stack.
Hopefully you do think about extending that to the rawClipboardData?

On Mac there is a ClipboardViewer (https://developer.apple.com/library/content/samplecode/ClipboardViewer/)
that shows even more entries in the clipboard than the rawClipboardData
reports, after putting a simple plain string into the clipboard in LC.

When pasting a copied text into a "plain" TextEdit window this reduces to
** public.utf8-plain-text **
(and NSStringPboardType). This UTF8-key works here, with MacOS 10.12, for
pasting in every other app. Probably this key, used with rawClipboardData,
has currently most chances to work for MacOS (and it's equivalents for Win
and Linux, given in the Dictionary).

> Stephen B. wrote:
> I made this dumb stack to view all elements of the clipboard contents...
> works inter-app, type
> go URL "http://fulton.barncard.com/stax/clipboardTest.rev"
> in msg box.





More information about the use-livecode mailing list