Hey Guys,
I'm using EventGhost for a year or so now, and one thing that really bothers me in the program is the way that you manage binds.
There is no visual or logical separation between three very different things in the application:
Events - Application launched, closed, time of day, etc ...
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 3 matches
- Fri Dec 25, 2009 3:04 pm
- Forum: Coding Corner
- Topic: UI Improvements for EventGhost
- Replies: 2
- Views: 2041
- Mon Oct 20, 2008 2:48 am
- Forum: General Support
- Topic: Speech with python variable?
- Replies: 3
- Views: 1494
Speech with python variable?
I'm trying to make Sam say the current shuffle status,
I've captured the data with eg.globals.shuffleStatus = eg.plugins.Winamp.GetShuffleStatus() and I'm getting 1 or 0 (depending on the status).
I'm trying to make the text-to-speech to say this: Shuffle {("Off","On")[int(eg.globals.shuffleStatus ...
I've captured the data with eg.globals.shuffleStatus = eg.plugins.Winamp.GetShuffleStatus() and I'm getting 1 or 0 (depending on the status).
I'm trying to make the text-to-speech to say this: Shuffle {("Off","On")[int(eg.globals.shuffleStatus ...
- Mon Oct 20, 2008 1:02 am
- Forum: General Support
- Topic: How to start?
- Replies: 1
- Views: 1070
How to start?
Hey Guys,
I'm trying to fool around with EventGhost after using HIP and GIRDER for a while.
I think I'm missing some basics that should pop right up to my eyes.
I Have an MCE Remote (v2), and I'm picking it up just fine,
I'm trying to do the following:
Red (Click)
if winamp exists, make the ...
I'm trying to fool around with EventGhost after using HIP and GIRDER for a while.
I think I'm missing some basics that should pop right up to my eyes.
I Have an MCE Remote (v2), and I'm picking it up just fine,
I'm trying to do the following:
Red (Click)
if winamp exists, make the ...