how to put sublime app in mit app inventor ? can someone help me here ?
what's this?
how import sublime text app in mit inventor ?
do your mean source code in Java? i don't think it's possible.
yes sir . can you give me an example on how to ?
as i said not possible to inport java source code to app inventor blocks.
You need to make your blocks manually.
maybe show us your source code first.
for now i have no code for that
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.
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>
Are you talking about TextBox or Label?