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

by dmehling
Thu Dec 11, 2014 11:09 pm
Forum: General Support
Topic: Mouse will not click until after other actions take place
Replies: 0
Views: 2120

Mouse will not click until after other actions take place

In the attached image, you can see a macro I have created called stop recording satellite. The very last action of that macro is to display a blank image over most of my desktop. Just before that I have a left click action, which clicks the stop button on my video capture device software. The ...
by dmehling
Thu Sep 04, 2014 11:10 pm
Forum: General Support
Topic: Cannot trigger events
Replies: 4
Views: 1801

Re: Cannot trigger events

That is so obvious. I don't know why I overlooked that. I knew it had to be something simple that was preventing my macros from launching. Thanks for your help.
by dmehling
Sun Aug 31, 2014 8:15 pm
Forum: General Support
Topic: Cannot trigger events
Replies: 4
Views: 1801

Re: Cannot trigger events

It's kind of a complicated and incomplete system, but the macros I am having issues with are contained within the media selection menu folder and the source switching folder which is inside of that one. They are found within one of the main folders called TV and Media.
by dmehling
Fri Aug 29, 2014 11:17 pm
Forum: General Support
Topic: Cannot trigger events
Replies: 4
Views: 1801

Cannot trigger events

Just a few days ago I noticed that the trigger event action is not working. The event to be triggered shows up in the log, but it does not execute the macro. Even if I click on the event in the event log and drag it to the top of my macro, the macro will still not be executed. I didn't change the ...
by dmehling
Fri Aug 01, 2014 6:06 pm
Forum: Coding Corner
Topic: need help her writing very simple Python script for USB-uirt
Replies: 5
Views: 3261

Re: need help her writing very simple Python script for USB-

Thanks. I just didn't know the basic formatting standards for this type of script. The documentation on the eg website seemed to indicate I needed all of that extra stuff.
by dmehling
Thu Jul 31, 2014 9:46 pm
Forum: Coding Corner
Topic: need help her writing very simple Python script for USB-uirt
Replies: 5
Views: 3261

Re: need help her writing very simple Python script for USB-

Okay, that helps. However, I'm getting the same error in line 1. I copied to Python exactly the code from those three actions:

eg.plugins.sion="1.0" encoding="UTF-8" ?>
<EventGhost Version="1610">
<Action Name="satellite down arrow">
USB_UIRT.TransmitIR(u'0000 006C 0022 0002 0158 00AD 0015 0016 ...
by dmehling
Thu Jul 31, 2014 7:04 pm
Forum: Coding Corner
Topic: need help her writing very simple Python script for USB-uirt
Replies: 5
Views: 3261

need help her writing very simple Python script for USB-uirt

I am trying to learn how to do Python scripts, but I cannot find any tutorial. What I am trying to do is quite simple. I'm trying to execute a series of actions for my satellite DVR receiver with USB-uirt. Here are the actions in my macro:

satellite down arrow
wait .5 seconds
satellite delete


I ...
by dmehling
Thu Feb 13, 2014 8:40 pm
Forum: General Support
Topic: Need to check if a process is currently running
Replies: 1
Views: 1208

Need to check if a process is currently running

I'm trying to create a macro which requires a process detecting action. For example, I need to know if Windows Media Center is currently open. Whether a process is running or not will determine if the macro can be executed. I thought process watcher might be what I need, but I can't figure out how ...
by dmehling
Thu Dec 19, 2013 7:48 pm
Forum: General Support
Topic: RF remote for EG?
Replies: 2
Views: 1158

RF remote for EG?

I am wanting to get an RF remote to use with EG. I will use EG to control Windows Media Center and also my TV, satellite receiver, and stereo receiver using a USB-UIRT. I am thinking of using the Snapstream Firefly as my remote. Will it work well with EG?
by dmehling
Tue May 07, 2013 10:22 pm
Forum: Bug Reports
Topic: issue with mouse movement and clicking
Replies: 2
Views: 5715

issue with mouse movement and clicking

I have a weird issue with EG regarding moving the mouse cursor and clicking. If my macro moves the mouse to specified coordinates and then clicks, it works as expected. However, if the macro tells the cursor to click and then move to a location, the click command does not occur. It's as if the first ...
by dmehling
Tue Jun 26, 2012 6:51 pm
Forum: General Support
Topic: Need EG to detect text string in a text file
Replies: 1
Views: 1028

Need EG to detect text string in a text file

Is there a way to trigger an action based on the appearance of a specific string of text in a text file. For example, I have another macro that will copy a string of text and paste into that text file. I need EG to be able to detect a specific string of text and perform an action if it is the ...
by dmehling
Thu Oct 14, 2010 3:58 pm
Forum: General Support
Topic: how to reset a looping macro
Replies: 3
Views: 1395

Re: how to reset a looping macro

My apologies for not explaining more clearly. However I have now figured it out. I needed to use the clear pending events action. I had tried before and it didn't work, but it was not placed in the right order in the macro sequence.
by dmehling
Thu Oct 14, 2010 5:24 am
Forum: General Support
Topic: Using EventGhost to trigger auto hotkey macro?
Replies: 1
Views: 1759

Using EventGhost to trigger auto hotkey macro?

Does anyone know how to create a macro that will trigger a macro in auto hotkey?
by dmehling
Wed Oct 13, 2010 9:06 pm
Forum: General Support
Topic: how to reset a looping macro
Replies: 3
Views: 1395

how to reset a looping macro

I have a macro set that will start a timer after all of its actions have been completed. After a number of seconds, that timer initiates an event, which is placed at the beginning of the same macro. So it will basically repeat the macro continually once it has been executed to begin with. What I ...