FontItalic as one of word in TextBox - how can I change

Hi, I'm having problem while transferring text from a textbox to another. Each of them moves, but I want the text from the third box after clicked to be in italic. The rest of the text is just 'tytuł'. It's probably simple, but I'm still learning.

Welcome Karol.

Not possible. Something similar is possible using a Label App Inventor Code Snippets | Pura Vida Apps

TextBoxes can use italics if set using the Designer. All the text must be in italics. You cannot pick or choose particular words in the TextBox to italicize. Also, you can only set italics using the Designer TextBox Property by checking Fontitalic .

Hello Karol

Use a Label and the text can use basic HTML code:
ItalicsExample.aia (2.6 KB)

Snap1

ItalicsExample2.aia (2.8 KB)

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.