I need help with a code

mitedu
How would you put TextBox 1 and 2 (text) and move it into label 3 and 4

Also Label 3 and 4 are not visible

By this way

1 Like



Still nothing, I tested it in the app inventor app

Doing It over the TextBox and Label will let you know what they are holdiong now,

Live Development, Testing and Debugging

1 Like

Were you expecting the text to appear in the Designer ?

1 Like

I was expecting labels 3 and 4 to show the text from TextBox 1 and 2 once I pressed save. Anyways, I think I got it.

You are setting the visibility to false, i.e., the labels are invisible. Delete the first two setter blocks and test again (refresh the companion if you are testing it in the Companion).

1 Like

Thanks :+1:

How it would be possible when

And,

Can you please let us know how did you achieve this.

2 Likes

I changed from false to true, that's how I did it.

1 Like

You said labels should not be visible

But here, labels are visible!

Yes, that is why he changed it.

1 Like

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