kitavalf
(Valf)
November 12, 2020, 1:54am
#1
I want user can not paste on my text box how do that block
iamwsumit
(Sumit Kumar)
November 12, 2020, 2:51am
#2
can not paste or can not write??
iamwsumit
(Sumit Kumar)
November 12, 2020, 2:52am
#3
for write u can set the read only property of textbox to true so anybody cant edit it
1 Like
Srrazmi
(Web And App Developer)
November 12, 2020, 4:42am
#4
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
kitavalf
(Valf)
November 12, 2020, 6:57am
#5
Can you show block i dont understand getclipboradtext
kitavalf
(Valf)
November 12, 2020, 6:59am
#6
I mean if user write by keyboard its oke but if paste to textbox i dont want it
1 Like
kitavalf
(Valf)
November 12, 2020, 5:00pm
#8
What is the name that extension?
Srrazmi
(Web And App Developer)
November 12, 2020, 5:04pm
#9
Extension Name Is TaifunClipbord By @Taifun
Ps: In Then Section You Have To Set Textbox1.text = ""
Rogerio_Rios
(Professional Support)
November 12, 2020, 5:04pm
#10
kitavalf:
the name that extension?
Extension’s name is in the blocks.
Search for other Extensions here in the community and do this search on extension names
3 Likes
Taifun
November 12, 2020, 5:23pm
#12
meanwhile Kodular does have its own methods for the clipboard…
Taifun
4 Likes
Srrazmi
(Web And App Developer)
November 12, 2020, 5:26pm
#13
Does It’s Not Need Any Extra Permissions ?
kitavalf
(Valf)
November 13, 2020, 1:30pm
#14
Is can use hide notif paste text box?
Srrazmi
(Web And App Developer)
November 13, 2020, 1:33pm
#15
Code Will Be Same Just You Can Performs Your Action In Then Section
1 Like
kitavalf
(Valf)
November 14, 2020, 12:22am
#16
I try use extension but always close when compile
Taifun
November 14, 2020, 2:18am
#17
kitavalf:
I try use extension
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
kitavalf
(Valf)
November 14, 2020, 9:36am
#18
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
Extension ComponentToImage
[image]
1.About
Using this extension you can convert any view/component to image and save it to storage.
The image will be created as per the components same width and height.
You can convert Layout, Buttons, Labels …etc
Any change on the component, eg: Round corners will also reflect in image
Note: The component should be visible
I created it as per the request and idea from @Angelo_Angius
[image]
First one is the label and the second one is the converted imag…
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