I see.
Ok I ended up currently to that will send mutual command line commands between my .Net based app and EG.
Dose EG supports any other protocol of communication between programs, like DDL for example?
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
- Sat Oct 01, 2016 9:48 am
- Forum: General Support
- Topic: Using .Net with EG
- Replies: 6
- Views: 2072
- Fri Sep 30, 2016 8:35 pm
- Forum: General Support
- Topic: Using .Net with EG
- Replies: 6
- Views: 2072
Re: Using .Net with EG
Yeah that seems promising, however, unfortunately most of the plugins that I use still do not work with EG 0.5, so upgrading currently is not an option.
Any ideas of how to use .Net with current 0.4 EG? thx.
Any ideas of how to use .Net with current 0.4 EG? thx.
- Fri Sep 30, 2016 10:11 am
- Forum: General Support
- Topic: Capturing window drug and resize
- Replies: 0
- Views: 2523
Capturing window drug and resize
I need to capture when windows got resized or drugged (I want to lay them together in a particular way), however, to do this we need to use winApi like SetWinEventHook.
Fortunately those api are ported to python by PyHook and already used by mouse event plugin http://www.eventghost.net/forum ...
Fortunately those api are ported to python by PyHook and already used by mouse event plugin http://www.eventghost.net/forum ...
- Thu Sep 29, 2016 7:24 pm
- Forum: Plugin Support
- Topic: PushBullet plugin (Pako)
- Replies: 498
- Views: 196575
Re: PushBullet plugin (Pako)
Is this plugin working with 0.5 beta version of EG? because it seems not:
Error loading plugin file: ...\EventGhost\plugins\PushBullet
Traceback (most recent call last) (0.5.0-beta4):
File "...\EventGhost\plugins\PushBullet\__init__.py", line 277, in <module>
from websocket import WebSocketApp ...
Error loading plugin file: ...\EventGhost\plugins\PushBullet
Traceback (most recent call last) (0.5.0-beta4):
File "...\EventGhost\plugins\PushBullet\__init__.py", line 277, in <module>
from websocket import WebSocketApp ...
- Thu Sep 29, 2016 11:31 am
- Forum: General Support
- Topic: EventGhost + Autoremote over 3G/4G Network
- Replies: 4
- Views: 1944
Re: EventGhost + Autoremote over 3G/4G Network
I would recommend to use https://www.pushbullet.com/ instead, it is free, and has no message length limitation, also has Tasker plugin, EventGhost plugin, and no IP/ports setup hassle, will work on any network.
P.S
One limitation in free version is the maximum file size that can be pushed, 25Mb.
P.S
One limitation in free version is the maximum file size that can be pushed, 25Mb.
- Thu Sep 29, 2016 11:26 am
- Forum: General Support
- Topic: Using .Net with EG
- Replies: 6
- Views: 2072
Using .Net with EG
Hi!
Since I am not a Python guy, but a .Net one, I am wondering how to import .Net assemblies in Event Ghost.
I found for example that we can use https://bitbucket.org/pydotnet/pydotnet/wiki/Home for that, however, I can not figure out how to make EG recognize this wrapper, after installing it via ...
Since I am not a Python guy, but a .Net one, I am wondering how to import .Net assemblies in Event Ghost.
I found for example that we can use https://bitbucket.org/pydotnet/pydotnet/wiki/Home for that, however, I can not figure out how to make EG recognize this wrapper, after installing it via ...