Hi guys
I am making a program that uses a text control to move messages from one place to another. My program needs to be able to, once the message has been moved, delete what is in the textCtrl. I can go:
self.textCtrl.SetValue('')
but that leaves me with a problem as the next time i put my cursor in the text control it is one line down. It added a whole line! So i was wondering how i would combat this so that the textctrl would be reset to have nothing in it?