Hello,
I have just encountered a verry odd problem. When adding a "Jump" action to a macro it won't be processed. When I execute the jump command manually It won't work as well, however when I execute the Macro (target of the jump command) it works.
All existing Jump commands work fine - any new ...
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.
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 6 matches
- Thu Mar 18, 2010 12:16 pm
- Forum: Bug Reports
- Topic: Jump action stopped working
- Replies: 21
- Views: 15711
- Thu Feb 11, 2010 12:52 pm
- Forum: Coding Corner
- Topic: eISCP to control Onkyo receivers via LAN
- Replies: 1
- Views: 1764
eISCP to control Onkyo receivers via LAN
Hello,
If you have wondered how you can control your network enabled Onkyo Receiver via LAN you may find this interesting:
The commands are the same as used in the Onkyo Serial plugin, however they are sent via LAN.
1. Make sure you have enabled this function in the Onkyo menu
2. set the port ...
If you have wondered how you can control your network enabled Onkyo Receiver via LAN you may find this interesting:
The commands are the same as used in the Onkyo Serial plugin, however they are sent via LAN.
1. Make sure you have enabled this function in the Onkyo menu
2. set the port ...
- Thu Feb 11, 2010 12:20 pm
- Forum: Coding Corner
- Topic: Dynamic events
- Replies: 4
- Views: 3342
Re: Dynamic events
This is the code which worked for me:
on startup you need to initialize the modem. To do this use the serial port plug in. This AT command may not be correct for your modem, however it worked fine on my 8Ôé¼ USB Modem from Singapore:
AT+VCID=1\r
This is the actual python script which stores the ...
on startup you need to initialize the modem. To do this use the serial port plug in. This AT command may not be correct for your modem, however it worked fine on my 8Ôé¼ USB Modem from Singapore:
AT+VCID=1\r
This is the actual python script which stores the ...
- Fri Jan 29, 2010 10:36 pm
- Forum: General Support
- Topic: OSD won't overlay over Media Center 7 Video
- Replies: 0
- Views: 901
OSD won't overlay over Media Center 7 Video
Hi,
I am having a slight problem when using OSD. It works fine when using Windows normally, however it refuses to work when using the Media Center of Windows 7. Any idea how I can force it on top of the running video?
Thanks
I am having a slight problem when using OSD. It works fine when using Windows normally, however it refuses to work when using the Media Center of Windows 7. Any idea how I can force it on top of the running video?
Thanks
- Thu Jan 28, 2010 3:40 pm
- Forum: Coding Corner
- Topic: Dynamic events
- Replies: 4
- Views: 3342
Re: Dynamic events
Hello Bartman,Bartman wrote:Serial.* should work.
To really work with the EG naming scheme you can make your own plugin with events like Modem.NMBR.555123456
Thank you - it worked!!! I have no idea why I have tested it as a false solution. Thanks as well for the plugin idea.
- Thu Jan 28, 2010 3:24 pm
- Forum: Coding Corner
- Topic: Dynamic events
- Replies: 4
- Views: 3342
Dynamic events
Hello,
I have a problem with Caller ID detection from a modem.
I am using the Serial plugin which works great. When the phone rings I see the modem events. This is a great thing if I want to react on the
Serial.\nRING event (when the phone is ringing), however the Caller ID is transferred as ...
I have a problem with Caller ID detection from a modem.
I am using the Serial plugin which works great. When the phone rings I see the modem events. This is a great thing if I want to react on the
Serial.\nRING event (when the phone is ringing), however the Caller ID is transferred as ...