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.

Search found 5 matches

by Slippy
Tue May 08, 2007 7:32 pm
Forum: General Support
Topic: More complex HTTP event triggers....
Replies: 1
Views: 1579

More complex HTTP event triggers....

One thing I'm really enjoying experimenting with at the moment is the http event trigger. I'm testing it by calling up http://127.0.0.1?whatever.

One thing I noticed while playing around is if i call

127.0.0.1?msg&hello world

It shows up in the event log as

HTTP.msg['hello%20world']

Does this ...
by Slippy
Mon Mar 26, 2007 5:17 pm
Forum: General Support
Topic: Eventghost, toggling and Bluetooth
Replies: 6
Views: 3538

Beautiful....that works!

Calling a variable as a statement....no wonder I didn't spot it myself! LOL

Thanks very much for the help....in a couple of days I'll have a complete set of macros to control my set top box. Hurrah!
by Slippy
Mon Mar 26, 2007 5:03 pm
Forum: General Support
Topic: Eventghost, toggling and Bluetooth
Replies: 6
Views: 3538

My bad, I pasted the wrong clips in....I'd added the print statement after it didn't work the first time! Here's the output I meant to paste....

myToggleIR = not myToggleIR
If successful jump to "CHup1"
CHup2
myToggleIR = not myToggleIR
If successful jump to "CHup1"
CHup2
by Slippy
Mon Mar 26, 2007 4:44 pm
Forum: General Support
Topic: Eventghost, toggling and Bluetooth
Replies: 6
Views: 3538

Thanks very much for the prompt response.

The info on calling via ActiveX was just what I needed....that bit works seamlessly now, so I can control EG over bluetooth from my Mobile phone. Perfect!

Toggling the Transmit commands is a different animal though.

I've tried it, and can't figure why it ...
by Slippy
Sun Mar 25, 2007 10:34 pm
Forum: General Support
Topic: Eventghost, toggling and Bluetooth
Replies: 6
Views: 3538

Eventghost, toggling and Bluetooth

Hi all...just discovered Eventghost, and am enjoying exploring it. There's a couple of things I'd like to do that I can't quite figure out. Total n00b to Python and quite a lot of stuff.

Anyway, first thing:
I have a virgin (formerly ntl:) set top box which uses an odd standard. The only way I can ...