Generator with 2-3 rows of text

I’d like to make a random phrase generator, using sentence fragments that are 1-9 words long. The longer fragments do not wrap, so just the first 3 or so words appear in the generator. I’ve tried to Join button, putting the first part of the sentence in line 1, the second part in line 2- but in the app, only the top line appears.

The link is here:
https://x.thunkable.com/copy/3444bf39bca495bfe7e9ef8fdce0ee61

thanks! Laurie

Try This.

2 Likes

thanks, I’ll give it a shot!

1 Like

Also you don’t need the join box… all it does is join the 2 words into one… so simply just have another text box with TOP BOTTOM or 2 separate ones for those if you want them separate.

it works for me - because i resized the width of label1 to be shorter but i increased the vertical height - it forces the extra words to wrap:
image

or you can always force a line break using this method (see ‘top bottom’)

1 Like

Sorry i miss understood the initial question. Why don’t you resize your label?

Resizing the label did the trick, I apologize for writing the question so obtusely! Thanks so much everyone!

2 Likes

No worries… there’s also an option on the label to set it to “fit the contents”. So it will automatically resize according to the length of the text.

thank you!

2 Likes

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