Hello Muhammad,

That'd have to go to the Support staff, if those two commented lines didn't
stop the message.  I recall that someone else had this same problem a few
days ago, if I'm not mistaken

Thanks,
Dennis Brown, [EMAIL PROTECTED]
DB Tech!  770-465-9621
Visit the Blind Programming site at http://www.BlindProgramming.com
To join the discussion, send blank message to
[EMAIL PROTECTED]

----- Original Message -----
From: Muhammad Fazil <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, October 02, 1999 1:51 PM
Subject: Re: DeleteMessageWorkAroundInBeta.


> hi Dennis,
> Thanks for your help as usual.  I followed the instructions and put a
> semicolon  before 2 identical lines, I.E
> Say(msg_DeleteMessage, ot_message)
> and then hit Control-s to compile, it compiled all right, and I hit alt-f4
> to close it.  Then I exited from OE and came back to it.  Contrary  to my
> expectations, it was still saying, "message deleted."  Did I miss
something
> here?
>
> ----- Original Message -----
> From: Dennis Brown <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, October 02, 1999 2:57 PM
> Subject: Re: DeleteMessageWorkAroundInBeta.
>
>
> > Hello Muhammad,
> > What if you hit Insert+0 while in Outlook, then hit Control+L to list
the
> > scripts, and hit "D" to get to the DeleteMessage script, and whack
Enter.
> > Arrow down to the following line and put a semicolon in front of it.
>  Say(msg_DeleteMessage, ot_message)
> > Arrow down a little further and do the same when you come to the second
> > occurrence of that line.  Both lines should look like the following:
> > ;  Say(msg_DeleteMessage, ot_message)
> >
> > Hit Control+S to compile the modifications, then hit Alt+F4 to exit the
> > Script Editor.
> > Alt+Tab out of, then back into OE and try deleting a message and see if
> the
> > message still exists.
> >
> >
> > Thanks,
> > Dennis Brown, [EMAIL PROTECTED]
> > DB Tech!  770-465-9621
> > Visit the Blind Programming site at http://www.BlindProgramming.com
> > To join the discussion, send blank message to
> > [EMAIL PROTECTED]
> >
> >
> >
> >
> > ----- Original Message -----
> > From: Muhammad Fazil <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Saturday, October 02, 1999 10:49 AM
> > Subject: Re: DeleteMessageWorkAroundInBeta.
> >
> >
> > > When I delete a message from the message list by hitting the
delete-key,
> > jfw
> > > beta says, "message deleted."  It wasn't the case with jfw33, it would
> not
> > > say this, it would just speak the next message having deleted the
> previous
> > > 1.  Is there anyway that I can have jfw beta not say, "message
deleted,"
> > > just like jfw33?
> > > ----- Original Message -----
> > > From: Dennis Brown <[EMAIL PROTECTED]>
> > > To: JFW List <[EMAIL PROTECTED]>
> > > Sent: Saturday, October 02, 1999 12:01 PM
> > > Subject: DeleteMessageWorkAroundInBeta.
> > >
> > >
> > > >
> > > > Here is a temporary workaround for the bug in the 3.31 beta that has
> JFW
> > > > reading the deleted message, rather than the new message.
> > > > 1)  While in Outlook Express, hit Insert+0 to launch the Script
> Manager.
> > > > 2)  Hit Control+End to reach the bottom of this script file and hit
> > Enter
> > > to
> > > > give yourself some work space.
> > > > 3)  Cut and paste, (or just type in), the following script:
> > > >
> > > > ; Temporary workaround for DeleteMessage problem.
> > > > script DeleteWorkAround()
> > > > StopSpeech()  ; used to silence speech.
> > > > SpeechOff()  ; don't want speech during process.
> > > > {Escape}  ; Move back to Message List.
> > > > Pause()  ; give screen time to settle down.
> > > > {Control+D}  ; Issue delete message script.
> > > > Pause()  ; give screen time to settle down.
> > > > {Enter}  ; Move into next message.
> > > > SpeechOn()  ; Turn on speech again.
> > > > EndScript
> > > >
> > > > 4)  Hit Control+S to compile.
> > > > 5)  While in this script, hit Control+d to edit it's properties.
> > > > 6)  Tab to Synopsis: field and enter "DeleteMessage workaround",
then
> > Tab
> > > to
> > > > the Assign Hotkey: field and hit Control+D.
> > > > You'll be given a warning that the Control+D is already assigned.
Hit
> > Tab
> > > > and whack Enter on Ok.
> > > > Tab to Ok and whack Enter to leave the Properties dialog.
> > > >
> > > > 7) Hit Alt+F4 to exit Script Manager.
> > > >
> > > > You may need to Alt+Tab out of, then back into the Outlook Express
to
> > get
> > > > the new script active.
> > > >
> > > >
> > > > Thanks,
> > > > Dennis Brown, [EMAIL PROTECTED]
> > > > DB Tech!  770-465-9621
> > > > Visit the Blind Programming site at http://www.BlindProgramming.com
> > > > To join the discussion, send blank message to
> > > > [EMAIL PROTECTED]
> > > >
> > > >
> > > > -
> > > > 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
> >
>
> -
> Visit the jfw ml web page: http://jfw.cjb.net

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

Reply via email to