B4J Library [class] TextFlow - Similar to B4A / B4i RichString - Erel    Dec 10, 2015   (17 reactions)   tags: Java, TextFlow This class uses JavaObject to create a TextFlow node. With a TextFlow you can display rich text with... B4i Library [class] RichString - Erel    Oct 22, 2020   (4 reactions) /basic4android/images/SS-2014-12-24_16.08.56.png
The RichString class uses NativeObject to create attributed strings. Similar to B4A RichString library.
For example the text above is created... B4A Library RichString library. - agraham    Jan 5, 2017   (9 reactions)   tags: rich string format This library contains RichString and RichStringBuilder objects. These objects are analogous to the normal String and StringBuilder. However RichStrings can contain formatting information... B4A Code Snippet Combining a Fontawesome Icon And Text on a View Using Richstring - Mahares    Feb 9, 2017   (2 reactions) write the following snippet combining a FontAwesome Icon, text and Richstring to put text on a label... FontAwesomeIconsWithRichString(HexCode As String, Text As String, IconRelativeSize As Float) As RichString
Dim... B4A Question xCustomListView with RichString - Rusty    Oct 22, 2019 Can one create a view within an xCustomListView that contains richstrings?
If so, How might this be done?
Thanks,
Rusty... B4A Library ListView supporting RichStrings - specci48    Apr 7, 2012   (3 reactions) as text or RichStrings for more color and formats.
specci48... Bug? [Lib RichString] - McAfee Security. - T201016 (first post)    Apr 23, 2018 This is not a bug. There is no virus in RichString library. The source code is available in the forum.
Yes. I checked the source for the virus, I noticed it only when the alert is displayed only when the Internet is active (enabled). I have yet to get to the root cause in which McAfee perceives... B4i Library [class] SearchView - Erel    Feb 1, 2016   (6 reactions) This class is similar to B4A SearchView class. It allows the user to filter a list of items based on a term (prefix matches first followed by other matches). It uses the new RichString class to highlight the matching terms. Note that the scrolling and filtering performance in release mode are very good. It can be a bit jumpy in debug mode. 8SrYXQirXHY New version of SearchView is now available. It is implemented as a custom view. It also properly handles the keyboard state.... B4i Question Multiline label, strikethrough not working with richstring - kstainsb (first post)    Jul 17, 2017   (1 reaction) Hi Erel. Yes, changing to CSBuilder fixed it! Thanks,... B4J Question TextArea with RichString(html) support? - Erel (first post)    Jan 22, 2017 Check this library: https://www.b4x.com/android/forum/threads/custom-view-richviewfx-codearea.62823/... Page: 1   2   3   |