From: WoodHacker
Subject: Blinking Text Cursor
Date: 
Message-ID: <1130359954.229677.89430@g43g2000cwa.googlegroups.com>
Can anyone suggest an approach to adding a blinking cursor to a text
field created in CLX?

From: Alan Crowe
Subject: Re: Blinking Text Cursor
Date: 
Message-ID: <86wtjy99th.fsf@cawtech.freeserve.co.uk>
"WoodHacker" <·······@comcast.net> writes:
> Can anyone suggest an approach to adding a blinking cursor to a text
> field created in CLX?

Wrap event-case in a loop and give event case a time out at
half your blink period. Xor the cursor every time round the
loop.

Alan Crowe
Edinburgh
Scotland
From: WoodHacker
Subject: Re: Blinking Text Cursor
Date: 
Message-ID: <1130526789.060361.225290@g43g2000cwa.googlegroups.com>
Believe it or not, that was one of the ideas I had!   I just wanted to
make sure there wasn't some obvious threaded choice.   Thanks a lot.