Discuss Scratch

CraftedCart
Scratcher
46 posts

Clipboard Integration [SCRATCH SUGGESTION]

I think that there should be a way to access the clipboard in scratch
Blocks that could be added include:
copy [text] to clipboard::sensing
(clipboard) //category=sensing

Last edited by CraftedCart (July 13, 2014 16:56:28)

mathfreak231
Scratcher
1000+ posts

Clipboard Integration [SCRATCH SUGGESTION]

not unless the project has a “This project can access and write to your clipboard.” warning
CraftedCart
Scratcher
46 posts

Clipboard Integration [SCRATCH SUGGESTION]

mathfreak231 wrote:

not unless the project has a “This project can access and write to your clipboard.” warning
That would be a good idea
Braeden5454
Scratcher
500+ posts

Clipboard Integration [SCRATCH SUGGESTION]

CraftedCart wrote:

I think that there should be a way to access the clipboard in scratch
Blocks that could be added include:
copy [text] to clipboard::sensing
(clipboard) //category=sensing
I colord your script the right way.
Blaze349
Scratcher
1000+ posts

Clipboard Integration [SCRATCH SUGGESTION]

CraftedCart wrote:

I think that there should be a way to access the clipboard in scratch
Blocks that could be added include:
copy [text] to clipboard
(clipboard)
http://scratch.mit.edu.ezproxyberklee.flo.org/discuss/topic/41980/?page=6#post-375762
scimonster
Scratcher
1000+ posts

Clipboard Integration [SCRATCH SUGGESTION]

Blaze349 wrote:

CraftedCart wrote:

I think that there should be a way to access the clipboard in scratch
Blocks that could be added include:
copy [text] to clipboard
(clipboard)
http://scratch.mit.edu.ezproxyberklee.flo.org/discuss/topic/41980/?page=6#post-375762
Not a duplicate: This wants blocks, that wants to be able to c/p costumes, blocks, etc.
savaka
Scratcher
1000+ posts

Clipboard Integration [SCRATCH SUGGESTION]

mathfreak231 wrote:

not unless the project has a “This project can access and write to your clipboard.” warning
Yes. Your browser actually has a security feature for this too. It will pop up a dialog and you have to hit OK to give the website access to your clipboard.
Deerleg
Scratcher
1000+ posts

Clipboard Integration [SCRATCH SUGGESTION]

What's the clipboard?
CraftedCart
Scratcher
46 posts

Clipboard Integration [SCRATCH SUGGESTION]

Deerleg wrote:

What's the clipboard?

When you copy (RClick, copy / File, copy / CTRL + C), whatever you copied goes to the clipboard, which is stored on your computer
When you paste (RClick, paste / File, paste / CTRL + V), whatever was in the clipboard gets copied over to wherever you pasted
CraftedCart
Scratcher
46 posts

Clipboard Integration [SCRATCH SUGGESTION]

Braeden5454 wrote:

CraftedCart wrote:

I think that there should be a way to access the clipboard in scratch
Blocks that could be added include:
copy [text] to clipboard::sensing
(clipboard) //category=sensing
I colord your script the right way.
Thanks - I updated the original post
djdolphin
Scratcher
1000+ posts

Clipboard Integration [SCRATCH SUGGESTION]

savaka wrote:

mathfreak231 wrote:

not unless the project has a “This project can access and write to your clipboard.” warning
Yes. Your browser actually has a security feature for this too. It will pop up a dialog and you have to hit OK to give the website access to your clipboard.
That's only for the Javascript clipboard API. Scratch uses Flash.
dracae
Scratcher
1000+ posts

Clipboard Integration [SCRATCH SUGGESTION]

Can't you copy and paste into the ask block?
ask [] and wait
(answer)
AonymousGuy
Scratcher
1000+ posts

Clipboard Integration [SCRATCH SUGGESTION]

I don't know if it would be good to be able to put things on the clipboard, but I support reading from the clipboard as long as there is a warning.
CraftedCart
Scratcher
46 posts

Clipboard Integration [SCRATCH SUGGESTION]

dracae wrote:

Can't you copy and paste into the ask block?
ask [] and wait
(answer)

Well you couldn't put text in there for the user to copy
Also, if we could use a block, it would be nicer for use in projects
stickfiregames
Scratcher
1000+ posts

Clipboard Integration [SCRATCH SUGGESTION]

You can use a list viewer to allow the user to copy text. I only support the blocks if they have a warning or an option to turn them off.
BluePopCoder
Scratcher
7 posts

Clipboard Integration [SCRATCH SUGGESTION]

This function would help griffpatch with the save function on his paper minecraft. Make it easier
savaka
Scratcher
1000+ posts

Clipboard Integration [SCRATCH SUGGESTION]

djdolphin wrote:

savaka wrote:

mathfreak231 wrote:

not unless the project has a “This project can access and write to your clipboard.” warning
Yes. Your browser actually has a security feature for this too. It will pop up a dialog and you have to hit OK to give the website access to your clipboard.
That's only for the Javascript clipboard API. Scratch uses Flash.
So no browsers will pop up a dialog for Flash accessing the clipboard?
djdolphin
Scratcher
1000+ posts

Clipboard Integration [SCRATCH SUGGESTION]

savaka wrote:

djdolphin wrote:

savaka wrote:

mathfreak231 wrote:

not unless the project has a “This project can access and write to your clipboard.” warning
Yes. Your browser actually has a security feature for this too. It will pop up a dialog and you have to hit OK to give the website access to your clipboard.
That's only for the Javascript clipboard API. Scratch uses Flash.
So no browsers will pop up a dialog for Flash accessing the clipboard?
Nope.
danielhal
Scratcher
100+ posts

Clipboard Integration [SCRATCH SUGGESTION]

What's the point in this?
CraftedCart
Scratcher
46 posts

Clipboard Integration [SCRATCH SUGGESTION]

danielhal wrote:

What's the point in this?
An example could be:
A project creates a string of text as a save/load code
The project writes to the clipboard, much nicer and sleeker than displaying a list and asking the user to RClick and Export

Powered by DjangoBB