Alexander Stolte Expert Licensed User Longtime User Dec 22, 2022 #1 When I click on "copy" in a function in a code comment, this error comes up. The same error occurs when I try to copy an icon in Designer. B4X: [IDE message - 1:31:16] An error occurred. OpenClipboard fehlgeschlagen (Ausnahme von HRESULT: 0x800401D0 (CLIPBRD_E_CANT_OPEN)) But if I copy a line in the log, then no error comes and it works.
When I click on "copy" in a function in a code comment, this error comes up. The same error occurs when I try to copy an icon in Designer. B4X: [IDE message - 1:31:16] An error occurred. OpenClipboard fehlgeschlagen (Ausnahme von HRESULT: 0x800401D0 (CLIPBRD_E_CANT_OPEN)) But if I copy a line in the log, then no error comes and it works.
mcqueccu Well-Known Member Licensed User Longtime User Dec 22, 2022 #2 Sometimes it happens to me, but when you paste, whatever you copied will come. The clipboard maybe locked to another process or program
Sometimes it happens to me, but when you paste, whatever you copied will come. The clipboard maybe locked to another process or program
Alexander Stolte Expert Licensed User Longtime User Dec 22, 2022 #3 mcqueccu said: The clipboard maybe locked to another process or program Click to expand... The question is, even if it is locked by another program, why doesn't the message appear in the log window?
mcqueccu said: The clipboard maybe locked to another process or program Click to expand... The question is, even if it is locked by another program, why doesn't the message appear in the log window?
Erel B4X founder Staff member Licensed User Longtime User Dec 22, 2022 #4 This error appears when another program locks the clipboard. Remote desktop apps for example. Alexander Stolte said: But if I copy a line in the log, then no error comes and it works. Click to expand... No explanation for this however normally you shouldn't get any error. Look for another app that is running and interfering with the clipboard.
This error appears when another program locks the clipboard. Remote desktop apps for example. Alexander Stolte said: But if I copy a line in the log, then no error comes and it works. Click to expand... No explanation for this however normally you shouldn't get any error. Look for another app that is running and interfering with the clipboard.