On 23 Apr 2016, at 14:27, Dave wrote:
>> On 22 Apr 2016, at 18:17, Uli Kusterer wrote:
>> - Whether you want in the app store. If not,
> Not, don’t want the App in the App store and the I’m not the developer of the
> other app.
>
> I just want to put a window in front of another a window in a
> On Apr 23, 2016, at 8:27 AM, Dave wrote:
>
> Because my window is a “Floating Window” it floats above the Windows of ALL
> applications, I want it to just float above the window in the App it is
> pinned to.
Theoretically, you could do this with the Accessibility API. Instead of using a
s
Hi Uli,
Thanks for taking the time to reply to this.
> On 22 Apr 2016, at 18:17, Uli Kusterer wrote:
> - Whether you want in the app store. If not,
Not, don’t want the App in the App store and the I’m not the developer of the
other app.
I just want to put a window in front of another a wind
On 22 Apr 2016, at 15:23, Dave wrote:
> Is there any way of “pinning” one of my App’s windows so it is always in
> front of a window owned by another application? I’m using a Floating Window
> style at the moment, which works ok, but the window floats in fronts of
> everything. I’d like my wind
The only way you will be able to track a window owned by another process is via
the AX (accessibility) APIs.
This comes with a caveat that users have to opt in to allow your app to control
their computer.
There is an API to request it.
And one to see if you have it.
If you have it, then you ca