We're not done yet but for the moment stumped.  What version are you using?
David Ferrin
----- Original Message ----- 
From: "Sarah" <[EMAIL PROTECTED]>
To: <jaws-users-list@googlegroups.com>
Sent: Wednesday, January 31, 2007 7:49 PM
Subject: [JAWS-Users] Re: the reply to one person feature



Welli tried pasting that script in to the script file and  got a compile
error wich I don't recall at the moment.

> Here it is from version 8, now this only started in 7.0 which you most
> likely already know but just in case.
> David Ferrin
> Script ReplyDirectlyToSender ()
>
> var
>
> handle hFrom,
>
> handle hTo
>
> let hFrom=FindDescendantWindow (GetRealWindow(GetFocus()),
> From_Field2)
>
> If hFrom Then ; Are in an open message.
>
> SayUsingVoice(VCTX_MESSAGE,msgReplyingDirectlyToSender,OT_SCREEN_MESSAGE)
>
> SpeechOff() ; Don't need to hear this.
>
> If MoveToWindow(hFrom) Then ; Were we successful in moving to that
> window?
>
> Pause()
>
> LeftMouseButton() ; Make it the active window.
>
> Delay(1)
>
> PerformScript SelectAll() ; Select the text.
>
> Pause()
>
> PerformScript CopySelectedTextToClipboard()
>
> Delay(1)
>
> TypeKey(ksReply) ; Reply to current message.
>
> Delay(3) ; Give screen time to settle.
>
> let hTo=FindDescendantWindow (GetRealWindow(GetFocus()), To_Field)
>
> If hTo Then ; Is the To: field present?
>
> If MoveToWindow(hTo) Then ; Were we successful in moving to this
> window?
>
> Pause()
>
> LeftMouseButton() ; Make it the active window.
>
> Pause()
>
> PerformScript SelectAll() ; Select its contents.
>
> Pause()
>
> TypeKey(cksDelete) ; Delete the text.
>
> Delay(1)
>
> PerformScript PasteFromClipboard() ; Paste address.
>
> EndIf ; End of MoveTo To field.
>
> EndIf ; End of Is to field present?
>
> EndIf ; End of move to from field successful.
>
> Delay(3)
>
> SpeechOn()
>
> PerformScript GoToMessageField()
>
> Delay(2)
>
> EnterKey()
>
> JAWSTopOfFile()
>
> PerformScript ReadToField()
>
> Else
>
> SayMessage (OT_ERROR, msg_NoOpenMessage1_L, msg_NoOpenMessage1_S)
>
> EndIf
>
> EndScript
>
> ----- Original Message -----
> From: "Sarah" <[EMAIL PROTECTED]>
> To: "jaws users list" <jaws-users-list@googlegroups.com>
> Sent: Wednesday, January 31, 2007 4:47 PM
> Subject: [JAWS-Users] the reply to one person feature
>
>
> Hello. I set the keystroke I want for reply to only that person and it
> doesn't work. it says "unknown script called  to..." where it
> proceeds to
> spell out the name of the script. I just repaired my jaws. I also get
> that
> message when trying to use control+d to del a message. this is in O.E
> btw. I
> forgot to mention this.
> Sarah Alawami
> MsN: [EMAIL PROTECTED]
> skype: marrie1
> Website; www.marrie.org
> I can see your point, but I still think you're full of it
>
>
>
>






--~--~---------~--~----~------------~-------~--~----~
Visit the JAWS Users List home page at:
http://www.jaws-users.com
Address for the list archives:
http://www.mail-archive.com/jaws-users-list%40googlegroups.com/
Address to contact the management team:
[EMAIL PROTECTED]
  You received this message because you are subscribed to the Google Groups 
"JAWS Users List" group.
To post to this group, send email to 
jaws-users-list@googlegroups.com
To unsubscribe from this group, send email to 
[EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jaws-users-list?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to