PDA

View Full Version : "Double function" of a remote control key - possib



Freshprince
January 19th, 2004, 05:48 PM
Hi all,

first, I'm new to all this Girder stuff, so don't kick me 'course I'm asking a question that has been asked before, couldn't find it here via search function.

I want to control for example ProgDVB via X10 remote. Remote is working 100%. There's a TV-Key on that remote I want to assign a "double function". When pressing that "TV-Key" ProgDVB should start, when pressing this key again ProgDVB should close.

I'm using Girder 3.28.

How do I do that in Girder. Is it possible anyway ? Can anyone help with this ?

FP

Promixis
January 19th, 2004, 07:49 PM
Look at the online help for States. This is the easiest way to do this.

You can also do this with more sophistication using the IsExist command to see if the programming is running and then using branching logic to determine what to do next.

But first spend some time reading the online help.

Freshprince
January 20th, 2004, 02:28 AM
Thanks Mike C, I'll give it a try. Sometimes it's good to be pointed to a specific function one never tried before.

/edit: Yeah ! It's working with the WindowExist command. Thanks again Mike C :D

FP