Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Find Window action error

If you have a question or need help, this is the place to be.
Post Reply
molitar
Experienced User
Posts: 209
Joined: Fri Sep 11, 2009 6:44 am

Find Window action error

Post by molitar »

I keep getting the error below when I try to use the Find Window action now.

Code: Select all

Traceback (most recent call last) (1640):
  File "C:\Program Files\EventGhost\eg\Classes\TaskletDialog.py", line 59, in ProcessingTask
    self.Configure(*args, **kwargs)
  File "C:\Program Files\EventGhost\eg\Classes\ConfigDialog.py", line 165, in Configure
    treeItem.Configure(*args)
  File "C:\Program Files\EventGhost\eg\Classes\ActionItem.py", line 101, in Configure
    return self.executable.Configure(*args)
  File "C:\Program Files\EventGhost\plugins\Window\FindWindow.py", line 269, in Configure
    self.tree = eg.WindowTree(panel, includeInvisible=includeInvisible)
  File "C:\Program Files\EventGhost\eg\Classes\WindowTree.py", line 80, in __init__
    self.AppendPrograms()
  File "C:\Program Files\EventGhost\eg\Classes\WindowTree.py", line 129, in AppendPrograms
    self.pids[pid].append(hwnd)
KeyError: 17916L
]

Secondly is there another way to send keystroke to an application I am using Wallpaper Cycler with hot keys and want to send hot key to that program no matter what program or application I am running.
Post Reply