Hi Rick, First, it was the application onCursorKey event which does it.
Next, one other suggestion since you know VB.net well already, you could use UIA directly if you wrote an app in VS2008. This would let you get all the info which VS 2013 may be supplying, but which isn't getting mapped to MSAA; and, you won't have to struggle with VBScript as you were. Your app would still be structured exactly the same way, and as far as I know, you should still be able to make use of WE's object model events, such as the window object events, to help you; you would just access UIA events directly. However, one thought which occurs to me is that if you needed to stop WE from responding to a UIA event, it might not be possible; since your UIA access won't be done through WE, you won't be able to control what WE does with UIA. This may not be necessary though. All the rest of us would love a working example of such a technique, so think about it. Chip -----Original Message----- From: Rick Thomas [mailto:[email protected]] Sent: Wednesday, March 25, 2015 1:32 PM To: 'Aaron Smith'; 'Chip Orange'; 'Window-Eyes Scripting List' Subject: RE: WEEvent and VS Conflict? Hi Aaron, if you mean me then pretty much everything outside the Braille events. I did turn off all speech except the onSpeak and all Keyboard Events except the onDown Key MSAA events. I had wanted to get everything for a final test and was willing to slog through thousands of lines, if generated, to look for that little indication of the problem comparing it to several accessibil and window printouts related to the same test. Anyway, it is ok since I have run out of time and need to get back to working on my Financial Platform Project. Thanks for the help: Rick USA -----Original Message----- From: Aaron Smith [mailto:[email protected]] Sent: Wednesday, March 25, 2015 12:08 PM To: Chip Orange; Window-Eyes Scripting List; 'Rick Thomas' Subject: RE: WEEvent and VS Conflict? Which events did you hook to make this happen? Thanks, Aaron -- Aaron Smith Web Development * App Development * Product Support Specialist Ai Squared * 725 Airport North Office Park, Fort Wayne, IN 46825 260-489-3671 * www.aisquared.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 Ai Squared Technical Support Team. > -----Original Message----- > From: Scripting [mailto:scripting- > [email protected]] On Behalf Of Chip > Orange via Scripting > Sent: Wednesday, March 25, 2015 12:00 PM > To: 'Rick Thomas'; 'Window-Eyes Scripting List' > Subject: RE: WEEvent and VS Conflict? > > Rick, > > I noticed the same thing yesterday, when I was running WEEvent with Adobe > Digital Editions. I suspect a change in WE 9 design has caused this. > > It's very hard to describe though, as it doesn't prevent you from doing > anything, only some odd things seem to be effected. > > Chip > > > -----Original Message----- > From: Scripting > [mailto:[email protected]] > On Behalf Of Rick Thomas via Scripting > Sent: Wednesday, March 25, 2015 11:55 AM > To: 'Window-Eyes Scripting List' > Subject: WEEvent and VS Conflict? > > Hi: I enabled a bunch of events in WEEvent, should be no problem. > But when I ran VS several times I can not read anything in the text editer until > I close WEEvent. I tried minimizing WEEvent but it didn't seem to help. > Is there a possibility WEEvent and VS could have some intermittant conflicts > when it comes to display usage or something? > Rick USA > > _______________________________________________ > Any views or opinions presented in this email are solely those of the author > and do not necessarily represent those of Ai Squared. > > For membership options, visit > http://lists.window-eyes.com/options.cgi/scripting-window- > eyes.com/lists3717 > %40comcast.net. > For subscription options, visit > http://lists.window-eyes.com/listinfo.cgi/scripting-window-eyes.com > List archives can be found at > http://lists.window-eyes.com/private.cgi/scripting-window-eyes.com > > _______________________________________________ > Any views or opinions presented in this email are solely those of the author > and do not necessarily represent those of Ai Squared. > > For membership options, visit http://lists.window- > eyes.com/options.cgi/scripting-window- > eyes.com/asmith%40aisquared.com. > For subscription options, visit http://lists.window- > eyes.com/listinfo.cgi/scripting-window-eyes.com > List archives can be found at http://lists.window- > eyes.com/private.cgi/scripting-window-eyes.com _______________________________________________ Any views or opinions presented in this email are solely those of the author and do not necessarily represent those of Ai Squared. For membership options, visit http://lists.window-eyes.com/options.cgi/scripting-window-eyes.com/archive%40mail-archive.com. For subscription options, visit http://lists.window-eyes.com/listinfo.cgi/scripting-window-eyes.com List archives can be found at http://lists.window-eyes.com/private.cgi/scripting-window-eyes.com
