For event_closewindow
, how do I get the target window's WINDOWADDRESS
?
#109
Labels
bug
Something isn't working
Program
shellevents
Maintainers of the program
trippwill
Bug or Regression?
Bug
Description
Hello! Hope you're doing well.
It's not exactly a bug. I'm trying to use
event_closewindow
but run into issues: how do I get the target window'sWINDOWADDRESS
?event_openwindow
providesWINDOWCLASS
so it's easy to do so:But I can't do the same for
event_closewindow
because it only providesWINDOWADDRESS
:I tried the following:
But the window is already closed so
target_address
is alwaysnull
.Any input is much appreciated. Thank you.
The text was updated successfully, but these errors were encountered: