[jawsscripts] Re: Scripting question for creating a window with text and also hyperlinks or similar.

Hi John,

Script ChooseGame ()
  var
    int nYourChoice
  let nYourChoice = DlgSelectItemInList(GameList, WelcomeDialogWindow,
False)
  if (nYourChoice == 1) then SayFormattedMessage(OT_JAWS_MESSAGE, MsgGame1)
  if (nYourChoice == 2) then SayFormattedMessage(OT_JAWS_MESSAGE, MsgGame2)
  if (nYourChoice == 2) then SayFormattedMessage(OT_JAWS_MESSAGE, MsgExit)
EndScript


Demetry
__________ 
Visit and contribute to The JAWS Script Repository http://jawsscripts.com

View the list's information and change your settings at 
http://www.freelists.org/list/jawsscripts

Other related posts: