Anyway, first thing:
I have a virgin (formerly ntl:) set top box which uses an odd standard. The only way I can control it from my USB-UIRT is by storing two transmit codes for each button, and toggling between them. So, first press uses the first definition, second press uses the second definition.
Now, I think it should be possible to do this in EG, but I can't see how...the jumps seem quite limited. Is it possible to put something like this bit of pseudocode somewhere...
Code: Select all
If button1.definition1.enabled = true then
button1.definition1.triggerevent
button1.definition1.enabled = false
button1.definition2.enabled = true
else
button1.definition2.enabled = true (just in case it's not enabled)
button1.definition2.triggerevent
button1.definition2.enabled = false
button1.definition1.enabled = true
end if
-------------------------------------------------------------
And the second thing. I use a program called FMA (Float's mobile accessory) to provide a menu over bluetooth on my cellphone. FMA itself uses vbscript based scripting. Is there anyway I can trigger events in EG on the same computer from vbscripts in another prog? Or would I be better asking someone at the FMA forums?
At the moment I'm using the vbscript to load a web page (hosted by EG's webserver) which triggers an event in EG....but it loads a new page every time (using Shell.Run "http://127.0.0.1?event=something") I want to trigger an event.....very messy!
Any help or advice would be hugely appreciated....this looks like just the program I've been looking for to use with my UIRT......
-------------------------------------------------------------
Edit: Actually, there's three things I need help with.....lol......does EventGhost run on Win98 PC's? I've got an old Win98 laptop that I want to use to centralise all my remote devices....but I can't seem to make EG run on it...