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 4 matches

by swordh
Fri Aug 26, 2011 4:34 pm
Forum: General Support
Topic: Running on Battery?
Replies: 8
Views: 5535

Re: Running on Battery?

Of course it is possible.
You can create a new macro: PowerSource.jpg Python script contains this code: from ctypes import windll, byref, Structure, c_ubyte, c_ulong

class SYSTEM_POWER_STATUS(Structure):
_fields_ = [("ACLineStatus", c_ubyte),
("BatteryFlag", c_ubyte),
("BatteryLifePercent", c ...
by swordh
Mon Jul 04, 2011 1:35 pm
Forum: Plugin Support
Topic: Windows 7 MCE Remote Workaround not working?
Replies: 1
Views: 1657

Re: Windows 7 MCE Remote Workaround not working?

Why are you using an alternate MceIrService?
I'm using the MceIr drivers that are build into win7, and that works great.
by swordh
Mon Jul 04, 2011 11:42 am
Forum: Feature Requests
Topic: Adobe flash
Replies: 0
Views: 2509

Adobe flash

Hi!

I've searched the forum for a flash plugin, and I've googled it. but I can't find any.
I would like to get events from flash like, Full screen, play, pause. and I would also like to send those commands to flash.

Is this possible?
by swordh
Mon Jul 04, 2011 10:38 am
Forum: Bug Reports
Topic: eventghost window is empty
Replies: 3
Views: 4911

Re: eventghost window is empty

Samcek wrote:Thanks, it did the trick.

Actually, I just renamed one file, config.py to something else, and as I suspected, it was indeed the offending file.
Thx! That helped me too!