B4J Question IDE copy/paste issue

Drago Bratko

Active Member
Licensed User
Longtime User
I'm getting this error very often, when I try to copy/paste some code to B4j IDE (same also to B4A IDE).

Untitled.png


I do copy code from same project and paste it in same project. Using Ctrl+C and Ctrl+V.
Using latest versions of IDE. OS is Windows 10, 64bit.
Any ideas why that would happened.
 
Solution
This error happens when the IDE fails to access the clipboard. It can be related to other software running such as remote desktop or all kinds of sophisticated clipboard managers.

Drago Bratko

Active Member
Licensed User
Longtime User
No, I didn't use fx.clipboard in the app. This is happening in between, in development phase without (and with) running app.
 
Upvote 0

Drago Bratko

Active Member
Licensed User
Longtime User
Just for the record, indeed, the problem in my case was using B4X IDE in the same time when I had opened (and minimized) RDP session. Closing RDP session and no problems with copy/paste inside B4X IDE.
Funny is that copy/paste issue is not happening in using (for example) RDP minimized and working in VS Code.
 
Upvote 0
Top