Clipboard on Mac

BlitzMax Forums/BlitzMax Beginners Area/Clipboard on Mac

Pierrou(Posted 2010) [#1]
Hello,
Is there a(n easy) way to use text data from the Clipboard on MacOS? I couldn't find anything about it.
Thanks in advance.


explosive(Posted 2010) [#2]
docs say: Function GadgetPaste( gadget:TGadget )


Pierrou(Posted 2010) [#3]
I don't know MaxGUI at all but I'll see if I can use this... Thanks a lot!

Is it possible to use it to copy>paste text from any external app?


ima747(Posted 2010) [#4]
The clipboard is handled by the OS and just accessed from any app that requests it. So copy anywhere, paste anywhere (as long as the content types match... hard to paste text into a movie without something in the middle...)


Pierrou(Posted 2010) [#5]
OK thanks. Now all I have to do is to learn how to use that.

(EDIT : it's working very good)


vmars316(Posted 2012) [#6]
In windows, there are clipBoard APIs
so that a program can MONITOR when there is a change to the clipBoard.
Is this true for MAX and LINUX ?
Thanks...vmars316