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.


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to