Hello eudora 3.05 users;

Here is the fix to stop eudora from speaking the first line of the message
before the subject when you open the message.  I would hope HJ would put
this simple fix in the final version of 3.31.   I am sending a copy of this
post to the  address in Wilson Craig's post.

Here is what to do.

1 While in eudora press insert+0 to open the script manager.

2 Press control + L to pring up the list of scripts.

3 press F and arrow down until you hear focus change event

4 press enter to get to the function.

5 Arrow down about 18 times until you hear      CaretVisible ()

6 make the next  8 lines look like this.
If GetEudoraVersion () >= 4 then  ;added 5/13/99 DCM
        If (GetControlID (PrevWindow) != ID_Bcc) then
        SayString (GetWindowName (GetRealWindow (GetCurrentWindow ()))) ;added
5/11/99 JCP
        SayLine () 
        EndIf
EndIf ;end of version added 5/13/99 DCM
EndIf
If (GetControlID (GetCurrentWindow ()) ==       ID_Find_Edit) then

7 Press control + S to compile the script file. 

Best regards,

Dave Maynard


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

Reply via email to