Home » Developing U++ » Mac OS » Clipboard Usage (I am experiencing difficulties in using the clipboard on macOS.)
Clipboard Usage [message #60409] |
Thu, 04 January 2024 17:40  |
RichardMarks
Messages: 1 Registered: January 2024
|
Junior Member |
|
|
Greetings. I would like some assistance with getting clipboard usage sorted out.
My OS is macOS Sonoma 14.2.1 (23C71)
My Hardware is a 2020 M1 Mac mini.
I am using the U++ version downloaded from SourceForge: upp-posix-17045.tar.xz
I have a larger project in which I would like to copy information to the system clipboard for the user to paste into any other app.
I am getting the expected and undesired exclamation message box with the following minimal example.
#include <CtrlLib/CtrlLib.h>
GUI_APP_MAIN
{
if (!Upp::IsClipboardAvailableText())
{
Upp::Exclamation("Clipboard is not available unfortunately");
}
}
I expect that the following should return true, however, that is not the case.
Upp::IsClipboardAvailableText()
Is the implementation in U++ not compatible with newer macOS?
What are my options?
|
|
|
Goto Forum:
Current Time: Fri Apr 25 19:01:13 CEST 2025
Total time taken to generate the page: 0.00407 seconds
|