I think this has been a problem in the past, but I’ve never seen it until now.
I’m trying to set the picture property of the clipboard to a Xojo Picture. Works well on Mac.
Works on Windows unless there is already something on the clipboard.
Can anyone else replicate this?
Is it a known issue?
Is there a workaround?
One problem on Windows is that you may have different type of images in the clipboard.
It could be a bitmap, a DIB, a JPEFG or one of the other formats.
It looks like setting clipboard properties first clears the clipboard on Mac but doesn’t clear it on Windows. Probably not odd, just a different implementation.