Hello list.  How would you make this script say the time on the first press
of ins f12 and then say the date on another press within a second.  I know
this is implemented in other scripts, but I can't figure out how.  Thanks
for any help.


----- Original Message -----
From: Dennis Brown <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 07, 1999 4:01 PM
Subject: Re: JFW 3.3 breaks TClockEx


> Hi,
> It gives you a different voice context to use for any type of message you
> want given in that particular voice context.
> For example, here is the script that announces the system time when you
hit
> Insert+F12...I've added the system date to this same script, and have
> changed the voice context to that of the Global voice settings:
>
> Script SaySystemTime ()
> SayUsingVoice ( VCTX_MESSAGE, SysGetTime(), ot_string)
>  SayUsingVoice ( VCTX_Global, SysGetDate(), ot_string)
> EndScript
>
> This would announce the system's time in whatever voice characteristics
you
> have set for the Message voice under the Voice settings in JAWS, then the
> system's date in the same voice characteristics you have for the Global
> voice settings.
>
> If I remember correctly, the idea of the Message voice addition was to
give
> off-screen messages in that voice context, so as to let you know it was
> off-screen, but I'll have to go back to the docs for that one!
>
> Hope this helps!
>
> Thanks,
> Dennis Brown, [EMAIL PROTECTED]
> Visit the Blind Programming site at http://www.mindspring.com/~brown99/
>
>
> ---- Original Message -----
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, June 07, 1999 8:37 AM
> Subject: Re: JFW 3.3 breaks TClockEx
>
>
> > Hello,
> > could someone explain to me why now JFW has a message voice, and where
> > else it is used or can be used other than reading the clock on the tray?
> >
> > Koji
> >
> > On Sat, 5 Jun 1999 09:28:15 -0700 David Edick <[EMAIL PROTECTED]>
writes:
> > >just change your message voice. also changing the Global lvoice willl
> > >fix it too.
> > >
> > >On Sat, 5 Jun 1999 11:07:23 -0400 (EDT) Walt Smith <[EMAIL PROTECTED]>
> > >writes:
> > >> Although I've created my own key sequence to read the TClockEx
> > >> display,
> > >> I'm not pleased with the new implementation of Insert+F12 in 3.3
> > >> because
> > >> it changes my synthesizer voice and with my hearing problems, it's
> > >> highly
> > >> annoying.  Anybody figured out how to fix Insert+F12 so it works the
> > >
> > >> way
> > >> it used to?  I can't seem to find the script that defines the
> > >> function.
> > >>
> > >> --
> > >> Walt Smith - Raleigh, NC
> > >> [EMAIL PROTECTED]
> > >>
> > >>
> > >> -
> > >> Visit the jfw ml web page: http://jfw.cjb.net
> > >
> > >want to see what my lists are about, or participate in list
> > >discussions before subscribing?
> > > now you can. check it out at my list page and see what you think.
> > >http://mmdlep.cjb.net/Lists.html
> > >From: David Edick<[EMAIL PROTECTED]>,
> > >ICQ#:  31410451  Phone: (360) 876-9712   Jesus Is, Lord! of my life,
> > >- Visit the jfw ml web page: http://jfw.cjb.net
> >
> > ___________________________________________________________________
> > You don't need to buy Internet access to use free Internet e-mail.
> > Get completely free e-mail from Juno at http://www.juno.com/getjuno.html
> > or call Juno at (800) 654-JUNO [654-5866]
> > -
> > 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