iOS Question B4X SwiftButton and CSBuilder not working[solved]

omarruben

Active Member
Licensed User
Longtime User
B4X:
cs.Initialize.Color(Colors.Red).Append("abc ")
    AppendImage(cs, LoadBitmap(File.DirAssets, "Cloud Network.png"))
    cs.Append(CRLF).VerticalAlign(5dip).Append("Send Documents")
    cs.PopAll
    swbtnSendDocuments.xLBL.Text = cs

is show a text with many configurations , what to do?????
it shows something like this:

<B4ICSBuilder:abs { NSColor="UIExtendedSRGB..............

instead the text and icon
 
Last edited:

omarruben

Active Member
Licensed User
Longtime User
2021-03-10 07_18_04-Window.jpg


not working in B4i
 
Upvote 0
Top