The new version does no longer allow finding the actual Everything Window
with an AHK line like this
hWnd := WinExist("ahk_exe Everything(?:\d\d)*\.exe ahk_class EVERYTHING")
Even a simplified version has no success.
hWnd := WinExist("ahk_exe Everything.exe ahk_class EVERYTHING")
The original line works fine with 1.5.0.1396a
Something changed or wrong with Everything class 1.5.0.1397a x64
Re: Something changed or wrong with Everything class 1.5.0.1397a x64
First guess, [ahk_class] EVERYTHING_(1.5a) ?
C:\out\1028>guipropview /action hide class:EVERYTHING_(1.5a)
C:\out\1028>guipropview /action show class:EVERYTHING_(1.5a)
GUIPropView displays extensive information about all windows currently opened on your system. The upper pane of GUIPropView displays all top level windows, and when you select a window in the upper pane, the lower pane displays the list of all child windows of the selected top level window.
You can also select one or more windows and then do some actions on them like close, hide, show, minimize, maximize, disable, enable, and so on...
C:\out\1028>guipropview /action hide class:EVERYTHING_(1.5a)
C:\out\1028>guipropview /action show class:EVERYTHING_(1.5a)
GUIPropView displays extensive information about all windows currently opened on your system. The upper pane of GUIPropView displays all top level windows, and when you select a window in the upper pane, the lower pane displays the list of all child windows of the selected top level window.
You can also select one or more windows and then do some actions on them like close, hide, show, minimize, maximize, disable, enable, and so on...
Re: Something changed or wrong with Everything class 1.5.0.1397a x64
I found some old and now wrong ini files.
The adaption of the name change was a lot of work.
All works again now.
The adaption of the name change was a lot of work.
All works again now.