DMW Member Licensed User Longtime User Nov 28, 2016 #1 Hello, I have recently discovered that when I get an error message and I would like to copy it the attached error message is showed in B4J. Are anyone else able to reproduce it? Thanks, Dennis Attachments B4JError.png 50.5 KB · Views: 340
Hello, I have recently discovered that when I get an error message and I would like to copy it the attached error message is showed in B4J. Are anyone else able to reproduce it? Thanks, Dennis
moster67 Expert Licensed User Longtime User Nov 28, 2016 #2 Are you using a program such a Remote Desktop or similar? If I recall correctly, Erel mentioned such programs can generate this error.
Are you using a program such a Remote Desktop or similar? If I recall correctly, Erel mentioned such programs can generate this error.
DMW Member Licensed User Longtime User Nov 28, 2016 #3 No, I just run it in a true Win 10 environment.
Erel B4X founder Staff member Licensed User Longtime User Nov 29, 2016 #4 Does it only happen when you choose Copy All? This error means that the IDE failed to open the clipboard. This usually happens when there is a different program running that is locking the clipboard.
Does it only happen when you choose Copy All? This error means that the IDE failed to open the clipboard. This usually happens when there is a different program running that is locking the clipboard.
DMW Member Licensed User Longtime User Nov 30, 2016 #5 I see, thanks for the info. It occurs when I executed the commands "Copy view to..." and "Copy all to..." but not with the commands "Copy line to...".
I see, thanks for the info. It occurs when I executed the commands "Copy view to..." and "Copy all to..." but not with the commands "Copy line to...".
Erel B4X founder Staff member Licensed User Longtime User Nov 30, 2016 #6 I've made some changes to the way the data is copied to the clipboard. It will probably fix this issue.
I've made some changes to the way the data is copied to the clipboard. It will probably fix this issue.