Re: Pasting to Powerpoint

2016-10-14 Thread Bob Sneidar
I clicked the link. It olly shows sample code (I assume that needs to be compiled??) I don't do compile. :-) Bob S On Oct 13, 2016, at 19:10 , hh mailto:h...@hyperhh.de>> wrote: On Mac there is a ClipboardViewer (https://developer.apple.com/library/content/samplecode/ClipboardViewer/) __

Re: Pasting to Powerpoint

2016-10-13 Thread J. Landman Gay
On 10/13/16 7:03 PM, Trevor DeVore wrote: On Thursday, October 13, 2016, J. Landman Gay wrote: Apparently in LC 8.x, LC text in the clipboard can't be pasted into Powerpoint, though it works in MS Word and some other apps. I know the workaround -- paste into a text editor, copy, paste into Pow

Re: Pasting to Powerpoint

2016-10-13 Thread Scott Morrow
Stephen, Thanks for the stack. It was educational for me and a good start for some additional learning. - - Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elementarysoftware.com/ email sc...@elementarysoftware.com office 1-800-615-0867

Re: Pasting to Powerpoint

2016-10-13 Thread stephen barncard
On Thu, Oct 13, 2016 at 7:10 PM, hh wrote: > Hopefully you do think about extending that to the rawClipboardData? > yes a lot of catching up to do. thanks Stephen Barncard - Sebastopol Ca. USA - mixstream.org ___ use-livecode mailing list use-livecode

Re: Pasting to Powerpoint

2016-10-13 Thread hh
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

Re: Pasting to Powerpoint

2016-10-13 Thread stephen barncard
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. hth, sqb ps the hex display displays incorrectly at the moment. Probably the changes to unicorn. Stephen Barncard - Sebast

Re: Pasting to Powerpoint

2016-10-13 Thread Trevor DeVore
On Thursday, October 13, 2016, J. Landman Gay wrote: > Apparently in LC 8.x, LC text in the clipboard can't be pasted into > Powerpoint, though it works in MS Word and some other apps. I know the > workaround -- paste into a text editor, copy, paste into Powerpoint -- but > is there a better way?

Re: Pasting to Powerpoint

2016-10-13 Thread J. Landman Gay
Excellent! Thank you. I'll try it. On 10/13/16 5:18 PM, hh wrote: Sadly this may depend more on user's OS than on the LC version or your compiling OS. I had a similar issue with pasting to Mail on Mac OS > 10.10. This disappeared when I used the rawClipboardData[key] (exactly to such "plainText"

Re: Pasting to Powerpoint

2016-10-13 Thread hh
Sadly this may depend more on user's OS than on the LC version or your compiling OS. I had a similar issue with pasting to Mail on Mac OS > 10.10. This disappeared when I used the rawClipboardData[key] (exactly to such "plainText"-encodings there is an example for different platforms). > Jacquelin

Pasting to Powerpoint

2016-10-13 Thread J. Landman Gay
Apparently in LC 8.x, LC text in the clipboard can't be pasted into Powerpoint, though it works in MS Word and some other apps. I know the workaround -- paste into a text editor, copy, paste into Powerpoint -- but is there a better way? My app is just setting the clipboarddata["text"] to a var