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

by Milbrot
Sun Jun 27, 2010 1:22 pm
Forum: Plugin Support
Topic: KMPlayer
Replies: 20
Views: 13265

Re: KMPlayer

Hello stecaro,

if you need a function that is not in the plugin you can only
use the emulate keystrokes function in EventGhost.

For UP DOWN LEFT RIGHT keys it can be like this example:

<EventGhost Name="Konfigurations-Baum" Expanded="True" Version="1262" Guid="{5263E4A0-368B-4EEA-BD2A ...
by Milbrot
Sun Mar 07, 2010 7:29 am
Forum: Plugin Support
Topic: KMPlayer
Replies: 20
Views: 13265

Re: KMPlayer

There is an option to disable multimedia keyboard in KMPlayer under "Options-Preferences-General-Support multimedia keyboard".

EG 0.4 is experimental you can find it here http://www.eventghost.org/downloads/

thanks for share your experience
by Milbrot
Sat Mar 06, 2010 7:14 pm
Forum: Plugin Support
Topic: KMPlayer
Replies: 20
Views: 13265

Re: KMPlayer

Maybe it helps when you change something in KMPlayer under "Options-Preferences-General-Keys/Global Control"?
by Milbrot
Mon Oct 26, 2009 1:55 pm
Forum: Hilfe und Support
Topic: IgorUSB f├╝r Windows 7 (32Bit) ???
Replies: 3
Views: 1975

Re: IgorUSB f├╝r Windows 7 (32Bit) ???

Bei mir wird der Empfänger als IgorPlug-USB (AVR) im Geräte Manager angezeigt und dort ist es
dann auch m├Âglich den Treiber zu installieren.

Die Ursachen f├╝r das Problem k├Ânnen vielf├ñltig sein z.B.:

Anderen USB Port verwenden, ev. Kabel zum Port zu lang, alle anderen USB Geräte abstecken ...
by Milbrot
Sun Oct 25, 2009 7:56 pm
Forum: Hilfe und Support
Topic: IgorUSB f├╝r Windows 7 (32Bit) ???
Replies: 3
Views: 1975

Re: IgorUSB f├╝r Windows 7 (32Bit) ???

http://www.cesko.host.sk/dlredir.php?fi ... lugUSB.zip funktioniert mit Windows 7 muss nur manuell installiert werden.
by Milbrot
Tue Sep 08, 2009 8:41 am
Forum: Hilfe und Support
Topic: SendMessage: Grundsatzfrage zur Vorgehensweise
Replies: 10
Views: 3311

Re: SendMessage: Grundsatzfrage zur Vorgehensweise

Schau mal ob es so funktioniert.

eg.RegisterPlugin(
name = "Nuts",
author = "Nuts",
version = "1.0.",
kind = "program",
createMacrosOnAdd = True,
)

ACTIONS = (
(eg.ActionGroup, 'GroupMainControls', 'Main controls', None, (
('Exit', 'Quit Application', None, 100),
('PlayPause', 'Play/Pause ...
by Milbrot
Sun Sep 06, 2009 10:38 am
Forum: Hilfe und Support
Topic: SendMessage: Grundsatzfrage zur Vorgehensweise
Replies: 10
Views: 3311

Re: SendMessage: Grundsatzfrage zur Vorgehensweise

FindWindow l├Âst diese Meldung aus. Das Fenster deines Programmes wird anscheinend nicht gefunden.
by Milbrot
Sat Sep 05, 2009 2:27 pm
Forum: Hilfe und Support
Topic: SendMessage: Grundsatzfrage zur Vorgehensweise
Replies: 10
Views: 3311

Re: SendMessage: Grundsatzfrage zur Vorgehensweise

Du brauchst noch FindWindow. Hier mal ein Beispiel f├╝r die Play Funktion des MediaPlayerClassic als xml Datei f├╝r EG.

<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Name="Konfigurations-Baum" Expanded="True" Version="1030" Guid="{ED7EEA1D-DFFA-4E4D-847D-330239105CD2}" Time="1252160212.34 ...
by Milbrot
Sat Sep 05, 2009 10:57 am
Forum: Hilfe und Support
Topic: SendMessage: Grundsatzfrage zur Vorgehensweise
Replies: 10
Views: 3311

Re: SendMessage: Grundsatzfrage zur Vorgehensweise

Schau dir mal das MediaPlayerClassic Plugin an dort wird Sendmessage verwendet.

Gruß Milbrot
by Milbrot
Mon May 04, 2009 6:55 pm
Forum: Plugin Support
Topic: KMPlayer
Replies: 20
Views: 13265

Re: KMPlayer

I have the commands from http://www.kmplayer.com/forums/showthread.php?t=10546

This file is old and have no commands for Open album art.
In the past i do a short look for a solution to remote control Open album art but no luck.
I think you can only ask in kmplayer forum for a possible solution ...
by Milbrot
Mon Sep 22, 2008 6:26 pm
Forum: Plugin Support
Topic: KMPlayer
Replies: 20
Views: 13265

Re: KMPlayer

You should use latest beta version and see if your problem persists.
Get it here http://www.eventghost.org/downloads/Eve ... _Setup.exe

Milbrot
by Milbrot
Sat Sep 20, 2008 6:14 pm
Forum: Plugin Support
Topic: KMPlayer
Replies: 20
Views: 13265

Re: KMPlayer

You have more information?

Milbrot
by Milbrot
Fri Sep 19, 2008 8:48 pm
Forum: Plugin Support
Topic: KMPlayer
Replies: 20
Views: 13265

KMPlayer

I have created a plugin for KMPlayer.

Milbrot
by Milbrot
Thu Aug 28, 2008 7:24 pm
Forum: General Support
Topic: Using NetRemote with EventGhost
Replies: 5
Views: 2816

Re: Using NetRemote with EventGhost

I get this message only when I start Netremote and after Netremote EG.
I have a installation running EG on Windows XP System and Netremote on a PPC with Windows Mobile 2003 connected over WLAN, for me it works stable.

Milbrot
by Milbrot
Thu Aug 28, 2008 4:23 pm
Forum: General Support
Topic: Using NetRemote with EventGhost
Replies: 5
Views: 2816

Re: Using NetRemote with EventGhost

For Host use 127.0.0.1 and for Mode Girder 3 in Netremote.

Start EG first then Netremote you should see something like "TCP.NRCLIENT.REGISTER ['127.0.0.1', u'30000']"
in EG Log Windows, then you have a working connection to EG.

The test function in Netremote works not correct.

Milbrot