How do I make 2 textboxes appear side by side?

I want to create a puzzle where the user can input a number into two textBox in orther to perform computation bit when I drag another textBox it shows up underneath the previous one. Please view the below attachment for further details.

Use a horizontal arrangement. Place the two labels inside this.

I'm not sure I quite follow. Let me see if I got this right so I did what you said and here is the result, I'm not sure if I'm missing something.

1 Like

The Horizontal Arrangement has to be dragged out of the Arrangements pallette, on the left, under the GUI components pallette.

1 Like

now how do I collect the user's input from the textBox to perform the desired operation? Take a look at my logic and see if changes are needed?
Anticipating thanks

Search the Gallery for 'calculator'.

1 Like

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