View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003477 | NoesisGUI | C++ SDK | public | 2024-07-09 11:00 | 2024-07-10 11:43 |
| Reporter | Simon. | Assigned To | jsantos | ||
| Priority | normal | Severity | feature | ||
| Status | assigned | Resolution | open | ||
| Product Version | 3.2 | ||||
| Summary | 0003477: Expose Clipboard API | ||||
| Description | I was wondering if there is any reason the Noesis clipboard API (Clipboard::Set & Clipboard::Get) is not exposed, since these two functions do not have the | ||||
| Platform | Any | ||||
|
Clipboard.h is a private header (it is not included in the standard Include folder) and it is not supposed to be used externally. You can copy the implementation for now, we have plans to expose callbacks to implement clipboard externally, using IntegrationAPI.h Why would you need to use our implementation of clipboard Get and Set? |
|
Mostly because we want to build some UI components that need to utilize the clipboard as well, and we currently do not have a custom clipboard implementation available. I will follow your advice and copy the clipboard implementation for now. |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2024-07-09 11:00 | Simon. | New Issue | |
| 2024-07-09 11:00 | Simon. | Tag Attached: C++ | |
| 2024-07-09 18:36 | jsantos | Assigned To | => jsantos |
| 2024-07-09 18:36 | jsantos | Status | new => assigned |
| 2024-07-09 18:39 | jsantos | Note Added: 0009777 | |
| 2024-07-09 18:39 | jsantos | Status | assigned => feedback |
| 2024-07-10 11:43 | Simon. | Note Added: 0009786 | |
| 2024-07-10 11:43 | Simon. | Status | feedback => assigned |