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.

Search found 2 matches

by napoleon
Mon Apr 01, 2013 12:58 pm
Forum: General Support
Topic: Re-enable monitor doesn't work on windows 8
Replies: 10
Views: 5317

Re: Re-enable monitor doesn't work on windows 8

So far I figured out that EG mouse movement actions use SetCursorPos and seems that this just moves mouse pointer but doesn't trigger mouse event.
So far, one workaround is:
open Plugins\System\__init__.py
Add line after other imports:
import win32api, win32con
change:
class MonitorPowerOn(eg ...
by napoleon
Mon Apr 01, 2013 7:38 am
Forum: General Support
Topic: Re-enable monitor doesn't work on windows 8
Replies: 10
Views: 5317

Re-enable monitor doesn't work on windows 8

Hi,

I upgraded my media PC to windows 8 and now re-enable monitor doesn't work. It turns monitor on about 1 seconds and then again off. In event log I don't see any action that triggers action that turns monitor off again and it also happens when I create macro turn monitor off->wait 4 seconds->re ...