Hello Everyone,
I have been playing around in my script manager so I thought that I would
share it with you. This script will let Jaws greet you when JFW is first
started. It will also anounce the date and time.

Well, Thats all for now.
Thanks,
Rob


Void Function AutoStartEvent ()
Let GlobalMousePixel = 3
FrameClearValues ()
if (DefaultFirstTime == 0) then
  let DefaultFirstTime = 1
  If (GetVerbosity() == BEGINNER) then
    If (!IsJFWInstall()) then
Say("Hello Rob I am ready to assist you",OT_string)
      EndIf
EndIf
EndIf ; DefaultFirstTime == 0
Let BrailleOldBlinkRate = GetDefaultJCFOption (optbrl_cursor_blink_rate)
Let BrailleCursorShape = 0
Let BrailleStatusMode = 0
Say(SysGetDate(), ot_string)
Say(SysGetTime(), ot_string)
EndFunction



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

Reply via email to