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]
