B4A Question Clipboard library - jcmartini    May 18, 2021 Hello,
i seems that the"Clipboard" library does not take in account "newline" and "carriage return" in the text to be copied. B4A Question What library is needed to copy the contents of a string to the clipboard. - mcqueccu (first post)    Jun 14, 2021   (2 reactions) Clipboard
https://www.b4x.-library.7382/ Tool My contributions to the community - hatzisn    Oct 15, 2024   (20 reactions) My Creations with B4X IDEs Hybrid (Windows - Linux - Mac with Android & iOS support) DHQI AI Code - Integrade ChatGPT in B4X IDEs and all IDEs. Also Integrade it in word processors and E-mail programs DHQI Scanner Companion - Use your phone as a completely integraded scanner for your shop Experim B4A Code Snippet EditText Utils - klaus    May 21, 2024   (19 reactions) Needs the Clipboard library. Dim clip As BClipboard can be moved from the routine to Globals. 'Copies the selected text from the given EditText view to the Clipboard Sub CopyToClipboard(edt As EditText) Dim txt As String Dim i1, i2 As Int Dim clip As BClipboard Dim jo = edt As JavaOb B4A Question Clipboard library on Android 10 - KZero (first post)    Mar 05, 2020   (1 reaction) it's working. B4A Question Android Clipboard - fransvlaarhoven (first post)    Aug 23, 2021   (1 reaction) Thanks for the answer.
it seems that changing owner from activity to process in the XML-file of the library also works:
<name>b4a.util.BClipboard</name>
<shortname>BClipboard</shortname>
<owner>process</owner>
this way one can use the standard library also in a service m B4A Question Clear Clipboard - Source code - teddybear (first post)    Oct 03, 2024   (1 reaction) Why not use the library Clipboard? it has clrText ,setText methods etc.
or
Public Sub ClrText() As Boolean
Dim ctx,jo=Me As JavaObject
jo.RunMethod("SetTextToClipboard", Array As Object(Null, ctx.InitializeContext))
End Sub B4A Class Clipboard Class - hatzisn    Aug 01, 2018   (14 reactions) Hi everyone, I finally completed my clipboard class. With it you can copy and paste plain text in your android app. Have fun. Cheers CLPB Methods: ClipboardHasText As Boolean GetText As String Initialize () SetText (txt As String) As Boolean B4A Question Clipboard Image - Shahabg    Jan 23, 2015 Hi
The Clipboard library has only methods for text. Is there any other library for images in clipboard?
this is the clipboard library for text
https://www.b4x.-library.7382/#post-115431
thanks B4A Code Snippet [B4X] YouTube Streaming Library - Sergio Haurat    Jun 23, 2024   (5 reactions) "recordingStatus": "recorded", "madeForKids": false, "selfDeclaredMadeForKids": false }, "contentDetails": { "boundStreamId": "JXh-TMEuZbsmPTHzWp-fxw1684655197397122", "boundStreamLastUpdateTimeMs": "2024-03-02T19:55:04Z", "monitorStream": { Page: 1   2   3   4   5   6   7   Powered by ColBERT |