AddTextAreaText and focus

BlitzMax Forums/BlitzMax GUI Programming/AddTextAreaText and focus

I have two TextAreas in tabs within a window, one hidden when the other is visible. When I AddTextAreaText to one, it always has the following behavior:

- jumps to the bottom of the window regardless of where you are scrolled to in the backscroll

- pops the TextArea to the front (eg, does a "ShowGadget" implicitly).

How do I make it not have this behavior?