Hi
I have a label as html Format widht fill all
Now I made this
doing first command, all works well br command works Together not
this
works well. So
block makes problems.
What is the reason?
By the way this works:
Horst
Hi
I have a label as html Format widht fill all
Now I made this
this
By the way this works:
Horst
Just join everything in one join block, no need to keep using variables to add parts.
perhaps the empty puzzle slots?
Bookmarks cannot be retrieved after being assigned to the tag.
Thus, after executing the statement set label1.Text = "Hi <br>"
, label1.Text is simply "Hi" (loses the <br>)
You can use the HTMLContent block to preserve html content
http://ai2.appinventor.mit.edu/reference/components/userinterface.html#Label.HTMLContent
This ist en extraction of the block which may cause the error
Its a piece for testing. To show the error
AH! Thats new for me. Thanks.