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 42 matches
- Tue Nov 26, 2019 12:02 am
- Forum: Plugin Support
- Topic: Snarl
- Replies: 99
- Views: 53955
Re: Snarl
Does this work with snarl 5?
- Tue Nov 12, 2019 12:27 pm
- Forum: Plugin Support
- Topic: Core Audio Plugin
- Replies: 50
- Views: 7132
Re: Core Audio Plugin
I really do hate unicode problems. now it is going to get overly complex to decode the damned thing. It is going to take me a day or so to make the adjustments to it. There are quite a few places it has to get done so I do not want a bunch of repetitive code so I will have to make some ...
- Sat Nov 09, 2019 12:30 pm
- Forum: Plugin Support
- Topic: Core Audio Plugin
- Replies: 50
- Views: 7132
Re: Core Audio Plugin
come and get it.. a new version is available.. see the first post in this thread..
Error starting plugin: Core Audio
Traceback (most recent call last) (0.5.0-rc6):
File "C:\Program Files (x86)\EventGhost\eg\Classes\PluginInstanceInfo.py", line 196, in Start
self.instance.__start__(*self ...
- Fri Sep 20, 2019 11:51 am
- Forum: Plugin Support
- Topic: Core Audio Plugin
- Replies: 50
- Views: 7132
Re: Core Audio Plugin
Thank you for your work
- Thu Sep 19, 2019 7:32 pm
- Forum: Plugin Support
- Topic: Core Audio Plugin
- Replies: 50
- Views: 7132
Re: Core Audio Plugin
Sorry. I thought u said that changing the language of EG would fix itkgschlosser wrote: Thu Sep 19, 2019 4:12 am I didn't say that I had fixed it. I said I will fix it.. I have not gotten to it yet. I did come across another bug so I am going to fix that one at the same time.
- Wed Sep 18, 2019 9:57 pm
- Forum: Plugin Support
- Topic: Core Audio Plugin
- Replies: 50
- Views: 7132
Re: Core Audio Plugin
I┬┤m afraid it still doesn┬┤t work
Error starting plugin: Core Audio
Traceback (most recent call last) (0.5.0-rc6):
File "C:\Program Files (x86)\EventGhost\eg\Classes\PluginInstanceInfo.py", line 196, in Start
self.instance.__start__(*self.args)
File "C:\ProgramData\EventGhost\plugins ...
Error starting plugin: Core Audio
Traceback (most recent call last) (0.5.0-rc6):
File "C:\Program Files (x86)\EventGhost\eg\Classes\PluginInstanceInfo.py", line 196, in Start
self.instance.__start__(*self.args)
File "C:\ProgramData\EventGhost\plugins ...
- Mon Sep 16, 2019 2:51 am
- Forum: General Support
- Topic: Program flash
- Replies: 2
- Views: 1556
Program flash
Hi. Is it possible for EG to detect when a program icon flashes on the taskbar and create an event?
Thx
Thx
- Sat Sep 14, 2019 8:14 pm
- Forum: Plugin Support
- Topic: Core Audio Plugin
- Replies: 50
- Views: 7132
Re: Core Audio Plugin
Hi
I┬┤m getting this error when EG loads plugins:
Error iniciando el plugin: Core Audio
Traceback (most recent call last) (0.5.0-rc6):
File "C:\Program Files (x86)\EventGhost\eg\Classes\PluginInstanceInfo.py", line 196, in Start
self.instance.__start__(*self.args)
File "C:\ProgramData ...
I┬┤m getting this error when EG loads plugins:
Error iniciando el plugin: Core Audio
Traceback (most recent call last) (0.5.0-rc6):
File "C:\Program Files (x86)\EventGhost\eg\Classes\PluginInstanceInfo.py", line 196, in Start
self.instance.__start__(*self.args)
File "C:\ProgramData ...
- Tue Aug 06, 2019 1:42 am
- Forum: Plugin Support
- Topic: AudioEndpoint
- Replies: 108
- Views: 41165
Re: AudioEndpoint
Thx!!!!
- Fri Aug 02, 2019 4:58 pm
- Forum: Plugin Support
- Topic: AudioEndpoint
- Replies: 108
- Views: 41165
Re: AudioEndpoint
Hi.
Thx for your work. Where can I download the last version? The link appear to be broken.
Thx for your work. Where can I download the last version? The link appear to be broken.
- Thu May 24, 2018 10:18 pm
- Forum: General Support
- Topic: How do include payload as part of the trigger?
- Replies: 8
- Views: 3744
Re: How do include payload as part of the trigger?
Lots of thanks for your answer
- Thu May 24, 2018 5:11 am
- Forum: General Support
- Topic: How do include payload as part of the trigger?
- Replies: 8
- Views: 3744
Re: How do include payload as part of the trigger?
Hi.
What I┬┤m doing wrong here? No event is created
https://i.imgur.com/LvqYq6Q.png
if eg.event.string == "TaskMonitorPlus.Activated.chrome":
if eg.event.payload == "<title=u'Pleco Chinese Dictionary', window_class=u'Chrome_WidgetWin_1',...>":
eg.TriggerEvent("My Event Name")
Thx!
EDIT ...
What I┬┤m doing wrong here? No event is created
https://i.imgur.com/LvqYq6Q.png
if eg.event.string == "TaskMonitorPlus.Activated.chrome":
if eg.event.payload == "<title=u'Pleco Chinese Dictionary', window_class=u'Chrome_WidgetWin_1',...>":
eg.TriggerEvent("My Event Name")
Thx!
EDIT ...
- Wed Mar 21, 2018 12:58 pm
- Forum: General Support
- Topic: starting EG on windows 8 start up
- Replies: 7
- Views: 5857
Re: starting EG on windows 8 start up
Create a .bat file using notepad containing one if he following, and put it in the same folder as eventghost.
For x86, use:
start /d "c:\program files\eventghost\" eventghost.exe
For 64bit, use:
start /d "c:\program files (x86)\eventghost\" eventghost.exe
Then, right click on the .bat and ...
- Sun Mar 11, 2018 5:03 pm
- Forum: Plugin Support
- Topic: Google Drive
- Replies: 3
- Views: 1391
Re: Google Drive
I get this after adding the plugin
Traceback (most recent call last) (1722):
File "C:\Program Files (x86)\EventGhost\eg\Classes\PluginInstanceInfo.py", line 153, in CreateInstance
plugin.__init__()
File "C:\ProgramData\EventGhost\plugins\GoogleDrive2\__init__.py", line 88, in __init__
eg ...
Traceback (most recent call last) (1722):
File "C:\Program Files (x86)\EventGhost\eg\Classes\PluginInstanceInfo.py", line 153, in CreateInstance
plugin.__init__()
File "C:\ProgramData\EventGhost\plugins\GoogleDrive2\__init__.py", line 88, in __init__
eg ...
- Sun Mar 11, 2018 4:44 pm
- Forum: General Support
- Topic: Delete text from a url
- Replies: 5
- Views: 1164