--- In [email protected], David Troesch <davidt.pproyg2...@...> wrote:
>
> > So some kind of focus problem. Can you create a button with label
> > *info expr(win.exename("rawactive"))
> > until it fails next time to see what program has the focus.
>
> There's the problem. It's blank for notepad right now.
No, I am afraid that just means the techniques used by win.exename don't work
but that would be a separate issue.
*info expr(win.caption("rawactive"))
which won't be quite as easy to interpret, but should still help.