[squeak-dev] ExtendedClipboardInterface and ClipboardExtendedPlugin state?

Bernhard Pieber bernhard at pieber.com
Mon Dec 20 08:39:32 UTC 2021


Hi everyone,

I tried to copy a form as PNG to the clipboard like this:
ExtendedClipboardInterface current addClipboardDataConvertFormToPNG: self imageForm

This seems not to work correctly. If I paste it to TextEdit I get the binary data starting with PNG instead of the image itself. It looks as if the ClipboardExtendedPlugin is not loaded. The plugin seems to be in the current VM source (src/pugins/ClipboardExtendedPlugin), though. I am on macOS Big Sur 11.6.1.

Should this work? I tried on Squeak 3.4, 4.6 and 5.3 but the ExtendedClipboardInterface is not loaded in these images.

Cheers,
Bernhard


More information about the Squeak-dev mailing list