Dennis: If you get this working you will pass it along to the rest of us,
will you not?

Thanks,
George
----- Original Message -----
From: Dennis Brown <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 14, 1999 9:18 PM
Subject: Re: Cursor Shape


>Thanks for that idea...it looks workable!
>I'll see what I can do with it and let you know.
>Thanks,
>Dennis Brown
>Visit the BlindProgramming  site at
>http://brown99.home.mindspring.com
>
>
>----- Original Message -----
>From: <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Wednesday, April 14, 1999 10:22 AM
>Subject: Cursor Shape
>
>
>> Dennis, about the idea of a script to announce a "please wait" message
>> periodically while the cursor shape is hour glass,  There is a handy
>> little function I have not used yet, but which, according to the docs,
>> allows you to schedule a function to run after a certain delay called
>> ScheduleFunction.  There is also a companion UnscheduelFunction which can
>> be used to cancel a schedule which is still pending.  When the
>> CursorChanged event runs, you can set or clear a flag which controls
>> whether this periodic scheduling happens and, if the shape is hour glass,
>> it would schedule the first run of the message announcement.  The
>> function which speaks the "please wait" string would look at this flag
>> and decide whether or not to speak the string and schedule another run of
>> itself and thus continue the periodic schedule.
>>
>> Happy experimenting.
>>
>> Jim Snowbarger
>> -
>> Visit the jfw ml web page: http://jfw.cjb.net
>
>-
>Visit the jfw ml web page: http://jfw.cjb.net

-
Visit the jfw ml web page: http://jfw.cjb.net

Reply via email to