text

  1. Penguin

    iOS Question Make Label Text selectable

    Is it possible to make text in a label selectable with a long press, so that the user can copy it?
  2. M

    iOS Question Navbar like Whatsapp

    Hi! I'm trying to understand the various part that make up the navigation between pages in B4i, and the various options. How can I have a nav bar like this: With custom icon and Text (and eventually the notification dot). It's a acutal navbar, or a panel with button inside? (i ask this...
  3. Eric McDonald

    Android Question Using Searchview to capture String

    Hello all, Fairly new to B4A, so this may be a simple question... but it's got me stumped. I am using a SearchView as found in the SearchViewExample (found on the forum). However, I am having difficulty implementing it into my own code. What I wish to do is take the selected text (from the...
  4. D

    iOS Question Add outline to text

    How can I add an outline to the label text? I found the answer in swift: https://stackoverflow.com/questions/40575408/outline-uilabel-text-in-uilabel-subclass http://mabdev.com/2016/06/09/how-to-outline-your-uilabel-uibutton/
  5. R

    B4J Question B4J PDF To Text?

    I would like to extract text raw from a PFD. I have looked briefly at the jPDFjet library but it seems like a heavyweight option aimed primarily at the finer points of PDF authoring rather than engineering in the opposite direction. Is there a simpler option I have missed? Any suggestions?
  6. Ahmet KOÇ

    B4R Question How to combine variables and text ?

    I have tried many methods. "dddd" variable, "ddddd" + variable, "ddddd" .variable ... how do I combine a string variable with text in an application.
  7. W

    German CamEx2 Zeitstempel und Copyright

    Hallo Ich suche jetzt schon zwei Tage wie man in einen CamEx2 Film ein Copyright und einen Zeitstempel einfügen kann. Voer einer Woche habe ich irgendwo so eine Activity gesehen mit vier Bildern und einem bewegten Smiley drin. Ich kann das aber nicht mehr finden. Kann mir jemand ein Tipp geben...
  8. Multiverse app

    Android Tutorial Creating custom Text Selection actions with ACTION_PROCESS_TEXT

    Android 6.0 Marshmallow introduced a new floating text selection toolbar, which brings the standard text selection actions, like cut, copy, and pastes, closer to the text you’ve selected. Even better though is the new ACTION_PROCESS_TEXT which makes it possible for any app to add custom actions...
  9. rleiman

    Android Question [SOLVED] Displaying the body text in a notification.

    Hi Everyone, Can you check my coding and let me know where I made mistakes? I'm trying to display some text in the body area of SetInfo. In the example, the text "This is my app name." is being displayed in both the "Title" and the "Body" area of the notification when I drag down the...
  10. K

    Android Question button with icon and text at bottom

    Hii, I have to design button with icon or image at center and then text at bottom of icon. How to do this?
  11. K

    Android Question pdf clickable text

    Hii Experts, I want to add link in pdf, on click the link open website. I'm currently using Printing libs. pdf.Canvas.DrawText("www.abcd.com",mleft,mtop,font,fontsize,Colors.Blue,"LEFT")
  12. Multiverse app

    Android Question Add text to image

    Hi, I want a library that would allow users to add text over images like this- http://innov8tiv.com/wp-content/uploads/2015/04/add-text-to-image-4-500x400.jpg I know a library exists in B4A, but can't find it right now. Can anyone point me in the right direction? Thank you.
Top