Ok. So isn't we scripting yet capable of watching for a given window and throwing an event when new text is written on it? Marlon
2008/9/22, Aaron Smith <[EMAIL PROTECTED]>: > If it's a standard edit box, you can get the Control object of that > window, and check to see whether the text matches a previous copy of the > text to see if it's changing. > > If you're dealing with a standard rich edit, you can get the > NativeObjectModel from that control's window (which will give you an > ITextDocument) and do something similar. > > There may be other ways, but those are what I can come up with without > coffee. > > Aaron > > Sean Farrow wrote: >> Other apps. >> Sean.Cjers >> >> -----Original Message----- >> From: Aaron Smith [mailto:[EMAIL PROTECTED] >> Sent: 22 September 2008 14:02 >> To: [email protected] >> Subject: Re: determining when an edit/rich edit refreshes >> >> Sean Farrow wrote: >>> is thee a way (using any method) to detect when an edit/rich edit >>> completely refreshes? >> >> Are you interested in these controls in Window-Eyes XML dialogs, or >> other applications? >> >> Aaron >> >> -- >> To insure that you receive proper support, please include all past >> correspondence (where applicable), and any relevant information >> pertinent to your situation when submitting a problem report to the GW >> Micro Technical Support Team. >> >> Aaron Smith >> GW Micro >> Phone: 260/489-3671 >> Fax: 260/489-2608 >> WWW: http://www.gwmicro.com >> FTP: ftp://ftp.gwmicro.com >> Technical Support & Web Development >> >> >> __________ Information from ESET NOD32 Antivirus, version of virus >> signature database 3459 (20080922) __________ >> >> The message was checked by ESET NOD32 Antivirus. >> >> http://www.eset.com >> >> >> >> __________ Information from ESET NOD32 Antivirus, version of virus >> signature database 3459 (20080922) __________ >> >> The message was checked by ESET NOD32 Antivirus. >> >> http://www.eset.com >> >> > > -- > To insure that you receive proper support, please include all past > correspondence (where applicable), and any relevant information > pertinent to your situation when submitting a problem report to the GW > Micro Technical Support Team. > > Aaron Smith > GW Micro > Phone: 260/489-3671 > Fax: 260/489-2608 > WWW: http://www.gwmicro.com > FTP: ftp://ftp.gwmicro.com > Technical Support & Web Development > -- When you say "I wrote a program that crashed Windows," people just stare at you blankly and say "Hey, I got those with the system, for free." Linus Torvalds
