Allows you to manage clipboard data- copy text to clipboard or get current clipboard text
Please update plugin for this request. construct.net/en/forum/construct-3/plugin-sdk-10/third-party-addon-changes-156802
The plugins and examples have been updated.
Hi, thanks for reminding me. I have updated my other plugins. Yes I have yet to update this plugin. Thanks
It would be great if this plugin worked with Worker mode which is now the default for all C3 projects.
Yes you are right. Worker mode is now also available on Android from now on. I am updating all my other plugins too.
However this will mean you won't be able to open your older c3p projects. So I am trying to make a tool that will convert your c3p project from no-worker to yes-worker mode for my plugins.
After that you will also be able to open your older c3p projects.
Currently, with worker mode off as instructed, testing in preview the type 1 action is not working at all. Type 2 works in preview, but not in final HTML5 export.
Hi, I just tested, and it is working on my end. You might have some errors. Can you try opening the Developer Tools > Console, (press F12 or Ctrl+Shift+J)
Then check for any errors, and send screenshots if you find some.
Tested again with complete fresh project, r293.3 stable. No errors in console for the type 1 in preview not working. Exported the fresh project to html5 to test with type 2, also no errors in console. Weird!
Currently does not work on mobile phones.
Hi, [Type 2] actions doesn't work on mobile. Try using [Type 1]
It's described here- bit.ly/3JcssJ3
I can't get this to work. I tried turning off worker mode. Anything else I can try?
Does the Example c3p not work for you?
Can you share your c3p?
imgur.com/hqwf5wz
This is the code I am using where forClipboard is a string. Worker Mode is set to "no". Not sure what else to try?
Yes, that works but it doesn't work when I do the same thing in my game :/
Hello, this plugin looks very useful, unfortunately it doesn't work in my configurations (although based on workers). What is the compatibility matrix? Any chances it is extended in the future? Thanks!
Sorry didn't get you. Can you explain what your "configurations" are?
Hi, do it able to copy specify text instead of whole text?
For example: Adidas 10PercentOFF
Copy "10PercentOFF" without copying Adidas
Something like this can work: set Copy to Clipboard as: replace(InputCopy.Text, "adidas", ""). This will replace "adidas" with "", i.e., an empty string
Hi Sparsha!it works for me :D Thank you so much!
Hi, you can use the System expressions such as find or replace and then compare your Text or something according to your requirements. You will find them under the "Text" group in System expression list.