Harris Expert Licensed User Longtime User Jan 12, 2021 #1 B4X: cbdate = "{B}{I}{C:#FF0000}"&DateTime.Date(crdate)&"{/B}{/I}" With inline formatting of a ABMLabel - setting the text color, is it possible to set the background color? {C:#FF0000} From this: To This: (Back Color) Thanks
B4X: cbdate = "{B}{I}{C:#FF0000}"&DateTime.Date(crdate)&"{/B}{/I}" With inline formatting of a ABMLabel - setting the text color, is it possible to set the background color? {C:#FF0000} From this: To This: (Back Color) Thanks
alwaysbusy Expert Licensed User Longtime User Jan 12, 2021 #2 You can use the {ST} for this (ST stands for 'Style': B4X: Dim s as String = "begin {ST:background-color:black;color:white}TEST{/ST} and end" Alwaysbusy Upvote 0
You can use the {ST} for this (ST stands for 'Style': B4X: Dim s as String = "begin {ST:background-color:black;color:white}TEST{/ST} and end" Alwaysbusy
Harris Expert Licensed User Longtime User Jan 12, 2021 #3 That's a new one... Shall try. alwaysbusy said: Dim s as String = "begin {ST:background-color:black;color:white}TEST{/ST} and end" Click to expand... The "s" doesn't make much sense, but let us see... Upvote 0
That's a new one... Shall try. alwaysbusy said: Dim s as String = "begin {ST:background-color:black;color:white}TEST{/ST} and end" Click to expand... The "s" doesn't make much sense, but let us see...