I'm attempting to create my own message window that will appear when a
text box is full. I have script in the "full" section of the text box
that makes the presence of the image and a few text boxes visible when
full. In design view, I have placed the image on top of the text box.
However, during testing, when the text box is full, the image appears
but the text from the text box below also appears on top of the image. I
have tried to setFocus to the image as well, but this didn't help.
What's o...