Re: Question about orderFront/orderBack etc.

2016-05-20 Thread Dave
Hi Quincey, > On 20 May 2016, at 18:13, Quincey Morris > wrote: > > On May 20, 2016, at 07:53 , Dave > wrote: >> >> I’m thinking I should call “orderFront” on my fake window when the window in >> the real app gets focus, but do I need to call “orderBack" or wh

Re: Question about orderFront/orderBack etc.

2016-05-20 Thread Quincey Morris
On May 20, 2016, at 07:53 , Dave wrote: > > I’m thinking I should call “orderFront” on my fake window when the window in > the real app gets focus, but do I need to call “orderBack" or whatever on the > window that used to be in front? It’s not clear what you’re asking. If you “order front” on

Question about orderFront/orderBack etc.

2016-05-20 Thread Dave
Hi All, I’ve written some code that keep track of the currently active Application and the currently focused window within that application. Basically I have a number of windows in my own app and I keep a mirror of the Apps I am interested in, for instance, if I’m working with TextEdit and Prev