Hello!
I'm currently working on project that requires a console like
operation, where input comes from one wxTextCtrl area and a
wx.TE_READONLY formatted wx.TextCtrl is used for output. Trouble is I
need to remove any possible user intervention in the output TextCtrl
itself, because if I click anywhere in the output area the next output
from wxWriteText will simply dump itself where the cursor was placed.
Is it perhaps that I am using the incorrect class for this type of
operation, or is there a workaround? I mean I don't mind having the
ability to highlight the console text for copy/paste purposes, but the
cursor changing the insertion point is doing my head in.
Thanks in advance for any advice.
Alexander.