Can a label hold text from the past from my arduino?

The TextBox must be under the label. Then fill in the label with the data.

yes thats what the i had. The text box is below the 'data shown here', 'data shown here' is a label

Okay, I got it. Once focused, the TextBox no longer takes over the next focus. Place a second identical TextBox outside of the Scroll Arrangement. Then add RequestFocus for the second textBox.

aye it seems to work now! thanks. Ill put it through a few tests :wink:

oh i must of already found a issue. ill take a look at it , but wen i 'switch screens' (make things visible and unvisible) it breaks it.

What exactly breaks down? Not enough information.

The only big downside to this solution is if you have another TextBox on your screen where you type text. This will prevent you from typing text as the focus will switch to the invisible TextBox. Then you have to use the extension to scroll through the label. My extension specializes in label.

fixed stuff in my blocks modifying the output, looks all good now! thank you!