[jawsscripts] Re: best way to trap alt-tab

  • From: Sean Farrow <sean.farrow@xxxxxxxxxxxxxxxx>
  • To: "jawsscripts@xxxxxxxxxxxxx" <jawsscripts@xxxxxxxxxxxxx>
  • Date: Sun, 19 Mar 2017 18:51:33 +0000

Hi,
Ok, I'll check. I need to do things in HandleCustomAppWindows, from memory this 
fires before FocusChanged, should I just move all logic to FocusChanged?


-----Original Message-----
From: jawsscripts-bounce@xxxxxxxxxxxxx 
[mailto:jawsscripts-bounce@xxxxxxxxxxxxx] On Behalf Of Jonathan Cohn
Sent: Sunday, March 19, 2017 17:51
To: jawsscripts@xxxxxxxxxxxxx
Subject: [jawsscripts] Re: best way to trap alt-tab

AutoStart should be firing when the application is re-activated. There is also 
code in FocusChangeEvent specifically looking at if the AppMainWindow is 
different. 
If I am understanding your requirements I would think some code like if not (  
AppMainWindow = PreveMainWindow)  &&  
         DialogWindowIsActive then

EndIF


                Best wishes,

Jonathan



On Mar 19, 2017, at 5:51 AM, Sean Farrow <sean.farrow@xxxxxxxxxxxxxxxx> wrote:

Hi all,
What is the best way to trap the alt-tab key combination when a dialog gains 
focus, I've got a case where auto finish event fires when alt tabbing away, 
but I need to detect when I come back in-modifying default isn't an option.
Any ideas?
Kind regards
Sean.

__________ 

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



__________ 

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

__________�

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

Other related posts: