How do I put sublime app in mit app inventor ? can someone help me here?

Search for the word editor on this page App Inventor Extensions | Pura Vida Apps

You could try using the w3schools code editor

There are other online html editors...

I have a problem with the textbox in the code. How can I put these codes in the text with their proper spacing? Like this in the picture.


set Textbox. multiLine to true?

thank you

how sir ?

hi, maybe there is a misunderstanding, in the blocks you use what seem to be "labels", while in the question text you use the term TextBox which refers to another component, and the answer received refers precisely to the latter. If so, you will find the option to check in the properties. If instead you are referring to a "label" and you want to interpret the Html code, you must check, always in the "HtmlFormat" property, if instead you want to show the text as it is, add spaces and go to a new line with \n.

1 Like

Use a monospace font in the Designer attributes of the textbox to get proper indentation.

Go back and check that the text blocks that you thought held a space character do not have zero length. Click inside the text block to edit it, and see if you can wiggle the cursor around the space character.

Ok sir. Copy

hello sir. how to put multiple lines in text string ?

Separate them with \n

If that does not work, try <br>

1 Like

Are you talking about TextBox or Label?

can you give an example sir ?

Look at the refresh procedure, that loads a list picker Elements, and presents the Elements as multiline text in the List Picker Text.

i dont know how to sir . that isy only problem oh how to do some multiline in text string in the blocks.

Merged your topics since they seem to be related.

can you help me sir with my problem ?

This already has been answered here

Taifun

1 Like

hellow sir . yes i know but idont know how to put it . can you giv me an example in the block on how to slip text sir ?

Set Label1.Text to 1\n2\n3 results in

1
2
3

Test it in the companion app and

Taifun