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

by aarb00
Fri Jan 22, 2010 1:44 am
Forum: General Support
Topic: Firefly responds to every other keypress
Replies: 5
Views: 1618

Re: Firefly responds to every other keypress

If anyone ever has the same issue, I installed the complete firefly driver which includes Beyond Media Basic. When I asked, I chose not to launch Beyond Media. My system acts like it has the base driver on it, however, it responds to each keypress. I never had to do this before, but at least it ...
by aarb00
Mon Jan 18, 2010 7:27 pm
Forum: General Support
Topic: Firefly responds to every other keypress
Replies: 5
Views: 1618

Re: Firefly responds to every other keypress

I restaged Windows and found my other Firefly receiver. Installed the driver from the eventghost site, plugged it in, installed Eventghost, and it is still doing it.
by aarb00
Mon Jan 18, 2010 6:08 pm
Forum: General Support
Topic: Firefly responds to every other keypress
Replies: 5
Views: 1618

Re: Firefly responds to every other keypress

Tried new ones, and old ones.
by aarb00
Mon Jan 18, 2010 2:17 pm
Forum: General Support
Topic: Firefly responds to every other keypress
Replies: 5
Views: 1618

Firefly responds to every other keypress

I am unsure if this is related to Eventghost, the driver, or something else, but my Firefly only responds to every other keypress. In other words, I have to push pause twice to pause.

I have two remotes, but only one receiver, both remotes do this. I have had the remotes for awhile, reconfiguring ...
by aarb00
Wed May 16, 2007 2:45 am
Forum: General Support
Topic: Can't open COM port
Replies: 11
Views: 9206

I connected a second USB dongle and disabled the internal COM port. All is working fine.
by aarb00
Mon May 14, 2007 5:57 pm
Forum: General Support
Topic: Can't open COM port
Replies: 11
Views: 9206

The ironic thing, is that EG is working better with the USB then with the built in. I will try to use two USB's. I already have the other dongle. It's nearly impossible to find a modern motherboard with two onboard COM ports. I have a receiver and a plasma that I want to control.
by aarb00
Mon May 14, 2007 5:36 pm
Forum: General Support
Topic: Can't open COM port
Replies: 11
Views: 9206

by aarb00
Mon May 14, 2007 5:20 pm
Forum: General Support
Topic: Can't open COM port
Replies: 11
Views: 9206

No matter what port I set the USB dongle to, it works in EG. The built in COM port only seems to work in EG if the USB dongle is disabled. COM1 works in the Yamaha application irregardless of what the USB device is set to, and works when it is enabled or disabled.

Something is being a bit finicky ...
by aarb00
Mon May 14, 2007 4:28 pm
Forum: General Support
Topic: Can't open COM port
Replies: 11
Views: 9206

I agree, that is what it looks like. I do login as administrator, and my Yamaha application does work with the COM port. If the Yamaha were to keep running after an exit, EG doesn't work after a reboot. If something in startup accessed the COM port, then the Yamaha application wouldn't run.

I can ...
by aarb00
Mon May 14, 2007 3:59 pm
Forum: General Support
Topic: Can't open COM port
Replies: 11
Views: 9206

The additional error is:

SerialException: could not open port: (5, 'CreateFile', 'Access is denied.')
by aarb00
Mon May 14, 2007 3:39 pm
Forum: General Support
Topic: Can't open COM port
Replies: 11
Views: 9206

Can't open COM port

I have been using EG for a couple of weeks and everything has been fine. I just started experiencing a problem with my COM port. I get two errors when EG starts.

Error Starting Plugin: Serial Port
Can't open COM port

I know that the COM port does work, if I use it with my receiver application, it ...
by aarb00
Fri Apr 20, 2007 10:17 pm
Forum: General Support
Topic: Changing focused application
Replies: 39
Views: 12227

IÔÇÖll have to check it out. I stopped monitoring the thread frequently as I solved my problem with the script. If I can not use the script because programs are better logged that would be great. I will try and post my results when I can.
by aarb00
Wed Apr 18, 2007 7:13 pm
Forum: General Support
Topic: Changing focused application
Replies: 39
Views: 12227

Here is my AutoHotKey script in case someone needs it for reference.

Loop

{
WinWaitActive, Beyond TV
WinWaitClose, Beyond TV
Run, "C:\Program Files\EventGhost\EventGhost.exe" -e QuitBeyondTV
WinActivate, Meedio
}

There maybe better ways of doing this, but it does work.

Now I can use the Main ...
by aarb00
Wed Apr 18, 2007 5:12 pm
Forum: General Support
Topic: Changing focused application
Replies: 39
Views: 12227

The easiest solution would be, if BeyondTV could be configured to launch some kind of "shutdown .BAT" on exit, that could be used to trigger an event.

I created a script in AutoHotKey that recognizes Beyond TV quitting. What should I put in the script, and how do I get EventGhost to recognize it ...
by aarb00
Wed Apr 18, 2007 4:13 pm
Forum: General Support
Topic: Changing focused application
Replies: 39
Views: 12227

There are two ways I can quit. One is the hit the ÔÇ£CloseÔÇØ button on my Firefly. The other is to quit by pushing ÔÇ£OKÔÇØ on the Firefly while on the ÔÇ£Exit Beyond TVÔÇØ selection of the Beyond TV GUI.

If I use the ÔÇ£CloseÔÇØ button, I can put a command to enable ÔÇ£MeedioÔÇØ, but if I just ...