Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous message
RichardMarks is currently offline  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?
 
Read Message
Read Message
Previous Topic: Undefined symbols for architecture arm64
Next Topic: Error building upp on Ventura
Goto Forum:
  


Current Time: Wed May 29 09:47:08 CEST 2024

Total time taken to generate the page: 0.01494 seconds