Something changed or wrong with Everything class 1.5.0.1397a x64

Discussion related to "Everything" 1.5.
Post Reply
horst.epp
Posts: 1642
Joined: Fri Apr 04, 2014 3:24 pm

Something changed or wrong with Everything class 1.5.0.1397a x64

Post by horst.epp »

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
therube
Posts: 5723
Joined: Thu Sep 03, 2009 6:48 pm

Re: Something changed or wrong with Everything class 1.5.0.1397a x64

Post by therube »

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...
horst.epp
Posts: 1642
Joined: Fri Apr 04, 2014 3:24 pm

Re: Something changed or wrong with Everything class 1.5.0.1397a x64

Post by horst.epp »

I found some old and now wrong ini files.
The adaption of the name change was a lot of work.
All works again now.
Post Reply