Is there any way to prevent an editbox from ever getting focus so that the user can never write to it?
I only want to use the box strictly to display text so the user can't be alowed write to it.
I did it before by keeping it disabled, and only enabling it when the program writes to it. But that turned the box grey, and changing the colour back to white seemed to crash it if I was writing to the box very quickly.
I only want to use the box strictly to display text so the user can't be alowed write to it.
I did it before by keeping it disabled, and only enabling it when the program writes to it. But that turned the box grey, and changing the colour back to white seemed to crash it if I was writing to the box very quickly.