Re: displaying seconds on clock in braille:

  • From: "David Poehlman" <poehlman1@xxxxxxxxxxx>
  • To: <jfw@xxxxxxxxxxxxx>
  • Date: Fri, 2 Apr 2004 18:34:44 -0500

Thanks dave, taking out the 32s did it.  there were two of them.

----- Original Message ----- 
From: "David Truong" <bnfiles@xxxxxxxxxxxxxxx>
To: <jfw@xxxxxxxxxxxxx>
Sent: Friday, April 02, 2004 6:19 PM
Subject: RE: displaying seconds on clock in braille:


Hi Dave,

By any chance, you didn't put the text =3D3D as part of the script?  For =
some
unknown reason and it only happens on this list, some of my messages =
seem to
have 3D being inserted automatically without me typing that in.  This =
could
be the problem.  In other words, =3D3D should not be in that script I =
sent
you.  I did not type that in.  The equal sign should be just that =
without
the 3D after it.

-----Original Message-----
From: jfw-bounce@xxxxxxxxxxxxx [mailto:jfw-bounce@xxxxxxxxxxxxx] On =
Behalf
Of David Poehlman
Sent: Saturday, 3 April 2004 6:00 AM
To: jfw@xxxxxxxxxxxxx
Subject: Re: displaying seconds on clock in braille:


Dave, mine is:
Script SaySystemTime ()
var
 string sTimeOrDate
If (IsSameScript ()) then
 Let sTimeOrDate =3D FormatString (cmsgGetSysDate, SysGetDate ()) Else =
Let
sTimeOrDate =3D3D FormatString (cmsgGetSysTime, SysGetTime
("h:m:s"))
endIf
SayUsingVoice ( VCTX_MESSAGE, sTimeOrDate, ot_no_disable) EndScript

Which looks identical to me.

----- Original Message -----=20
From: "David Truong" <bnfiles@xxxxxxxxxxxxxxx>
To: <jfw@xxxxxxxxxxxxx>
Sent: Friday, April 02, 2004 2:05 PM
Subject: RE: displaying seconds on clock in braille:


HI Dave,

Can you show me your SaySystemTime script with your modification?   =3D
Below is
the SaySystemTime script which I have modified and it works well for me
using jfw5.0 build 844.  The script follows:

; *** Start of SaySystemTime script

Script SaySystemTime ()
var
string sTimeOrDate
If (IsSameScript ()) then
Let sTimeOrDate =3D3D FormatString (cmsgGetSysDate, SysGetDate ()) Else =
Let
sTimeOrDate =3D3D FormatString (cmsgGetSysTime, SysGetTime
("h:m:s"))
endIf=3D20
SayUsingVoice ( VCTX_MESSAGE, sTimeOrDate, ot_no_disable) EndScript

; *** End of SaySystemTime script

-----Original Message-----
From: jfw-bounce@xxxxxxxxxxxxx [mailto:jfw-bounce@xxxxxxxxxxxxx] On =3D =
Behalf
Of David Poehlman
Sent: Saturday, 3 April 2004 3:59 AM
To: jfw@xxxxxxxxxxxxx
Subject: Re: displaying seconds on clock in braille:


Dave and all, I found the script but after doing the edit, I got an =3D
error=3D20 when attempting to compile the scripts.  I'm using 5.0.884.

----- Original Message -----=3D20
From: "David Truong" <bnfiles@xxxxxxxxxxxxxxx>
To: <jfw@xxxxxxxxxxxxx>
Sent: Tuesday, March 30, 2004 5:27 PM
Subject: RE: displaying seconds on clock in braille:


HI,

Just modify the SaySystemTime script in your default scripts.  There is =
=3D
=3D3D a line in there that reads: Let sTimeOrDate =3D3D3D FormatString =
=3D
(cmsgGetSysTime, SysGetTime ()) And Change it to: Let sTimeOrDate =
=3D3D3D
FormatString (cmsgGetSysTime, SysGetTime
("h:m:s"))


David Truong

E-mail and MS messenger:  davidtruong@xxxxxxxxxxxxxxx

Home Page:  http://members.optusnet.com.au/davidtruong/
-----Original Message-----
From: jfw-bounce@xxxxxxxxxxxxx [mailto:jfw-bounce@xxxxxxxxxxxxx] On =
=3D3D =3D
Behalf Of Walter Siren
Sent: Wednesday, 31 March 2004 1:18 AM
To: jfw@xxxxxxxxxxxxx
Subject: Re: displaying seconds on clock in braille:


Well, that is the only way that I know to display the seconds.  Maybe
somebody could write a script for that. Walter Siren

----- Original Message -----
From: "David Poehlman" <poehlman1@xxxxxxxxxxx>
To: <jfw@xxxxxxxxxxxxx>
Sent: Monday, March 29, 2004 8:33 PM
Subject: Re: displaying seconds on clock in braille:


> Walter,
>
> What I am attempting ot accomplish is display the seconds in the=3D20=20
> same=3D3D20 box on the system tray that the rest of the time is =3D
displayed. =3D20
> I want =3D3D

> to be able to do this so that I can use this for some timing =3D
things=3D3D20=3D20
> that I need to do. Using the seconds display in the time and =
date=3D3D20=20
> =3D

> window does not serve this purpose.
>
>
> ----- Original Message -----
> From: "Walter Siren" <wsiren@xxxxxxx>
> To: <jfw@xxxxxxxxxxxxx>
> Sent: Monday, March 29, 2004 8:52 PM
> Subject: Re: displaying seconds on clock in braille:
>
>
> David, I had to go and do it before I could tell you.
>
> Go to control pannel, press d for date and time, press enter, you will =

> =3D

> =3D3D

> land on the property page, and tab to seconds, and since I can =3D
hear=3D3D20=3D20
> them with speech, I would think that should display the seconds=3D20=20
> also=3D3D20 in braille.  Now, if I want to hear them go by when I want =
=3D
to=3D20
> set a=3D3D20 clock, I just turn my screen echo to all, and hear them=20
> go=3D20 by. Walter Siren
>
> ----- Original Message -----
> From: "David Poehlman" <poehlman1@xxxxxxxxxxx>
> To: <jfw@xxxxxxxxxxxxx>
> Sent: Monday, March 29, 2004 7:06 PM
> Subject: Re: displaying seconds on clock in braille:
>
>
> > Thanks, That would work.  I was hoping though to find a way=20
> > to=3D3D20=3D20 display the seconds.  They do not even seem to show =
up=20
> > visually=3D3D20 =3D

> > without as you say a program such as speaking clock.
> >
> > ----- Original Message -----
> > From: "Dorothy" <mardot@xxxxxxx>
> > To: <jfw@xxxxxxxxxxxxx>
> > Sent: Monday, March 29, 2004 8:00 PM
> > Subject: Re: displaying seconds on clock in braille:
> >
> >
> > If you don't mind an extra program loading, I use Speaking =3D
Clock,=3D3D20=3D20
> > which puts the time in hours, minutes, and seconds, plus the date in =

> > =3D

> > =3D3D

> > the system tray. I don't have a Braille display, but if you can read =

> > =3D

> > =3D3D

> > the icons in the System
> > Tray, it should work.
> >
> > Dorothy
> > mardot@xxxxxxx
> > ----- Original Message -----
> > From: "David Poehlman" <poehlman1@xxxxxxxxxxx>
> > To: <jfw@xxxxxxxxxxxxx>
> > Sent: Monday, March 29, 2004 7:19 AM
> > Subject: Re: displaying seconds on clock in braille:
> >
> >
> > you mean shift+f10 right?  I've tried widening the window where=3D20 =

> > the=3D3D20 clock resides with no luck.  If I use the shortcut to=20
> > date=3D20 and time, =3D3D

> > it takes me to where I set the date and time, not where I view it.
> >
> > ----- Original Message -----
> > From: "Steve Britt" <swimmer953@xxxxxxxxxxxxx>
> > To: <jfw@xxxxxxxxxxxxx>
> > Sent: Sunday, March 28, 2004 11:33 PM
> > Subject: Re: displaying seconds on clock in braille:
> >
> >
> > You won't be able to do an alt-enter on the date/time program =3D
in=3D3D20=3D20
> > your control panel. You do an alt-f10 and you'll be given two=3D3D20
> > choices: "open" and "create shortcut". Click on "create=3D20=20
> > shortcut".=3D3D20 You should now have a shortcut on the desktop=20
> > that=3D20 will say=3D3D20 "shortcut to date-time". Get out of your=20
> > control =3D
panel,=3D20
> > since you're =3D3D

> > done with it. You can now hit s until you hear "shortcut =
to=3D3D20=3D20=20
> > date-time". You do your alt-enter on that shortcut. Feel free to ask =

> > =3D

> > =3D3D

> > again if you have more questions. You can rename that shortcut =3D
to=3D3D20=3D20
> > anything you like; you just can't use a slash.
> >
> > ----- Original Message -----
> > From: "David Poehlman" <poehlman1@xxxxxxxxxxx>
> > To: <jfw@xxxxxxxxxxxxx>
> > Sent: Sunday, March 28, 2004 4:06 PM
> > Subject: Re: displaying seconds on clock in braille:
> >
> >
> > > where do I hit alt+enter?
> > >
> > > ----- Original Message -----
> > > From: "Steve Britt" <swimmer953@xxxxxxxxxxxxx>
> > > To: <jfw@xxxxxxxxxxxxx>
> > > Sent: Sunday, March 28, 2004 3:25 PM
> > > Subject: Re: displaying seconds on clock in braille:
> > >
> > >
> > > Dave, try running your date/time window maximized. The =3D
seconds=3D3D20=3D20
> > > should show up that way. To do this, hit alt-enter and go to=3D20=20
> > > your=3D3D20 shortcut tab, and within that, you should be given =
a=3D20=20
> > > choice to run =3D3D

> > > it maximized instead of normal.
> > > If there's no maximize choice within these properties, you can =
=3D3D
always
> > > hit
> > > alt-f10 or the application key and in the "send to" choice, send =
=3D
=3D3D
it to
> > your
> > > desktop. You now have a shortcut to date/time, and you should then =

> > > =3D

> > > =3D3D

> > > be able to go into the shortcut's properties and set it to =3D
run=3D3D20=3D20
> > > maximized. Hope this helps.
> > >
> > > ----- Original Message -----
> > > From: "David Poehlman" <poehlman1@xxxxxxxxxxx>
> > > To: "jfw users email list" <jfw@xxxxxxxxxxxxx>
> > > Sent: Sunday, March 28, 2004 10:09 AM
> > > Subject: displaying seconds on clock in braille:
> > >
> > >
> > > > Hi All, I see that we can set the seconds in date and time,=3D20 =

> > > > but=3D3D20 I don't
> > > see
> > > > a way to set them to display.  If there is a way, I'd like to be =

> > > > =3D

> > > > =3D3D

> > > > able to
> > > do
> > > > that.
> > > >
> > > > Thanks!
> > > >
> > > > mailto:poehlman1@xxxxxxxxxxx=3D3D20=3D20
> > > > http://mywebpages.comcast.net/poehlman1/
> > > >
> > > > --
> > > > To post a message to the list, send it to jfw@xxxxxxxxxxxxx=3D20 =

> > > > To=3D3D20 unsubscribe from this mailing list, send a message to
> > > jfw-request@xxxxxxxxxxxxx with the word unsubscribe in the subject =

> > > =3D

> > > =3D3D

> > > line.
> > > > Archives located at: //www.freelists.org/archives/jfw
> > > >
> > > > If you have any concerns about the list, post received from=3D20 =

> > > > the=3D3D20 list, or
> > > the way the list is being run, do not post them to the=20
> > > list.=3D3D20=3D20 Rather
> > contact
> > > the list owner at jfw-admins@xxxxxxxxxxxxxx
> > >
> > > --
> > > To post a message to the list, send it to jfw@xxxxxxxxxxxxx =3D
To=3D3D20=3D20
> > > unsubscribe from this mailing list, send a message to=3D3D20=3D20=20
> > > jfw-request@xxxxxxxxxxxxx with the word unsubscribe in the subject =

> > > =3D

> > > =3D3D

> > > line. Archives located at: //www.freelists.org/archives/jfw
> > >
> > > If you have any concerns about the list, post received from =3D
the=3D3D20=3D20
> > > list, or
> > the
> > > way the list is being run, do not post them to the list. =3D
Rather=3D3D20=3D20
> > > contact
> > the
> > > list owner at jfw-admins@xxxxxxxxxxxxxx
> > >
> > > --
> > > To post a message to the list, send it to jfw@xxxxxxxxxxxxx =3D
To=3D3D20=3D20
> > > unsubscribe from this mailing list, send a message to
> > jfw-request@xxxxxxxxxxxxx with the word unsubscribe in the=3D20=20
> > subject=3D3D20 line.
> > > Archives located at: //www.freelists.org/archives/jfw
> > >
> > > If you have any concerns about the list, post received from =3D
the=3D3D20=3D20
> > > list, or
> > the way the list is being run, do not post them to the list.=3D20=20
> > Rather=3D3D20 contact the list owner at jfw-admins@xxxxxxxxxxxxxx
> >
> > --
> > To post a message to the list, send it to jfw@xxxxxxxxxxxxx=20
> > To=3D3D20=3D20 unsubscribe from this mailing list, send a message=20
> > to=3D3D20=3D20 jfw-request@xxxxxxxxxxxxx with the word unsubscribe =
in=20
> > the=3D20 subject=3D3D20 line. Archives located at:=3D20=20
> > //www.freelists.org/archives/jfw
> >
> > If you have any concerns about the list, post received from =
the=3D3D20=20
> > =3D

> > list, or the way the list is being run, do not post them to =
the=3D3D20=20
> > =3D

> > list. Rather contact the list owner at jfw-admins@xxxxxxxxxxxxxx
> >
> > --
> > To post a message to the list, send it to jfw@xxxxxxxxxxxxx=20
> > To=3D3D20=3D20 unsubscribe from this mailing list, send a message=20
> > to=3D3D20=3D20 jfw-request@xxxxxxxxxxxxx with the word unsubscribe =
in=20
> > the=3D20 subject=3D3D20 line. Archives located at:=3D20=20
> > //www.freelists.org/archives/jfw
> >
> > If you have any concerns about the list, post received from =
the=3D3D20=20
> > =3D

> > list, or the way the list is being run, do not post them to =
the=3D3D20=20
> > =3D

> > list. Rather contact the list owner at jfw-admins@xxxxxxxxxxxxxx
> >
> > --
> > To post a message to the list, send it to jfw@xxxxxxxxxxxxx=20
> > To=3D3D20=3D20 unsubscribe from this mailing list, send a message=20
> > to=3D3D20=3D20 jfw-request@xxxxxxxxxxxxx with the word unsubscribe =
in=20
> > the=3D20 subject=3D3D20 line. Archives located at:=3D20=20
> > //www.freelists.org/archives/jfw
> >
> > If you have any concerns about the list, post received from =
the=3D3D20=20
> > =3D

> > list, or the way the list is being run, do not post them to =
the=3D3D20=20
> > =3D

> > list. Rather contact the list owner at jfw-admins@xxxxxxxxxxxxxx
> >
> > --
> > To post a message to the list, send it to jfw@xxxxxxxxxxxxx=20
> > To=3D3D20=3D20 unsubscribe from this mailing list, send a message=20
> > to=3D3D20=3D20 jfw-request@xxxxxxxxxxxxx with the word unsubscribe =
in=20
> > the
> subject line.
> > Archives located at: //www.freelists.org/archives/jfw
> >
> > If you have any concerns about the list, post received from =
the=3D3D20=20
> > =3D

> > list, or the way the list is being run, do not post
> them to the list. Rather contact the list owner at=3D3D20=3D20=20
> jfw-admins@xxxxxxxxxxxxxx
> >
>
> --
> To post a message to the list, send it to jfw@xxxxxxxxxxxxx =
To=3D3D20=3D20=20
> unsubscribe from this mailing list, send a message to=3D3D20=3D20=20
> jfw-request@xxxxxxxxxxxxx with the word unsubscribe in the =3D
subject=3D3D20=3D20
> line. Archives located at: //www.freelists.org/archives/jfw
>
> If you have any concerns about the list, post received from the=3D20=20
> list,=3D3D20 or the way the list is being run, do not post them to=20
> the=3D20 list. Rather =3D3D

> contact the list owner at jfw-admins@xxxxxxxxxxxxxx
>
> --
> To post a message to the list, send it to jfw@xxxxxxxxxxxxx =
To=3D3D20=3D20=20
> unsubscribe from this mailing list, send a message to=3D3D20=3D20=20
> jfw-request@xxxxxxxxxxxxx with the word unsubscribe in the
subject line.
> Archives located at: //www.freelists.org/archives/jfw
>
> If you have any concerns about the list, post received from the=3D20=20
> list,=3D3D20 or the way the list is being run, do not post
them to the list. Rather contact the list owner at =3D3D
jfw-admins@xxxxxxxxxxxxxx

--
To post a message to the list, send it to jfw@xxxxxxxxxxxxx
To unsubscribe from this mailing list, send a message to
jfw-request@xxxxxxxxxxxxx with the word unsubscribe in the subject line.
Archives located at: //www.freelists.org/archives/jfw

If you have any concerns about the list, post received from the list, or =
=3D
=3D3D the way the list is being run, do not post them to the list. =
Rather =3D
contact =3D3D the list owner at jfw-admins@xxxxxxxxxxxxxx

__________ NOD32 1.699 (20040330) Information __________

This message was checked by NOD32 antivirus system. http://www.nod32.com


--
To post a message to the list, send it to jfw@xxxxxxxxxxxxx
To unsubscribe from this mailing list, send a message to=3D20
jfw-request@xxxxxxxxxxxxx with the word unsubscribe in the subject line.
Archives located at: //www.freelists.org/archives/jfw

If you have any concerns about the list, post received from the list, or =
=3D
the

way the list is being run, do not post them to the list. Rather contact =
=3D
the=3D20 list owner at jfw-admins@xxxxxxxxxxxxxx=3D20

--
To post a message to the list, send it to jfw@xxxxxxxxxxxxx
To unsubscribe from this mailing list, send a message to
jfw-request@xxxxxxxxxxxxx with the word unsubscribe in the subject line.
Archives located at: //www.freelists.org/archives/jfw

If you have any concerns about the list, post received from the list, or =
=3D
the way the list is being run, do not post them to the list. Rather =
contact
=3D the list owner at jfw-admins@xxxxxxxxxxxxxx

__________ NOD32 1.701 (20040401) Information __________

This message was checked by NOD32 antivirus system. http://www.nod32.com


--
To post a message to the list, send it to jfw@xxxxxxxxxxxxx
To unsubscribe from this mailing list, send a message to=20
jfw-request@xxxxxxxxxxxxx with the word unsubscribe in the subject line.
Archives located at: //www.freelists.org/archives/jfw

If you have any concerns about the list, post received from the list, or =
the

way the list is being run, do not post them to the list. Rather contact =
the=20
list owner at jfw-admins@xxxxxxxxxxxxxx=20

--
To post a message to the list, send it to jfw@xxxxxxxxxxxxx
To unsubscribe from this mailing list, send a message to
jfw-request@xxxxxxxxxxxxx with the word unsubscribe in the subject line.
Archives located at: //www.freelists.org/archives/jfw

If you have any concerns about the list, post received from the list, or =
the
way the list is being run, do not post them to the list. Rather contact =
the
list owner at jfw-admins@xxxxxxxxxxxxxx

__________ NOD32 1.701 (20040401) Information __________

This message was checked by NOD32 antivirus system. http://www.nod32.com


--
To post a message to the list, send it to jfw@xxxxxxxxxxxxx
To unsubscribe from this mailing list, send a message to 
jfw-request@xxxxxxxxxxxxx with the word unsubscribe in the subject line.
Archives located at: //www.freelists.org/archives/jfw

If you have any concerns about the list, post received from the list, or the 
way the list is being run, do not post them to the list. Rather contact the 
list owner at jfw-admins@xxxxxxxxxxxxxx 

--
To post a message to the list, send it to jfw@xxxxxxxxxxxxx
To unsubscribe from this mailing list, send a message to 
jfw-request@xxxxxxxxxxxxx with the word unsubscribe in the subject line.
Archives located at: //www.freelists.org/archives/jfw

If you have any concerns about the list, post received from the list, or the 
way the list is being run, do not post them to the list. Rather contact the 
list owner at jfw-admins@xxxxxxxxxxxxxx

Other related posts: