The background color is ok because if I set text in this way: lab_test.Text = "B4A TEST" then everything is ok. I only cannot see text which was received via BT bu in Log windows I see the message.
EDIT:
I found Why The message is not displayed
From another device I send string "B4A TEST" & CRLF and the aplication goes into ast_NewText two times. First it receives my string, second Time it receives "empty" string.
Why does ast_NewText even is called two times ?