On Wed, Oct 31, 2012 at 7:48 AM, Thierry <thierry.brizzi@gmail.com> wrote:
Hi,
I'm experiencing a weird problem with the flashing caret displayed in a
TextCtrl.
After clicking in a TextCtrl, the caret is indented to the right. But when
starting typing, the text is entered at the selected position.
Has anybody encountered this kind of problem ?
Yes, I have seen the problem for a long long long long time in Editra
when I use it on Windows (never seen issue on other operating systems,
or on any of the other 100s of wx applications I have written). Have
tried debugging it many times, others have tried to help me debug it,
and I am still to this date defeated on this one.
I've not noticed this kind of problem until the use of "AuiManager" in my
applications.
Have you also notice this ?
Its quite possible, that is probably about the only thing (due to
complexity) that I haven't tried taking out to see if the issue goes
away.
It was hard to date the problem to a change in my case because I
hardly ever used Windows in the early stages of the project and never
saw the problem on other systems. On Windows however the cursor seems
to bounce from about the middle of any of the TextCtrl's in the
application to the insertion point while typing.
Cody
···
On Wed, Oct 31, 2012 at 9:25 AM, Thierry <thierry.brizzi@gmail.com> wrote:
In my application, I’ve got a class inheriting from Editra’s class called “EdEditorView”. The caret doesn’t move anymore when the following line is commented :