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

by Verohomie
Sun Feb 20, 2011 9:17 pm
Forum: General Support
Topic: Win 7 Media Center
Replies: 8
Views: 5353

Re: Win 7 Media Center

snip... I've attached my config file... use it as you like and if it gives you ideas on better ways to do it, we all win! :) please report back on your progress

Livin -

I am tweeking your myconfig.xml file and need your MCE # plugin to avoid "Plugin not found" errors.
Please post to this thread ...
by Verohomie
Wed Sep 01, 2010 11:42 am
Forum: General Support
Topic: Using EG to emulate a keyboard
Replies: 3
Views: 1401

Re: Using EG to emulate a keyboard

Hi -

I am using the broadcaster plugin, some python scripts for arrow/navigation, & window: emulate keystroke.

A Crestron processor broadcasts UDP text strings which are captured by EG to trigger keystrokes. The python is for press and hold/repeat key functions.

Hope this helps.

Brad
by Verohomie
Fri Aug 27, 2010 8:17 pm
Forum: General Support
Topic: TMT3s MCE Player - modified plugin - giving errors...
Replies: 4
Views: 1602

Re: TMT3s MCE Player - modified plugin - giving errors...

Hi All -

I am stuck. The attached code works with uDigital Theater not with uMCEDVDPlayer.

Please look at code and let me know what I am doing wrong.
#snip code...
from win32gui import SendMessage, PostMessage
#FindTMT = eg.WindowMatcher(u'uDigital{*}', None, None, None, None, 1, False, 0.0, 0 ...
by Verohomie
Tue Aug 24, 2010 11:23 am
Forum: General Support
Topic: TMT3s MCE Player - modified plugin - giving errors...
Replies: 4
Views: 1602

Re: TMT3s MCE Player - modified plugin - giving errors...

Hi All -

I tried giantpooples suggestion:
FindTMT = eg.WindowMatcher(u'uMCEDVDPlayer.exe', None, None, None, None, 1, False, 0.0, 0)

No luck, still getting errors:
http://verohomies.com/eg_sendkeys_error_v2.png

Here is a screen shot of code changes:
http://verohomies.com/eg_tmt_code.png ...
by Verohomie
Mon Aug 23, 2010 8:41 pm
Forum: General Support
Topic: TMT3s MCE Player - modified plugin - giving errors...
Replies: 4
Views: 1602

TMT3s MCE Player - modified plugin - giving errors...

Hi All -

Brett's TMT plugin works has tested OK with the non MCE Player (uDigital Theater.exe).
Thanks Brett for providing the plugin.

I have modified it to work with TMTs MCE embedded Player (uMCEDVDPlayer.exe).

I am getting errors and no control. Please follow links to screen shots and the ...