How is Disable copy on text box?

I want user can not paste on my text box how do that block

can not paste or can not write??

for write u can set the read only property of textbox to true so anybody cant edit it

1 Like

You Can’t Do It Automatically But You Can Manually Using A Logic

When Textbox1 Text Change Do 
If textbox1.text = getClipbordText ;
Then
Set text1.text = "";
Show Error You Cant Past Any things
1 Like

Can you show block i dont understand getclipboradtext

I mean if user write by keyboard its oke but if paste to textbox i dont want it

1 Like

blocks

2 Likes

What is the name that extension?

Extension Name Is TaifunClipbord By @Taifun

Ps: In Then Section You Have To Set Textbox1.text = ""

Screenshot_20201112-140324

Extension’s name is in the blocks.
Search for other Extensions here in the community and do this search on extension names

3 Likes

Oke thank rios

1 Like

meanwhile Kodular does have its own methods for the clipboard…



Taifun
4 Likes

Does It’s Not Need Any Extra Permissions ?

Is can use hide notif paste text box?

Code Will Be Same Just You Can Performs Your Action In Then Section

1 Like

I try use extension but always close when compile

there are built in methods available as alredy mentioned… and you should use these…
and btw. what about providing a screenshot of your relevant blocks?
Taifun

When long click on text box then copy paste not come just it i want try but dont know what component to hide that

1 Like

You can use the extension Component to Image

After user complete the text box created a image of these text box and show the image. The user can’t copy the text into the image file.

1 Like