[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

Re: [XaraXtreme-dev] RE: [XaraXtreme-commits] Commit Complete





--On 17 May 2006 14:37 +0100 Gerry Iles <GerryI@xxxxxxxx> wrote:

Your fix for this is fine for normal typing but it is still very slow
when using delete or backspace (the rendering doesn't keep up).  Also,
shift and cursor to select characters behaves very oddly with big pauses
in the auto-repeat.  I suppose these could be issues with the key
handling.  Does it handle delete and backspace differently to other
keys?  Does it do anything strange when shift is down?

These could be issues only in debug builds but as autorepeat typing
keeps up, I would expect delete and selection to keep up too...

Can you ensure you have the idle fix in too? Also see if non-trivial
amounts of debugging are going out. The cause of the problem was
in progbar.cpp - search for wxMilliSleep and put a breakpoint on it.
If it's being hit while typing (or deleting) something is seriously
wrong.

Alex