How can I store a series of text?

Create an array of string variables. Every time the user types a message and hits enter, add it to the array. You can then read the array and add widgets to the vertical box in a loop.