Page 3 of 3

Re: EventGhost Application Control Plugin

Posted: Sat Jan 19, 2013 6:02 am
by blaher
Looks very cool and is working well for me so far. :)

Thanks!

Re: EventGhost Application Control Plugin

Posted: Sun Jan 20, 2013 9:08 pm
by phlox
EG App Control 0.3.1
Here's a minor update, program is unchanged, "just" the documentation has been improved - many thanks to blaher for his help :)

PS: As soon as I believe that everything is stable and final, I'll move the download to the first post. But currently I'd say it's still "beta".

(Edit: attachment removed since obsolete)

Re: EventGhost Application Control Plugin

Posted: Sun Jan 20, 2013 11:21 pm
by Livin
Has Pako got back to you on the incompatibility with his Log Redirector? I use Log Redirector regularly

Re: EventGhost Application Control Plugin

Posted: Mon Jan 21, 2013 8:19 pm
by phlox
Pako was faster releasing a new EG version with the new Log API than I was able to answer the last question :)

Even better - here follows the adapted version EG App Control 0.3.2 using the new API. It prerequisites EG version 0.4.1.r1610 (or higher)

Many thanks to Pako for his quick response!

Please remind to install newest version 0.0.7 of Log Redirector as well if you're going to use these two plugins in parallel.

EDIT: attachment removed; moved to the first post.

Re: EventGhost Application Control Plugin

Posted: Tue Feb 26, 2013 2:04 am
by cfull1
This is awesome, thanks!

Re: EventGhost Application Control Plugin

Posted: Tue Feb 26, 2013 3:04 am
by Livin
I'm trying to capture an event...
System.DeviceAttached [u'\\\\?\\DISPLAY#ONK0C81#5&30f4f1ad&5&UID1057568#{e6f07b5f-ee97-4a90-b076-33f57bf4eaa7}']

When I place that in the 'Capture Log Message' box it is not working.

I want to watch for this event and trigger another event.

thx for the help!

Re: EventGhost Application Control Plugin

Posted: Fri Mar 01, 2013 9:44 pm
by Livin
Livin wrote:I'm trying to capture an event...
System.DeviceAttached [u'\\\\?\\DISPLAY#ONK0C81#5&30f4f1ad&5&UID1057568#{e6f07b5f-ee97-4a90-b076-33f57bf4eaa7}']

When I place that in the 'Capture Log Message' box it is not working.

I want to watch for this event and trigger another event.

thx for the help!

anyone?

Re: EventGhost Application Control Plugin

Posted: Fri Mar 01, 2013 10:04 pm
by cfull1
Did you check "Whole line" and "Event"?

Re: EventGhost Application Control Plugin

Posted: Fri Mar 01, 2013 10:16 pm
by Livin
yes, I tried several things.

Re: EventGhost Application Control Plugin

Posted: Fri Mar 01, 2013 10:19 pm
by cfull1
Did you execute the action to enable monitoring?

Re: EventGhost Application Control Plugin

Posted: Fri Mar 01, 2013 10:50 pm
by Livin
of course. here's a screen. you can see the line is in he log several times and EG App Control does not see it. I've tried changing about ever option in the dialog - and yes, I did check 'Fire an Event' but I turned it off just in case there was some bug and it started working for some reason.

Re: EventGhost Application Control Plugin

Posted: Wed Aug 17, 2016 6:04 am
by blaher
With EventGhost 0.5.0 beta 3 it complains that the mode on line 82 is not valid. Deleting the 't', i.e.

changing it from f = codecs.open(filepath, mode="rt", encoding="latin_1", buffering=-1)
f = codecs.open(filepath, mode="r", encoding="latin_1", buffering=-1)

seems to fix it.