Search found 138 matches
- Mon Feb 01, 2021 7:34 pm
- Forum: General Support
- Topic: PowerDVD 20 not working with EG ?
- Replies: 1
- Views: 158
Re: PowerDVD 20 not working with EG ?
Well i found the solution, it's all about finding the right window and also "use alternate method" to emulate keypresses The list of keypresses is here: https://www.keyxl.com/aaab43b/275/PowerDVD-Ultra-keyboard-shortcuts.htm So a working macro looks like this: 0- Event 1-find window (p. dvd) 2-bring...
- Mon Jan 25, 2021 9:04 pm
- Forum: General Support
- Topic: PowerDVD 20 not working with EG ?
- Replies: 1
- Views: 158
PowerDVD 20 not working with EG ?
I've updated to Power dvd 20 lately, i'm trying to configure EG but it won't work, says " Application is not running!" ( i've loaded the dedicated plugin in case you wonder) I know from past experience that Pdvd has always been a pain to work with but i hope there is a solution. Thanks for your help...
- Sun Jan 24, 2021 9:41 pm
- Forum: General Support
- Topic: Program: one instance only
- Replies: 2
- Views: 2723
Re: Program: one instance only
Nevermind i get script should be written like this:
from eg.cFunctions import GetProcessDict
newProcesses = GetProcessDict()
for x in newProcesses:
if "notepad.exe" == str(newProcesses[x]):
print "Process found, now stopping script"
eg.StopMacro()
- Sun Jan 24, 2021 9:34 pm
- Forum: General Support
- Topic: Python script error
- Replies: 2
- Views: 114
Re: Python script error
i missed the process watcher plugin actually
but now i get another error:
but now i get another error:
Error in Action: "Python Script"
Traceback (most recent call last) (1722):
TypeError: 'NoneType' object is not callable
- Sun Jan 24, 2021 9:12 pm
- Forum: General Support
- Topic: Python script error
- Replies: 2
- Views: 114
Python script error
Hi i'm trying to use an old Python script i found, it used to work but i've changed of OS recently, reconfiguring eventghost etc... i don't understand where the error is coming from: from eg.cFunctions import GetProcessDict newProcesses = GetProcessDict() for x in newProcesses: if "watch_dogs.exe" =...
- Wed Feb 20, 2019 11:06 pm
- Forum: General Support
- Topic: Ter Remote succesor
- Replies: 1
- Views: 895
Ter Remote succesor
It's been a long time i been here !
I simply want to control my pc on my phone. I used to run Ter Remote for that which used TCP, alas it's no longer in the playstore.
I need one that's free if possible
I simply want to control my pc on my phone. I used to run Ter Remote for that which used TCP, alas it's no longer in the playstore.
I need one that's free if possible
- Thu Apr 09, 2015 10:57 pm
- Forum: Coding Corner
- Topic: Xbox 360 Controller (XInput) plug-in
- Replies: 8
- Views: 9410
Re: Xbox 360 Controller (XInput) plug-in
I've installed Python 3.5 (added to the "Path" aswell) but nothing happen with this script really, someone wake up from deep sleep and enlighten me THANKS
- Mon Apr 06, 2015 8:35 pm
- Forum: Coding Corner
- Topic: Xbox 360 Controller (XInput) plug-in
- Replies: 8
- Views: 9410
Re: Xbox 360 Controller (XInput) plug-in
I'd be curious to try this plugin but how do you "execute" this script exactly ? I mean it's a python script.
Please enlighten me
Please enlighten me
- Tue Jan 13, 2015 9:10 pm
- Forum: General Support
- Topic: Program: one instance only
- Replies: 2
- Views: 2723
Re: Program: one instance only
well i found out the solution in another topic:
from eg.cFunctions import GetProcessDict
newProcesses = GetProcessDict()
for x in newProcesses:
if "watch_dogs.exe" == str(newProcesses[x]):
print "Process found, now stopping script"
eg.StopMacro()
- Tue Jan 13, 2015 8:56 pm
- Forum: General Support
- Topic: Program: one instance only
- Replies: 2
- Views: 2723
Program: one instance only
i have been running a lot of games lately and it seems i can open multiple instances (which i don't want) so basically i'd need and if then statement i believe.
example:
if window [watch_dogs.exe] found -> don't start program
else start it
I suck at scripting if someone can give me a hand
example:
if window [watch_dogs.exe] found -> don't start program
else start it
I suck at scripting if someone can give me a hand
- Tue Jan 06, 2015 5:11 pm
- Forum: General Support
- Topic: Remote does not work in Kodi on Win 8
- Replies: 2
- Views: 2252
Re: Remote does not work in Kodi on Win 8
Works on 7x64 for me with a PS3 bd remote
- Wed Dec 31, 2014 1:01 pm
- Forum: General Support
- Topic: volume mixer
- Replies: 0
- Views: 2478
volume mixer
I wonder if it's possible to set the volume of each app according to your needs via the windows volume mixer.Maybe with some python code ? Thanks for your inputs
- Tue Dec 16, 2014 6:23 pm
- Forum: General Support
- Topic: help sending keystrokes to elite dangerous game
- Replies: 8
- Views: 6847
Re: help sending keystrokes to elite dangerous game
I believe i'm in the same boat than you 666JTK666 , i'd love to have a plugin that tackle this directX keystrokes issue.
In any case i'll get a xbox 360 pad (sooner than i thought)
In any case i'll get a xbox 360 pad (sooner than i thought)
- Tue Dec 16, 2014 5:58 pm
- Forum: General Support
- Topic: Pc Game: can't send keystrokes
- Replies: 3
- Views: 1934
Re: Pc Game: can't send keystrokes
You guessed right it's full screen ( but like i said i can move this "full screen" window between my 2 monitors at will)
Somehow it's not responsive to eventghost keystrokes
Somehow it's not responsive to eventghost keystrokes
- Tue Dec 16, 2014 5:53 pm
- Forum: General Support
- Topic: Pc Game: can't send keystrokes
- Replies: 3
- Views: 1934
Pc Game: can't send keystrokes
Has anyone some experience with pc games here ? I can't send keystrokes to the game window it appears. I've tried to enable the alternate method w/o much luck and i'm using find window+ bring to front so i'm out of ideas I'm not sure but it may have something to do with the mouse focus I can move th...