
Signature
Greetings from Bavaria, Germany
Helmut Weber, MVP WordVBA
Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"
Helmut,
The cursor blink rate is normal until something happens (see next paragraph)
then the cursor procedes to blink rapidly for as much as 1.75 minutes then
goes back to the original normal blink rate. When the cursor blinks rapidly,
it appears solid with rapid and apparently inconsistent blinks off (as with
the spellchecker running).
This happens when: You change from the Word window and back, when something
is typed *and* the cursor is moved, when you backspace to delete.
This does not happen when you type something but do not move the cursor, it
does not happen when you move the corsor if you have not typed something, it
stops when you save.
Turning off spell and grammar checking helped as did clearing the "Label
text with smart tags" tickbox (tools>autocorrect options Smart Tags tab).
Turning off "Allow background saves" had no apparent effect.
It seems like it's checking something. Will that change the blink rate? Or
is the screen update causing the cursor to blink? This doesn't stop (for a
long time) when the spell ad grammar checking is on.
Thanks,
George Riley
> Hi George,
>
[quoted text clipped - 15 lines]
> SetCaretBlinkTime (500) ' half a second is a common value
> End Sub
JoAnn Paules [MVP] - 30 Jul 2006 14:56 GMT
Are you using the default cursor or some sort of variation downloaded from
the web?

Signature
JoAnn Paules
MVP Microsoft [Publisher]
> Helmut,
>
[quoted text clipped - 49 lines]
>> SetCaretBlinkTime (500) ' half a second is a common value
>> End Sub
George Riley - 30 Jul 2006 20:28 GMT
JoAnn,
I'm just using the default cursor.
George
> Are you using the default cursor or some sort of variation downloaded from
> the web?
[quoted text clipped - 52 lines]
> >> SetCaretBlinkTime (500) ' half a second is a common value
> >> End Sub
Klaus Linke - 31 Jul 2006 18:48 GMT
> This happens when: You change from the Word window and back,
That would be pretty normal (since, if the document is large, Word needs to
swap it back into memory, which takes time and ressources).
> when something is typed *and* the cursor is moved, when you
> backspace to delete.
Do you have any add-ins loaded that might do something in the background?
You see COM-Add-Ins in the Help menu > Info > System Info > Office > Word >
COM-Add-Ins
Another thing that might help a bit would be to work in Normal view and to
turn off background pagination (Tools > Options > General).
Regards,
Klaus