Hi Lisa. The chat is JAWS friendly with scripting. Unfortunately the dialog for setup preferences isn't, so you have to move around it with the jaws cursor after you choose a category to adjust from the list box. With the scripts, it does ok in most other places. Now, if I could just get it to knock off this quadruple speaking, I could use the improved chat reading algorithm, instead of the old one I've been using. Come to think of it, if this new one makes it speak the same thing 4 times, then I suppose it's not really improved. LOL. It could be better if the developers would pay attention to such matters, but as it stands now, it works ok, and it is capable of being scripted well enough to read the incoming chat messages.
Tony Hernandez: Speaksclan Patriarch http://www.tonyspeaks.com http://www.speaksclan.net ----- Original Message ----- From: "Lisa" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, February 20, 2008 1:20 PM Subject: Re: [JAWS-Users] quadruple speak on a script > Hi Tony, > I always thought that paltalk was not very jaws friendly, is it now jaws > friendly? Just curious. > Take care, > Lisa > ----- Original Message ----- > From: "Tony Hernandez" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Tuesday, February 19, 2008 8:43 AM > Subject: [JAWS-Users] quadruple speak on a script > > >> Hello everyone. >> >> I'm writing a script for an instant messaging application that is >> supposed >> to read the text in the chat display window automatically. It reads it >> just fine using the algorithm I chose. It reads the text just fine 4 >> times. This is obviously unacceptable. Can anyone here shed some light >> on why this happens and what I can do about it? This is for PalTalk. I >> put the following code within the NewTextEvent function. MS1 is a global >> string variable. >> >> >> If myControl == ID_Display then >> >> let MS1 = StringSegment (GetTextInWindow (HWND), "\n", -1) >> >> EndIf >> >> >> >> Tony Hernandez: Speaksclan Patriarch >> http://www.tonyspeaks.com >> http://www.speaksclan.net >> Visit the JAWS Users List home page at: >> http://www.jaws-users.com >> Address for the list archives: >> http://www.mail-archive.com/[email protected] >> To post to this group, send email to >> [email protected] >> To unsubscribe from this group, send an email to >> [EMAIL PROTECTED] >> For help from Mailman with your account Put the word help in the subject >> or body of a blank message to: >> [EMAIL PROTECTED] >> Use the following form in order to contact the management team >> http://www.jaws-users.com/managers.php >> If you wish to join the Blind Computing list send a blank email to the >> following address: >> [EMAIL PROTECTED] >> > > > Visit the JAWS Users List home page at: > http://www.jaws-users.com > Address for the list archives: > http://www.mail-archive.com/[email protected] > To post to this group, send email to > [email protected] > To unsubscribe from this group, send an email to > [EMAIL PROTECTED] > For help from Mailman with your account Put the word help in the subject > or body of a blank message to: > [EMAIL PROTECTED] > Use the following form in order to contact the management team > http://www.jaws-users.com/managers.php > If you wish to join the Blind Computing list send a blank email to the > following address: > [EMAIL PROTECTED] > > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.516 / Virus Database: 269.20.8/1289 - Release Date: 2/20/2008 > 10:26 AM > > Visit the JAWS Users List home page at: http://www.jaws-users.com Address for the list archives: http://www.mail-archive.com/[email protected] To post to this group, send email to [email protected] To unsubscribe from this group, send an email to [EMAIL PROTECTED] For help from Mailman with your account Put the word help in the subject or body of a blank message to: [EMAIL PROTECTED] Use the following form in order to contact the management team http://www.jaws-users.com/managers.php If you wish to join the Blind Computing list send a blank email to the following address: [EMAIL PROTECTED]
