G GaNdAlF89 Active Member Licensed User Longtime User Nov 28, 2014 #1 Hi!! I have a label with long text, in which some words must be in bold style. How can I do this? Thanks!
Hi!! I have a label with long text, in which some words must be in bold style. How can I do this? Thanks!
G GaNdAlF89 Active Member Licensed User Longtime User Nov 28, 2014 #2 I solved with Richstring! B4X: Dim rs As RichString rs.Initialize(STR2) rs.Style(Typeface.STYLE_BOLD,20,26) '20-26 is the position of word I want to set in bold style Labeltxt.Text = rs Upvote 0
I solved with Richstring! B4X: Dim rs As RichString rs.Initialize(STR2) rs.Style(Typeface.STYLE_BOLD,20,26) '20-26 is the position of word I want to set in bold style Labeltxt.Text = rs
Peter Simpson Expert Licensed User Longtime User Nov 28, 2014 #3 15 minutes to get this result is good going. Last edited: Nov 28, 2014 Upvote 0
G GaNdAlF89 Active Member Licensed User Longtime User Dec 1, 2014 #4 Peter Simpson said: 15 minutes to get this result is good going. Click to expand... ?? Upvote 0
DonManfred Expert Licensed User Longtime User Dec 1, 2014 #5 GaNdAlF89 said: ?? Click to expand... He wanted to say that you did a good job finding the solution by yourself within 15 minutes... Upvote 0
GaNdAlF89 said: ?? Click to expand... He wanted to say that you did a good job finding the solution by yourself within 15 minutes...